/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

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

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

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

	margin: 0;
	padding: 0;

	list-style-type: none;
}

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

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

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

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

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

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

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

	max-width: 100%;
}

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

	list-style-type: unset;
}

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

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

/* List view */

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

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

/* Breakpoints */

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

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

/* Container */

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

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

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

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

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

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

/* Related posts items (wrapping items) */

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

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

/* Related posts item */

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

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

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

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

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

/* Related posts item content */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Responsive
 */

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

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

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

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

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

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

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

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

@media print {
	.jp-relatedposts {
		display:none !important;
	}
}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media (prefers-reduced-motion:no-preference){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull a,.wp-block-image.alignwide a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media a{display:inline-block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-content{display:flow-root}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;height:1.25em;min-height:24px;min-width:24px;vertical-align:text-bottom;width:1.25em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}/**
 * 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%; }
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Hard border radius */
/* Selectors */
/* Base classes */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Regular */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Regular';
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.ttf?v=1.0.0);
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Regular.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Solid */
@font-face {
    font-family: 'FontAwesome5Solid';
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.ttf?v=1.0.0);
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Solid.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Brands */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.ttf?v=1.0.0);
    src: url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(/wp-content/plugins/bold-page-builder/css/front_end/../../fonts/FontAwesome5Brands.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-fa5_regular]:before {
    font-family: FontAwesome5Regular;
    content: attr(data-ico-fa5_regular);
    }
[data-ico-fa5_solid]:before {
    font-family: FontAwesome5Solid;
    content: attr(data-ico-fa5_solid);
    }
[data-ico-fa5_brands]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5_brands);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }

/* Sections, rows and columns */
.bt_bb_row_holder,
.bt_bb_row_inner_holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column,
.bt_bb_row_inner_holder .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 620px) {
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
.bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

/* Responsive grid columns */
@media (min-width: 1401px) {
.bt_bb_column.col-xxl-12,
.bt_bb_column_inner.col-xxl-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xxl-11,
.bt_bb_column_inner.col-xxl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xxl-10,
.bt_bb_column_inner.col-xxl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xxl-9_6,
.bt_bb_column_inner.col-xxl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xxl-9,
.bt_bb_column_inner.col-xxl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xxl-8,
.bt_bb_column_inner.col-xxl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xxl-7_2,
.bt_bb_column_inner.col-xxl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xxl-7,
.bt_bb_column_inner.col-xxl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xxl-6,
.bt_bb_column_inner.col-xxl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xxl-5,
.bt_bb_column_inner.col-xxl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xxl-4_8,
.bt_bb_column_inner.col-xxl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xxl-4,
.bt_bb_column_inner.col-xxl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xxl-2_4,
.bt_bb_column_inner.col-xxl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xxl-3,
.bt_bb_column_inner.col-xxl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xxl-2,
.bt_bb_column_inner.col-xxl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xxl-1,
.bt_bb_column_inner.col-xxl-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

/* Responsive show/hide BB classes */
@media (max-width: 480px) {
.bt_bb_hidden_xs {
    display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_hidden_ms {
    display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_hidden_sm {
    display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_hidden_md {
    display: none !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_hidden_lg {
    display: none !important;
    }
}

@media (min-width: 1401px) {
.bt_bb_hidden_xl,
.bt_bb_hidden_lg:not([data-bb-version]) {
    display: none !important;
    }
}

/* Content elements */
/*.bt_bb_wrapper {
	overflow: hidden;
	position: relative;
}*/
.bt_bb_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-primary-color);
    background-color: var(--section-secondary-color);
    }
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
    }
.bt_bb_section > .bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section > .bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
    }
.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
    }
.bt_bb_section[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_section[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }
.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
    }
.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
    }
.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
    }
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 4em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .5em;
    }
.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
    }
.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
    padding-bottom: 5px;
    }
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
    padding-top: 5px;
    }
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
    padding-bottom: 10px;
    }
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
    padding-top: 10px;
    }
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
    padding-bottom: 15px;
    }
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
    padding-top: 15px;
    }
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
    padding-bottom: 20px;
    }
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
    padding-top: 20px;
    }
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
    padding-bottom: 25px;
    }
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
    padding-top: 25px;
    }
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
    padding-bottom: 30px;
    }
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
    padding-top: 30px;
    }
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
    padding-bottom: 35px;
    }
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
    padding-top: 35px;
    }
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
    padding-bottom: 40px;
    }
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
    padding-top: 40px;
    }
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
    padding-bottom: 45px;
    }
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
    padding-top: 45px;
    }
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
    padding-bottom: 50px;
    }
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
    padding-top: 50px;
    }
.bt_bb_section.bt_bb_bottom_spacing_55 > .bt_bb_port {
    padding-bottom: 55px;
    }
.bt_bb_section.bt_bb_top_spacing_55 > .bt_bb_port {
    padding-top: 55px;
    }
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
    padding-bottom: 60px;
    }
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
    padding-top: 60px;
    }
.bt_bb_section.bt_bb_bottom_spacing_65 > .bt_bb_port {
    padding-bottom: 65px;
    }
.bt_bb_section.bt_bb_top_spacing_65 > .bt_bb_port {
    padding-top: 65px;
    }
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
    padding-bottom: 70px;
    }
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
    padding-top: 70px;
    }
.bt_bb_section.bt_bb_bottom_spacing_75 > .bt_bb_port {
    padding-bottom: 75px;
    }
.bt_bb_section.bt_bb_top_spacing_75 > .bt_bb_port {
    padding-top: 75px;
    }
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
    padding-bottom: 80px;
    }
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
    padding-top: 80px;
    }
.bt_bb_section.bt_bb_bottom_spacing_85 > .bt_bb_port {
    padding-bottom: 85px;
    }
.bt_bb_section.bt_bb_top_spacing_85 > .bt_bb_port {
    padding-top: 85px;
    }
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
    padding-bottom: 90px;
    }
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
    padding-top: 90px;
    }
.bt_bb_section.bt_bb_bottom_spacing_95 > .bt_bb_port {
    padding-bottom: 95px;
    }
.bt_bb_section.bt_bb_top_spacing_95 > .bt_bb_port {
    padding-top: 95px;
    }
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
    padding-bottom: 100px;
    }
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
    padding-top: 100px;
    }
.bt_bb_section.bt_bb_video {
    overflow: hidden;
    padding-bottom: 0;
    }
.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
    }
.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
    z-index: 1 !important;
    }
.bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
    z-index: 3;
    }
.bt_bb_section.bt_bb_background_video_yt > .bt_bb_fe_before {
    z-index: 2;
    }
.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: 0;
    }
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: 0;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }

/*html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll; 
	 &.bt_bb_parallax, & .bt_bb_parallax {
		background-attachment: fixed;
	} 
}*/
/* Row / Grid related */
.bt_bb_row {
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
    }
.bt_bb_row_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_holder .bt_bb_column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_holder .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    width: 100%;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
    }

/* Inner row */
.bt_bb_row_inner_holder {
    height: auto;
    margin: 0 -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--inner-column-primary-color);
    background-color: var(--inner-column-secondary-color);
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    color: var(--inner-column-inner-primary-color);
    background-color: var(--inner-column-inner-secondary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
    }
.bt_bb_cell {
    width: 100%;
    }
.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1300 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1500 .bt_bb_cell {
    width: 1500px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1600 .bt_bb_cell {
    width: 1600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_gap_extra_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: -.5em;
    margin-right: -.5em;
    }
.bt_bb_column_gap_small > .bt_bb_row_holder .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_gap_normal > .bt_bb_row_holder .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_gap_medium > .bt_bb_row_holder .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_gap_large > .bt_bb_row_holder .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
    }
.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_gap_0 > .bt_bb_row_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
    }

/* Inner row */
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
    }
.bt_bb_column_inner_gap_extra_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .25em;
    padding-right: .25em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
    }
.bt_bb_column_inner_gap_small > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
    }
.bt_bb_column_inner_gap_normal > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 1em;
    padding-right: 1em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
    }
.bt_bb_column_inner_gap_medium > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 2em;
    padding-right: 2em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
    }
.bt_bb_column_inner_gap_large > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 4em;
    padding-right: 4em;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner_gap_5 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner_gap_10 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner_gap_15 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner_gap_20 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner_gap_25 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner_gap_30 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner_gap_35 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner_gap_40 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner_gap_45 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner_gap_50 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner_gap_55 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 110px;
    padding-right: 110px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner_gap_60 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 120px;
    padding-right: 120px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner_gap_65 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 130px;
    padding-right: 130px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner_gap_70 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 140px;
    padding-right: 140px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner_gap_75 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 150px;
    padding-right: 150px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner_gap_80 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 160px;
    padding-right: 160px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner_gap_85 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 170px;
    padding-right: 170px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner_gap_90 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 180px;
    padding-right: 180px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner_gap_95 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 190px;
    padding-right: 190px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
    }
.bt_bb_column_inner_gap_100 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 200px;
    padding-right: 200px;
    }

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder {
    margin-left: 0;
    margin-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_column_inner_gap_0 > .bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
    }
.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
    }
.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
    }
.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
    }
.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
    }
.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
    }
.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
    }
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
    }
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
    }
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
    }
.bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content {
    padding-left: 55px;
    padding-right: 55px;
    }
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
    }
.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
    padding-left: 65px;
    padding-right: 65px;
    }
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
    }
.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
    padding-left: 75px;
    padding-right: 75px;
    }
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
    }
.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
    padding-left: 85px;
    padding-right: 85px;
    }
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
    }
.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
    padding-left: 95px;
    padding-right: 95px;
    }
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
    }

/* -------------- */
/* - Boxed rows - */
/* -------------- */
/* @set boxedDelta 0; */
/* Boxed 1200 */
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1200,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left_right {
    max-width: 1200px;
    margin: auto;
    }
@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1239px) {
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
}

@media (min-width: 1240px) {
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 63.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 100.001px;
    -ms-flex: 0 0 100.001px;
    flex: 0 0 100.001px;
    max-width: 100.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 100.83433px;
    -ms-flex: 0 0 100.83433px;
    flex: 0 0 100.83433px;
    max-width: 100.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 90.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 101.66767px;
    -ms-flex: 0 0 101.66767px;
    flex: 0 0 101.66767px;
    max-width: 101.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 81.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 102.501px;
    -ms-flex: 0 0 102.501px;
    flex: 0 0 102.501px;
    max-width: 102.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 72.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 103.33433px;
    -ms-flex: 0 0 103.33433px;
    flex: 0 0 103.33433px;
    max-width: 103.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 104.16767px;
    -ms-flex: 0 0 104.16767px;
    flex: 0 0 104.16767px;
    max-width: 104.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 54.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 105.001px;
    -ms-flex: 0 0 105.001px;
    flex: 0 0 105.001px;
    max-width: 105.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 45.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 105.83433px;
    -ms-flex: 0 0 105.83433px;
    flex: 0 0 105.83433px;
    max-width: 105.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 35.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 106.66767px;
    -ms-flex: 0 0 106.66767px;
    flex: 0 0 106.66767px;
    max-width: 106.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 26.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 107.501px;
    -ms-flex: 0 0 107.501px;
    flex: 0 0 107.501px;
    max-width: 107.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 17.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 108.33433px;
    -ms-flex: 0 0 108.33433px;
    flex: 0 0 108.33433px;
    max-width: 108.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 8.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 109.16767px;
    -ms-flex: 0 0 109.16767px;
    flex: 0 0 109.16767px;
    max-width: 109.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 545.83233px);
    max-width: -moz-calc(50% - 545.83233px);
    max-width: calc(50% - 545.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -.83233px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 110.001px;
    -ms-flex: 0 0 110.001px;
    flex: 0 0 110.001px;
    max-width: 110.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -9.999px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 110.83433px;
    -ms-flex: 0 0 110.83433px;
    flex: 0 0 110.83433px;
    max-width: 110.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 554.16567px);
    max-width: -moz-calc(50% - 554.16567px);
    max-width: calc(50% - 554.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -19.16567px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 111.66767px;
    -ms-flex: 0 0 111.66767px;
    flex: 0 0 111.66767px;
    max-width: 111.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -28.33233px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 112.501px;
    -ms-flex: 0 0 112.501px;
    flex: 0 0 112.501px;
    max-width: 112.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 562.499px);
    max-width: -moz-calc(50% - 562.499px);
    max-width: calc(50% - 562.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -37.499px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 113.33433px;
    -ms-flex: 0 0 113.33433px;
    flex: 0 0 113.33433px;
    max-width: 113.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -46.66567px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 114.16767px;
    -ms-flex: 0 0 114.16767px;
    flex: 0 0 114.16767px;
    max-width: 114.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 570.83233px);
    max-width: -moz-calc(50% - 570.83233px);
    max-width: calc(50% - 570.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -55.83233px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 115.001px;
    -ms-flex: 0 0 115.001px;
    flex: 0 0 115.001px;
    max-width: 115.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -64.999px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 115.83433px;
    -ms-flex: 0 0 115.83433px;
    flex: 0 0 115.83433px;
    max-width: 115.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 579.16567px);
    max-width: -moz-calc(50% - 579.16567px);
    max-width: calc(50% - 579.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -74.16567px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -83.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 504.16567px);
    max-width: -moz-calc(50% - 504.16567px);
    max-width: calc(50% - 504.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 90.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 508.33233px);
    max-width: -moz-calc(50% - 508.33233px);
    max-width: calc(50% - 508.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 81.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 512.499px);
    max-width: -moz-calc(50% - 512.499px);
    max-width: calc(50% - 512.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 72.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 63.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 520.83233px);
    max-width: -moz-calc(50% - 520.83233px);
    max-width: calc(50% - 520.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 54.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 524.999px);
    max-width: -moz-calc(50% - 524.999px);
    max-width: calc(50% - 524.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 45.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 529.16567px);
    max-width: -moz-calc(50% - 529.16567px);
    max-width: calc(50% - 529.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 35.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 26.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 537.499px);
    max-width: -moz-calc(50% - 537.499px);
    max-width: calc(50% - 537.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 17.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 541.66567px);
    max-width: -moz-calc(50% - 541.66567px);
    max-width: calc(50% - 541.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 8.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 549.999px);
    max-width: -moz-calc(50% - 549.999px);
    max-width: calc(50% - 549.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -9.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 558.33233px);
    max-width: -moz-calc(50% - 558.33233px);
    max-width: calc(50% - 558.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -28.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 566.66567px);
    max-width: -moz-calc(50% - 566.66567px);
    max-width: calc(50% - 566.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -46.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 574.999px);
    max-width: -moz-calc(50% - 574.999px);
    max-width: calc(50% - 574.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -64.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -83.33233px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 200.001px;
    -ms-flex: 0 0 200.001px;
    flex: 0 0 200.001px;
    max-width: 200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 201.66767px;
    -ms-flex: 0 0 201.66767px;
    flex: 0 0 201.66767px;
    max-width: 201.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 203.33433px;
    -ms-flex: 0 0 203.33433px;
    flex: 0 0 203.33433px;
    max-width: 203.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 205.001px;
    -ms-flex: 0 0 205.001px;
    flex: 0 0 205.001px;
    max-width: 205.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 206.66767px;
    -ms-flex: 0 0 206.66767px;
    flex: 0 0 206.66767px;
    max-width: 206.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 208.33433px;
    -ms-flex: 0 0 208.33433px;
    flex: 0 0 208.33433px;
    max-width: 208.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 210.001px;
    -ms-flex: 0 0 210.001px;
    flex: 0 0 210.001px;
    max-width: 210.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 211.66767px;
    -ms-flex: 0 0 211.66767px;
    flex: 0 0 211.66767px;
    max-width: 211.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 213.33433px;
    -ms-flex: 0 0 213.33433px;
    flex: 0 0 213.33433px;
    max-width: 213.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 215.001px;
    -ms-flex: 0 0 215.001px;
    flex: 0 0 215.001px;
    max-width: 215.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 216.66767px;
    -ms-flex: 0 0 216.66767px;
    flex: 0 0 216.66767px;
    max-width: 216.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 218.33433px;
    -ms-flex: 0 0 218.33433px;
    flex: 0 0 218.33433px;
    max-width: 218.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 436.66567px);
    max-width: -moz-calc(50% - 436.66567px);
    max-width: calc(50% - 436.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 108.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 220.001px;
    -ms-flex: 0 0 220.001px;
    flex: 0 0 220.001px;
    max-width: 220.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 221.66767px;
    -ms-flex: 0 0 221.66767px;
    flex: 0 0 221.66767px;
    max-width: 221.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 443.33233px);
    max-width: -moz-calc(50% - 443.33233px);
    max-width: calc(50% - 443.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 91.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 223.33433px;
    -ms-flex: 0 0 223.33433px;
    flex: 0 0 223.33433px;
    max-width: 223.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 225.001px;
    -ms-flex: 0 0 225.001px;
    flex: 0 0 225.001px;
    max-width: 225.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 75.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 226.66767px;
    -ms-flex: 0 0 226.66767px;
    flex: 0 0 226.66767px;
    max-width: 226.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 228.33433px;
    -ms-flex: 0 0 228.33433px;
    flex: 0 0 228.33433px;
    max-width: 228.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 456.66567px);
    max-width: -moz-calc(50% - 456.66567px);
    max-width: calc(50% - 456.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 58.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 230.001px;
    -ms-flex: 0 0 230.001px;
    flex: 0 0 230.001px;
    max-width: 230.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 50.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 231.66767px;
    -ms-flex: 0 0 231.66767px;
    flex: 0 0 231.66767px;
    max-width: 231.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 463.33233px);
    max-width: -moz-calc(50% - 463.33233px);
    max-width: calc(50% - 463.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 41.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 33.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 403.33233px);
    max-width: -moz-calc(50% - 403.33233px);
    max-width: calc(50% - 403.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 406.66567px);
    max-width: -moz-calc(50% - 406.66567px);
    max-width: calc(50% - 406.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 409.999px);
    max-width: -moz-calc(50% - 409.999px);
    max-width: calc(50% - 409.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 413.33233px);
    max-width: -moz-calc(50% - 413.33233px);
    max-width: calc(50% - 413.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 416.66567px);
    max-width: -moz-calc(50% - 416.66567px);
    max-width: calc(50% - 416.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 423.33233px);
    max-width: -moz-calc(50% - 423.33233px);
    max-width: calc(50% - 423.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 426.66567px);
    max-width: -moz-calc(50% - 426.66567px);
    max-width: calc(50% - 426.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 429.999px);
    max-width: -moz-calc(50% - 429.999px);
    max-width: calc(50% - 429.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 433.33233px);
    max-width: -moz-calc(50% - 433.33233px);
    max-width: calc(50% - 433.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 439.999px);
    max-width: -moz-calc(50% - 439.999px);
    max-width: calc(50% - 439.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 446.66567px);
    max-width: -moz-calc(50% - 446.66567px);
    max-width: calc(50% - 446.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 453.33233px);
    max-width: -moz-calc(50% - 453.33233px);
    max-width: calc(50% - 453.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 459.999px);
    max-width: -moz-calc(50% - 459.999px);
    max-width: calc(50% - 459.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 50.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 33.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 242.001px;
    -ms-flex: 0 0 242.001px;
    flex: 0 0 242.001px;
    max-width: 242.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 244.001px;
    -ms-flex: 0 0 244.001px;
    flex: 0 0 244.001px;
    max-width: 244.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 246.001px;
    -ms-flex: 0 0 246.001px;
    flex: 0 0 246.001px;
    max-width: 246.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 248.001px;
    -ms-flex: 0 0 248.001px;
    flex: 0 0 248.001px;
    max-width: 248.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 252.001px;
    -ms-flex: 0 0 252.001px;
    flex: 0 0 252.001px;
    max-width: 252.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 254.001px;
    -ms-flex: 0 0 254.001px;
    flex: 0 0 254.001px;
    max-width: 254.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 256.001px;
    -ms-flex: 0 0 256.001px;
    flex: 0 0 256.001px;
    max-width: 256.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 258.001px;
    -ms-flex: 0 0 258.001px;
    flex: 0 0 258.001px;
    max-width: 258.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 262.001px;
    -ms-flex: 0 0 262.001px;
    flex: 0 0 262.001px;
    max-width: 262.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 392.999px);
    max-width: -moz-calc(50% - 392.999px);
    max-width: calc(50% - 392.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 264.001px;
    -ms-flex: 0 0 264.001px;
    flex: 0 0 264.001px;
    max-width: 264.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 266.001px;
    -ms-flex: 0 0 266.001px;
    flex: 0 0 266.001px;
    max-width: 266.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 398.999px);
    max-width: -moz-calc(50% - 398.999px);
    max-width: calc(50% - 398.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 268.001px;
    -ms-flex: 0 0 268.001px;
    flex: 0 0 268.001px;
    max-width: 268.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 270.001px;
    -ms-flex: 0 0 270.001px;
    flex: 0 0 270.001px;
    max-width: 270.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 404.999px);
    max-width: -moz-calc(50% - 404.999px);
    max-width: calc(50% - 404.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 272.001px;
    -ms-flex: 0 0 272.001px;
    flex: 0 0 272.001px;
    max-width: 272.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 112.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 274.001px;
    -ms-flex: 0 0 274.001px;
    flex: 0 0 274.001px;
    max-width: 274.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 410.999px);
    max-width: -moz-calc(50% - 410.999px);
    max-width: calc(50% - 410.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 104.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 276.001px;
    -ms-flex: 0 0 276.001px;
    flex: 0 0 276.001px;
    max-width: 276.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 96.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 278.001px;
    -ms-flex: 0 0 278.001px;
    flex: 0 0 278.001px;
    max-width: 278.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 416.999px);
    max-width: -moz-calc(50% - 416.999px);
    max-width: calc(50% - 416.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 88.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 362.999px);
    max-width: -moz-calc(50% - 362.999px);
    max-width: calc(50% - 362.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 365.999px);
    max-width: -moz-calc(50% - 365.999px);
    max-width: calc(50% - 365.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 368.999px);
    max-width: -moz-calc(50% - 368.999px);
    max-width: calc(50% - 368.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 371.999px);
    max-width: -moz-calc(50% - 371.999px);
    max-width: calc(50% - 371.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 377.999px);
    max-width: -moz-calc(50% - 377.999px);
    max-width: calc(50% - 377.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 380.999px);
    max-width: -moz-calc(50% - 380.999px);
    max-width: calc(50% - 380.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 383.999px);
    max-width: -moz-calc(50% - 383.999px);
    max-width: calc(50% - 383.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 386.999px);
    max-width: -moz-calc(50% - 386.999px);
    max-width: calc(50% - 386.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 395.999px);
    max-width: -moz-calc(50% - 395.999px);
    max-width: calc(50% - 395.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 401.999px);
    max-width: -moz-calc(50% - 401.999px);
    max-width: calc(50% - 401.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 407.999px);
    max-width: -moz-calc(50% - 407.999px);
    max-width: calc(50% - 407.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 112.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 413.999px);
    max-width: -moz-calc(50% - 413.999px);
    max-width: calc(50% - 413.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 96.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 270.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 302.501px;
    -ms-flex: 0 0 302.501px;
    flex: 0 0 302.501px;
    max-width: 302.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 292.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 305.001px;
    -ms-flex: 0 0 305.001px;
    flex: 0 0 305.001px;
    max-width: 305.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 285.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 307.501px;
    -ms-flex: 0 0 307.501px;
    flex: 0 0 307.501px;
    max-width: 307.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 277.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 312.501px;
    -ms-flex: 0 0 312.501px;
    flex: 0 0 312.501px;
    max-width: 312.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 262.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 315.001px;
    -ms-flex: 0 0 315.001px;
    flex: 0 0 315.001px;
    max-width: 315.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 255.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 317.501px;
    -ms-flex: 0 0 317.501px;
    flex: 0 0 317.501px;
    max-width: 317.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 247.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 322.501px;
    -ms-flex: 0 0 322.501px;
    flex: 0 0 322.501px;
    max-width: 322.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 232.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 325.001px;
    -ms-flex: 0 0 325.001px;
    flex: 0 0 325.001px;
    max-width: 325.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 327.501px;
    -ms-flex: 0 0 327.501px;
    flex: 0 0 327.501px;
    max-width: 327.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 327.499px);
    max-width: -moz-calc(50% - 327.499px);
    max-width: calc(50% - 327.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 217.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 330.001px;
    -ms-flex: 0 0 330.001px;
    flex: 0 0 330.001px;
    max-width: 330.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 210.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 332.501px;
    -ms-flex: 0 0 332.501px;
    flex: 0 0 332.501px;
    max-width: 332.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 332.499px);
    max-width: -moz-calc(50% - 332.499px);
    max-width: calc(50% - 332.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 202.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 335.001px;
    -ms-flex: 0 0 335.001px;
    flex: 0 0 335.001px;
    max-width: 335.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 195.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 337.501px;
    -ms-flex: 0 0 337.501px;
    flex: 0 0 337.501px;
    max-width: 337.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 337.499px);
    max-width: -moz-calc(50% - 337.499px);
    max-width: calc(50% - 337.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 187.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 340.001px;
    -ms-flex: 0 0 340.001px;
    flex: 0 0 340.001px;
    max-width: 340.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 180.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 342.501px;
    -ms-flex: 0 0 342.501px;
    flex: 0 0 342.501px;
    max-width: 342.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 342.499px);
    max-width: -moz-calc(50% - 342.499px);
    max-width: calc(50% - 342.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 172.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 345.001px;
    -ms-flex: 0 0 345.001px;
    flex: 0 0 345.001px;
    max-width: 345.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 165.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 347.501px;
    -ms-flex: 0 0 347.501px;
    flex: 0 0 347.501px;
    max-width: 347.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 347.499px);
    max-width: -moz-calc(50% - 347.499px);
    max-width: calc(50% - 347.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 157.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 299.999px);
    max-width: -moz-calc(50% - 299.999px);
    max-width: calc(50% - 299.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 302.499px);
    max-width: -moz-calc(50% - 302.499px);
    max-width: calc(50% - 302.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 292.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 304.999px);
    max-width: -moz-calc(50% - 304.999px);
    max-width: calc(50% - 304.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 285.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 307.499px);
    max-width: -moz-calc(50% - 307.499px);
    max-width: calc(50% - 307.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 277.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 309.999px);
    max-width: -moz-calc(50% - 309.999px);
    max-width: calc(50% - 309.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 270.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 312.499px);
    max-width: -moz-calc(50% - 312.499px);
    max-width: calc(50% - 312.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 262.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 314.999px);
    max-width: -moz-calc(50% - 314.999px);
    max-width: calc(50% - 314.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 255.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 317.499px);
    max-width: -moz-calc(50% - 317.499px);
    max-width: calc(50% - 317.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 247.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 319.999px);
    max-width: -moz-calc(50% - 319.999px);
    max-width: calc(50% - 319.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 322.499px);
    max-width: -moz-calc(50% - 322.499px);
    max-width: calc(50% - 322.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 232.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 324.999px);
    max-width: -moz-calc(50% - 324.999px);
    max-width: calc(50% - 324.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 329.999px);
    max-width: -moz-calc(50% - 329.999px);
    max-width: calc(50% - 329.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 210.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 334.999px);
    max-width: -moz-calc(50% - 334.999px);
    max-width: calc(50% - 334.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 195.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 339.999px);
    max-width: -moz-calc(50% - 339.999px);
    max-width: calc(50% - 339.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 180.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 344.999px);
    max-width: -moz-calc(50% - 344.999px);
    max-width: calc(50% - 344.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 165.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 403.33433px;
    -ms-flex: 0 0 403.33433px;
    flex: 0 0 403.33433px;
    max-width: 403.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 406.66767px;
    -ms-flex: 0 0 406.66767px;
    flex: 0 0 406.66767px;
    max-width: 406.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 410.001px;
    -ms-flex: 0 0 410.001px;
    flex: 0 0 410.001px;
    max-width: 410.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 413.33433px;
    -ms-flex: 0 0 413.33433px;
    flex: 0 0 413.33433px;
    max-width: 413.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 416.66767px;
    -ms-flex: 0 0 416.66767px;
    flex: 0 0 416.66767px;
    max-width: 416.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 420.001px;
    -ms-flex: 0 0 420.001px;
    flex: 0 0 420.001px;
    max-width: 420.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 423.33433px;
    -ms-flex: 0 0 423.33433px;
    flex: 0 0 423.33433px;
    max-width: 423.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 426.66767px;
    -ms-flex: 0 0 426.66767px;
    flex: 0 0 426.66767px;
    max-width: 426.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 430.001px;
    -ms-flex: 0 0 430.001px;
    flex: 0 0 430.001px;
    max-width: 430.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 433.33433px;
    -ms-flex: 0 0 433.33433px;
    flex: 0 0 433.33433px;
    max-width: 433.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 436.66767px;
    -ms-flex: 0 0 436.66767px;
    flex: 0 0 436.66767px;
    max-width: 436.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 218.33233px);
    max-width: -moz-calc(50% - 218.33233px);
    max-width: calc(50% - 218.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 326.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 440.001px;
    -ms-flex: 0 0 440.001px;
    flex: 0 0 440.001px;
    max-width: 440.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 443.33433px;
    -ms-flex: 0 0 443.33433px;
    flex: 0 0 443.33433px;
    max-width: 443.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 221.66567px);
    max-width: -moz-calc(50% - 221.66567px);
    max-width: calc(50% - 221.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 313.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 446.66767px;
    -ms-flex: 0 0 446.66767px;
    flex: 0 0 446.66767px;
    max-width: 446.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 306.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 450.001px;
    -ms-flex: 0 0 450.001px;
    flex: 0 0 450.001px;
    max-width: 450.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 224.999px);
    max-width: -moz-calc(50% - 224.999px);
    max-width: calc(50% - 224.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 300.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 453.33433px;
    -ms-flex: 0 0 453.33433px;
    flex: 0 0 453.33433px;
    max-width: 453.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 293.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 456.66767px;
    -ms-flex: 0 0 456.66767px;
    flex: 0 0 456.66767px;
    max-width: 456.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 228.33233px);
    max-width: -moz-calc(50% - 228.33233px);
    max-width: calc(50% - 228.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 286.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 460.001px;
    -ms-flex: 0 0 460.001px;
    flex: 0 0 460.001px;
    max-width: 460.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 463.33433px;
    -ms-flex: 0 0 463.33433px;
    flex: 0 0 463.33433px;
    max-width: 463.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 231.66567px);
    max-width: -moz-calc(50% - 231.66567px);
    max-width: calc(50% - 231.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 273.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 266.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 199.999px);
    max-width: -moz-calc(50% - 199.999px);
    max-width: calc(50% - 199.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 201.66567px);
    max-width: -moz-calc(50% - 201.66567px);
    max-width: calc(50% - 201.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 203.33233px);
    max-width: -moz-calc(50% - 203.33233px);
    max-width: calc(50% - 203.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 204.999px);
    max-width: -moz-calc(50% - 204.999px);
    max-width: calc(50% - 204.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 206.66567px);
    max-width: -moz-calc(50% - 206.66567px);
    max-width: calc(50% - 206.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 208.33233px);
    max-width: -moz-calc(50% - 208.33233px);
    max-width: calc(50% - 208.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 209.999px);
    max-width: -moz-calc(50% - 209.999px);
    max-width: calc(50% - 209.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 211.66567px);
    max-width: -moz-calc(50% - 211.66567px);
    max-width: calc(50% - 211.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 213.33233px);
    max-width: -moz-calc(50% - 213.33233px);
    max-width: calc(50% - 213.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 214.999px);
    max-width: -moz-calc(50% - 214.999px);
    max-width: calc(50% - 214.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 216.66567px);
    max-width: -moz-calc(50% - 216.66567px);
    max-width: calc(50% - 216.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 219.999px);
    max-width: -moz-calc(50% - 219.999px);
    max-width: calc(50% - 219.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 223.33233px);
    max-width: -moz-calc(50% - 223.33233px);
    max-width: calc(50% - 223.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 306.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 226.66567px);
    max-width: -moz-calc(50% - 226.66567px);
    max-width: calc(50% - 226.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 293.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 229.999px);
    max-width: -moz-calc(50% - 229.999px);
    max-width: calc(50% - 229.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 266.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 456.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 480.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 484.001px;
    -ms-flex: 0 0 484.001px;
    flex: 0 0 484.001px;
    max-width: 484.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 474.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 488.001px;
    -ms-flex: 0 0 488.001px;
    flex: 0 0 488.001px;
    max-width: 488.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 468.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 492.001px;
    -ms-flex: 0 0 492.001px;
    flex: 0 0 492.001px;
    max-width: 492.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 462.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 496.001px;
    -ms-flex: 0 0 496.001px;
    flex: 0 0 496.001px;
    max-width: 496.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 450.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 504.001px;
    -ms-flex: 0 0 504.001px;
    flex: 0 0 504.001px;
    max-width: 504.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 444.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 508.001px;
    -ms-flex: 0 0 508.001px;
    flex: 0 0 508.001px;
    max-width: 508.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 438.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 512.001px;
    -ms-flex: 0 0 512.001px;
    flex: 0 0 512.001px;
    max-width: 512.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 432.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 516.001px;
    -ms-flex: 0 0 516.001px;
    flex: 0 0 516.001px;
    max-width: 516.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 426.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 524.001px;
    -ms-flex: 0 0 524.001px;
    flex: 0 0 524.001px;
    max-width: 524.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 130.999px);
    max-width: -moz-calc(50% - 130.999px);
    max-width: calc(50% - 130.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 414.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 528.001px;
    -ms-flex: 0 0 528.001px;
    flex: 0 0 528.001px;
    max-width: 528.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 408.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 532.001px;
    -ms-flex: 0 0 532.001px;
    flex: 0 0 532.001px;
    max-width: 532.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 132.999px);
    max-width: -moz-calc(50% - 132.999px);
    max-width: calc(50% - 132.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 402.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 536.001px;
    -ms-flex: 0 0 536.001px;
    flex: 0 0 536.001px;
    max-width: 536.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 396.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 540.001px;
    -ms-flex: 0 0 540.001px;
    flex: 0 0 540.001px;
    max-width: 540.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 134.999px);
    max-width: -moz-calc(50% - 134.999px);
    max-width: calc(50% - 134.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 390.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 544.001px;
    -ms-flex: 0 0 544.001px;
    flex: 0 0 544.001px;
    max-width: 544.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 384.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 548.001px;
    -ms-flex: 0 0 548.001px;
    flex: 0 0 548.001px;
    max-width: 548.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 136.999px);
    max-width: -moz-calc(50% - 136.999px);
    max-width: calc(50% - 136.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 378.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 552.001px;
    -ms-flex: 0 0 552.001px;
    flex: 0 0 552.001px;
    max-width: 552.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 372.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 556.001px;
    -ms-flex: 0 0 556.001px;
    flex: 0 0 556.001px;
    max-width: 556.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 138.999px);
    max-width: -moz-calc(50% - 138.999px);
    max-width: calc(50% - 138.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 366.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 480.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 120.999px);
    max-width: -moz-calc(50% - 120.999px);
    max-width: calc(50% - 120.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 474.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 121.999px);
    max-width: -moz-calc(50% - 121.999px);
    max-width: calc(50% - 121.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 468.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 122.999px);
    max-width: -moz-calc(50% - 122.999px);
    max-width: calc(50% - 122.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 462.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 123.999px);
    max-width: -moz-calc(50% - 123.999px);
    max-width: calc(50% - 123.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 456.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 450.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 125.999px);
    max-width: -moz-calc(50% - 125.999px);
    max-width: calc(50% - 125.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 444.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 126.999px);
    max-width: -moz-calc(50% - 126.999px);
    max-width: calc(50% - 126.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 438.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 127.999px);
    max-width: -moz-calc(50% - 127.999px);
    max-width: calc(50% - 127.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 432.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 128.999px);
    max-width: -moz-calc(50% - 128.999px);
    max-width: calc(50% - 128.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 426.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 131.999px);
    max-width: -moz-calc(50% - 131.999px);
    max-width: calc(50% - 131.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 408.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 133.999px);
    max-width: -moz-calc(50% - 133.999px);
    max-width: calc(50% - 133.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 396.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 135.999px);
    max-width: -moz-calc(50% - 135.999px);
    max-width: calc(50% - 135.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 384.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 137.999px);
    max-width: -moz-calc(50% - 137.999px);
    max-width: calc(50% - 137.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 372.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 476.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 504.16767px;
    -ms-flex: 0 0 504.16767px;
    flex: 0 0 504.16767px;
    max-width: 504.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 494.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 508.33433px;
    -ms-flex: 0 0 508.33433px;
    flex: 0 0 508.33433px;
    max-width: 508.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 488.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 512.501px;
    -ms-flex: 0 0 512.501px;
    flex: 0 0 512.501px;
    max-width: 512.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 482.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 520.83433px;
    -ms-flex: 0 0 520.83433px;
    flex: 0 0 520.83433px;
    max-width: 520.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 470.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 525.001px;
    -ms-flex: 0 0 525.001px;
    flex: 0 0 525.001px;
    max-width: 525.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 465.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 529.16767px;
    -ms-flex: 0 0 529.16767px;
    flex: 0 0 529.16767px;
    max-width: 529.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 459.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 537.501px;
    -ms-flex: 0 0 537.501px;
    flex: 0 0 537.501px;
    max-width: 537.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 447.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 541.66767px;
    -ms-flex: 0 0 541.66767px;
    flex: 0 0 541.66767px;
    max-width: 541.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 441.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 545.83433px;
    -ms-flex: 0 0 545.83433px;
    flex: 0 0 545.83433px;
    max-width: 545.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 109.16567px);
    max-width: -moz-calc(50% - 109.16567px);
    max-width: calc(50% - 109.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 435.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 550.001px;
    -ms-flex: 0 0 550.001px;
    flex: 0 0 550.001px;
    max-width: 550.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 430.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 554.16767px;
    -ms-flex: 0 0 554.16767px;
    flex: 0 0 554.16767px;
    max-width: 554.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 110.83233px);
    max-width: -moz-calc(50% - 110.83233px);
    max-width: calc(50% - 110.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 424.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 558.33433px;
    -ms-flex: 0 0 558.33433px;
    flex: 0 0 558.33433px;
    max-width: 558.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 418.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 562.501px;
    -ms-flex: 0 0 562.501px;
    flex: 0 0 562.501px;
    max-width: 562.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 112.499px);
    max-width: -moz-calc(50% - 112.499px);
    max-width: calc(50% - 112.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 412.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 566.66767px;
    -ms-flex: 0 0 566.66767px;
    flex: 0 0 566.66767px;
    max-width: 566.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 570.83433px;
    -ms-flex: 0 0 570.83433px;
    flex: 0 0 570.83433px;
    max-width: 570.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 114.16567px);
    max-width: -moz-calc(50% - 114.16567px);
    max-width: calc(50% - 114.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 400.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 575.001px;
    -ms-flex: 0 0 575.001px;
    flex: 0 0 575.001px;
    max-width: 575.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 395.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 579.16767px;
    -ms-flex: 0 0 579.16767px;
    flex: 0 0 579.16767px;
    max-width: 579.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 115.83233px);
    max-width: -moz-calc(50% - 115.83233px);
    max-width: calc(50% - 115.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 389.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 383.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 99.999px);
    max-width: -moz-calc(50% - 99.999px);
    max-width: calc(50% - 99.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 100.83233px);
    max-width: -moz-calc(50% - 100.83233px);
    max-width: calc(50% - 100.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 494.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 101.66567px);
    max-width: -moz-calc(50% - 101.66567px);
    max-width: calc(50% - 101.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 488.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 102.499px);
    max-width: -moz-calc(50% - 102.499px);
    max-width: calc(50% - 102.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 482.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 103.33233px);
    max-width: -moz-calc(50% - 103.33233px);
    max-width: calc(50% - 103.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 476.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 104.16567px);
    max-width: -moz-calc(50% - 104.16567px);
    max-width: calc(50% - 104.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 470.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 104.999px);
    max-width: -moz-calc(50% - 104.999px);
    max-width: calc(50% - 104.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 465.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 105.83233px);
    max-width: -moz-calc(50% - 105.83233px);
    max-width: calc(50% - 105.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 459.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 106.66567px);
    max-width: -moz-calc(50% - 106.66567px);
    max-width: calc(50% - 106.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 107.499px);
    max-width: -moz-calc(50% - 107.499px);
    max-width: calc(50% - 107.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 447.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 108.33233px);
    max-width: -moz-calc(50% - 108.33233px);
    max-width: calc(50% - 108.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 441.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 109.999px);
    max-width: -moz-calc(50% - 109.999px);
    max-width: calc(50% - 109.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 430.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 111.66567px);
    max-width: -moz-calc(50% - 111.66567px);
    max-width: calc(50% - 111.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 418.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 113.33233px);
    max-width: -moz-calc(50% - 113.33233px);
    max-width: calc(50% - 113.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 114.999px);
    max-width: -moz-calc(50% - 114.999px);
    max-width: calc(50% - 114.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 395.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 383.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 580.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 605.001px;
    -ms-flex: 0 0 605.001px;
    flex: 0 0 605.001px;
    max-width: 605.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 595.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 610.001px;
    -ms-flex: 0 0 610.001px;
    flex: 0 0 610.001px;
    max-width: 610.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 590.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 615.001px;
    -ms-flex: 0 0 615.001px;
    flex: 0 0 615.001px;
    max-width: 615.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 585.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 575.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 630.001px;
    -ms-flex: 0 0 630.001px;
    flex: 0 0 630.001px;
    max-width: 630.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 570.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 635.001px;
    -ms-flex: 0 0 635.001px;
    flex: 0 0 635.001px;
    max-width: 635.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 565.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 645.001px;
    -ms-flex: 0 0 645.001px;
    flex: 0 0 645.001px;
    max-width: 645.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 555.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 550.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 655.001px;
    -ms-flex: 0 0 655.001px;
    flex: 0 0 655.001px;
    max-width: 655.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 545.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 660.001px;
    -ms-flex: 0 0 660.001px;
    flex: 0 0 660.001px;
    max-width: 660.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 540.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 665.001px;
    -ms-flex: 0 0 665.001px;
    flex: 0 0 665.001px;
    max-width: 665.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 535.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 670.001px;
    -ms-flex: 0 0 670.001px;
    flex: 0 0 670.001px;
    max-width: 670.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 675.001px;
    -ms-flex: 0 0 675.001px;
    flex: 0 0 675.001px;
    max-width: 675.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 680.001px;
    -ms-flex: 0 0 680.001px;
    flex: 0 0 680.001px;
    max-width: 680.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 520.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 685.001px;
    -ms-flex: 0 0 685.001px;
    flex: 0 0 685.001px;
    max-width: 685.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 515.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 690.001px;
    -ms-flex: 0 0 690.001px;
    flex: 0 0 690.001px;
    max-width: 690.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 510.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 695.001px;
    -ms-flex: 0 0 695.001px;
    flex: 0 0 695.001px;
    max-width: 695.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 505.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 595.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 590.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 585.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 580.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 575.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 570.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 565.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 555.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 550.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 540.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 520.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 510.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 683.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 705.83433px;
    -ms-flex: 0 0 705.83433px;
    flex: 0 0 705.83433px;
    max-width: 705.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 695.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 711.66767px;
    -ms-flex: 0 0 711.66767px;
    flex: 0 0 711.66767px;
    max-width: 711.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 691.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 717.501px;
    -ms-flex: 0 0 717.501px;
    flex: 0 0 717.501px;
    max-width: 717.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 687.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 723.33433px;
    -ms-flex: 0 0 723.33433px;
    flex: 0 0 723.33433px;
    max-width: 723.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 729.16767px;
    -ms-flex: 0 0 729.16767px;
    flex: 0 0 729.16767px;
    max-width: 729.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 679.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 740.83433px;
    -ms-flex: 0 0 740.83433px;
    flex: 0 0 740.83433px;
    max-width: 740.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 670.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 746.66767px;
    -ms-flex: 0 0 746.66767px;
    flex: 0 0 746.66767px;
    max-width: 746.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 666.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 752.501px;
    -ms-flex: 0 0 752.501px;
    flex: 0 0 752.501px;
    max-width: 752.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 662.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 758.33433px;
    -ms-flex: 0 0 758.33433px;
    flex: 0 0 758.33433px;
    max-width: 758.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 658.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 764.16767px;
    -ms-flex: 0 0 764.16767px;
    flex: 0 0 764.16767px;
    max-width: 764.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -109.16767px);
    max-width: -moz-calc(50% - -109.16767px);
    max-width: calc(50% - -109.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 654.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 775.83433px;
    -ms-flex: 0 0 775.83433px;
    flex: 0 0 775.83433px;
    max-width: 775.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -110.83433px);
    max-width: -moz-calc(50% - -110.83433px);
    max-width: calc(50% - -110.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 645.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 781.66767px;
    -ms-flex: 0 0 781.66767px;
    flex: 0 0 781.66767px;
    max-width: 781.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 641.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 787.501px;
    -ms-flex: 0 0 787.501px;
    flex: 0 0 787.501px;
    max-width: 787.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -112.501px);
    max-width: -moz-calc(50% - -112.501px);
    max-width: calc(50% - -112.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 637.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 793.33433px;
    -ms-flex: 0 0 793.33433px;
    flex: 0 0 793.33433px;
    max-width: 793.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 633.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 799.16767px;
    -ms-flex: 0 0 799.16767px;
    flex: 0 0 799.16767px;
    max-width: 799.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -114.16767px);
    max-width: -moz-calc(50% - -114.16767px);
    max-width: calc(50% - -114.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 629.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 805.001px;
    -ms-flex: 0 0 805.001px;
    flex: 0 0 805.001px;
    max-width: 805.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 810.83433px;
    -ms-flex: 0 0 810.83433px;
    flex: 0 0 810.83433px;
    max-width: 810.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -115.83433px);
    max-width: -moz-calc(50% - -115.83433px);
    max-width: calc(50% - -115.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 620.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 616.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -100.001px);
    max-width: -moz-calc(50% - -100.001px);
    max-width: calc(50% - -100.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -100.83433px);
    max-width: -moz-calc(50% - -100.83433px);
    max-width: calc(50% - -100.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 695.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -101.66767px);
    max-width: -moz-calc(50% - -101.66767px);
    max-width: calc(50% - -101.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 691.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -102.501px);
    max-width: -moz-calc(50% - -102.501px);
    max-width: calc(50% - -102.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 687.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -103.33433px);
    max-width: -moz-calc(50% - -103.33433px);
    max-width: calc(50% - -103.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 683.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -104.16767px);
    max-width: -moz-calc(50% - -104.16767px);
    max-width: calc(50% - -104.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 679.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -105.001px);
    max-width: -moz-calc(50% - -105.001px);
    max-width: calc(50% - -105.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -105.83433px);
    max-width: -moz-calc(50% - -105.83433px);
    max-width: calc(50% - -105.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 670.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -106.66767px);
    max-width: -moz-calc(50% - -106.66767px);
    max-width: calc(50% - -106.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 666.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -107.501px);
    max-width: -moz-calc(50% - -107.501px);
    max-width: calc(50% - -107.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 662.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -108.33433px);
    max-width: -moz-calc(50% - -108.33433px);
    max-width: calc(50% - -108.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 658.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -110.001px);
    max-width: -moz-calc(50% - -110.001px);
    max-width: calc(50% - -110.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -111.66767px);
    max-width: -moz-calc(50% - -111.66767px);
    max-width: calc(50% - -111.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 641.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -113.33433px);
    max-width: -moz-calc(50% - -113.33433px);
    max-width: calc(50% - -113.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 633.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -115.001px);
    max-width: -moz-calc(50% - -115.001px);
    max-width: calc(50% - -115.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 616.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 704.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 720.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 726.001px;
    -ms-flex: 0 0 726.001px;
    flex: 0 0 726.001px;
    max-width: 726.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 716.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 732.001px;
    -ms-flex: 0 0 732.001px;
    flex: 0 0 732.001px;
    max-width: 732.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 712.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 738.001px;
    -ms-flex: 0 0 738.001px;
    flex: 0 0 738.001px;
    max-width: 738.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 708.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 744.001px;
    -ms-flex: 0 0 744.001px;
    flex: 0 0 744.001px;
    max-width: 744.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 756.001px;
    -ms-flex: 0 0 756.001px;
    flex: 0 0 756.001px;
    max-width: 756.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 696.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 762.001px;
    -ms-flex: 0 0 762.001px;
    flex: 0 0 762.001px;
    max-width: 762.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 692.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 768.001px;
    -ms-flex: 0 0 768.001px;
    flex: 0 0 768.001px;
    max-width: 768.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 688.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 774.001px;
    -ms-flex: 0 0 774.001px;
    flex: 0 0 774.001px;
    max-width: 774.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 684.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 786.001px;
    -ms-flex: 0 0 786.001px;
    flex: 0 0 786.001px;
    max-width: 786.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -131.001px);
    max-width: -moz-calc(50% - -131.001px);
    max-width: calc(50% - -131.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 676.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 792.001px;
    -ms-flex: 0 0 792.001px;
    flex: 0 0 792.001px;
    max-width: 792.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 672.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 798.001px;
    -ms-flex: 0 0 798.001px;
    flex: 0 0 798.001px;
    max-width: 798.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -133.001px);
    max-width: -moz-calc(50% - -133.001px);
    max-width: calc(50% - -133.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 668.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 804.001px;
    -ms-flex: 0 0 804.001px;
    flex: 0 0 804.001px;
    max-width: 804.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 664.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 810.001px;
    -ms-flex: 0 0 810.001px;
    flex: 0 0 810.001px;
    max-width: 810.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -135.001px);
    max-width: -moz-calc(50% - -135.001px);
    max-width: calc(50% - -135.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 816.001px;
    -ms-flex: 0 0 816.001px;
    flex: 0 0 816.001px;
    max-width: 816.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 656.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 822.001px;
    -ms-flex: 0 0 822.001px;
    flex: 0 0 822.001px;
    max-width: 822.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -137.001px);
    max-width: -moz-calc(50% - -137.001px);
    max-width: calc(50% - -137.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 652.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 828.001px;
    -ms-flex: 0 0 828.001px;
    flex: 0 0 828.001px;
    max-width: 828.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 648.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 834.001px;
    -ms-flex: 0 0 834.001px;
    flex: 0 0 834.001px;
    max-width: 834.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -139.001px);
    max-width: -moz-calc(50% - -139.001px);
    max-width: calc(50% - -139.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 644.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 720.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -121.001px);
    max-width: -moz-calc(50% - -121.001px);
    max-width: calc(50% - -121.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 716.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -122.001px);
    max-width: -moz-calc(50% - -122.001px);
    max-width: calc(50% - -122.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 712.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -123.001px);
    max-width: -moz-calc(50% - -123.001px);
    max-width: calc(50% - -123.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 708.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -124.001px);
    max-width: -moz-calc(50% - -124.001px);
    max-width: calc(50% - -124.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 704.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -126.001px);
    max-width: -moz-calc(50% - -126.001px);
    max-width: calc(50% - -126.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 696.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -127.001px);
    max-width: -moz-calc(50% - -127.001px);
    max-width: calc(50% - -127.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 692.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -128.001px);
    max-width: -moz-calc(50% - -128.001px);
    max-width: calc(50% - -128.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 688.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -129.001px);
    max-width: -moz-calc(50% - -129.001px);
    max-width: calc(50% - -129.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 684.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -132.001px);
    max-width: -moz-calc(50% - -132.001px);
    max-width: calc(50% - -132.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 672.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -134.001px);
    max-width: -moz-calc(50% - -134.001px);
    max-width: calc(50% - -134.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 664.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -136.001px);
    max-width: -moz-calc(50% - -136.001px);
    max-width: calc(50% - -136.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 656.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -138.001px);
    max-width: -moz-calc(50% - -138.001px);
    max-width: calc(50% - -138.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 648.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 786.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 806.66767px;
    -ms-flex: 0 0 806.66767px;
    flex: 0 0 806.66767px;
    max-width: 806.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 796.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 813.33433px;
    -ms-flex: 0 0 813.33433px;
    flex: 0 0 813.33433px;
    max-width: 813.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 793.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 820.001px;
    -ms-flex: 0 0 820.001px;
    flex: 0 0 820.001px;
    max-width: 820.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 790.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 826.66767px;
    -ms-flex: 0 0 826.66767px;
    flex: 0 0 826.66767px;
    max-width: 826.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 833.33433px;
    -ms-flex: 0 0 833.33433px;
    flex: 0 0 833.33433px;
    max-width: 833.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 846.66767px;
    -ms-flex: 0 0 846.66767px;
    flex: 0 0 846.66767px;
    max-width: 846.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 776.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 853.33433px;
    -ms-flex: 0 0 853.33433px;
    flex: 0 0 853.33433px;
    max-width: 853.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 773.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 860.001px;
    -ms-flex: 0 0 860.001px;
    flex: 0 0 860.001px;
    max-width: 860.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 770.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 866.66767px;
    -ms-flex: 0 0 866.66767px;
    flex: 0 0 866.66767px;
    max-width: 866.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 873.33433px;
    -ms-flex: 0 0 873.33433px;
    flex: 0 0 873.33433px;
    max-width: 873.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -218.33433px);
    max-width: -moz-calc(50% - -218.33433px);
    max-width: calc(50% - -218.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 763.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 880.001px;
    -ms-flex: 0 0 880.001px;
    flex: 0 0 880.001px;
    max-width: 880.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -221.66767px);
    max-width: -moz-calc(50% - -221.66767px);
    max-width: calc(50% - -221.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 756.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 893.33433px;
    -ms-flex: 0 0 893.33433px;
    flex: 0 0 893.33433px;
    max-width: 893.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 753.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -225.001px);
    max-width: -moz-calc(50% - -225.001px);
    max-width: calc(50% - -225.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 906.66767px;
    -ms-flex: 0 0 906.66767px;
    flex: 0 0 906.66767px;
    max-width: 906.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 746.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 913.33433px;
    -ms-flex: 0 0 913.33433px;
    flex: 0 0 913.33433px;
    max-width: 913.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -228.33433px);
    max-width: -moz-calc(50% - -228.33433px);
    max-width: calc(50% - -228.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 743.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 920.001px;
    -ms-flex: 0 0 920.001px;
    flex: 0 0 920.001px;
    max-width: 920.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 740.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 926.66767px;
    -ms-flex: 0 0 926.66767px;
    flex: 0 0 926.66767px;
    max-width: 926.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -231.66767px);
    max-width: -moz-calc(50% - -231.66767px);
    max-width: calc(50% - -231.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 736.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -200.001px);
    max-width: -moz-calc(50% - -200.001px);
    max-width: calc(50% - -200.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -201.66767px);
    max-width: -moz-calc(50% - -201.66767px);
    max-width: calc(50% - -201.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 796.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -203.33433px);
    max-width: -moz-calc(50% - -203.33433px);
    max-width: calc(50% - -203.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 793.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -205.001px);
    max-width: -moz-calc(50% - -205.001px);
    max-width: calc(50% - -205.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 790.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -206.66767px);
    max-width: -moz-calc(50% - -206.66767px);
    max-width: calc(50% - -206.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 786.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -208.33433px);
    max-width: -moz-calc(50% - -208.33433px);
    max-width: calc(50% - -208.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -210.001px);
    max-width: -moz-calc(50% - -210.001px);
    max-width: calc(50% - -210.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -211.66767px);
    max-width: -moz-calc(50% - -211.66767px);
    max-width: calc(50% - -211.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 776.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -213.33433px);
    max-width: -moz-calc(50% - -213.33433px);
    max-width: calc(50% - -213.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 773.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -215.001px);
    max-width: -moz-calc(50% - -215.001px);
    max-width: calc(50% - -215.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 770.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -216.66767px);
    max-width: -moz-calc(50% - -216.66767px);
    max-width: calc(50% - -216.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -220.001px);
    max-width: -moz-calc(50% - -220.001px);
    max-width: calc(50% - -220.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -223.33433px);
    max-width: -moz-calc(50% - -223.33433px);
    max-width: calc(50% - -223.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 753.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -226.66767px);
    max-width: -moz-calc(50% - -226.66767px);
    max-width: calc(50% - -226.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 746.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -230.001px);
    max-width: -moz-calc(50% - -230.001px);
    max-width: calc(50% - -230.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 740.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 907.501px;
    -ms-flex: 0 0 907.501px;
    flex: 0 0 907.501px;
    max-width: 907.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 897.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 915.001px;
    -ms-flex: 0 0 915.001px;
    flex: 0 0 915.001px;
    max-width: 915.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 895.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 922.501px;
    -ms-flex: 0 0 922.501px;
    flex: 0 0 922.501px;
    max-width: 922.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 892.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 937.501px;
    -ms-flex: 0 0 937.501px;
    flex: 0 0 937.501px;
    max-width: 937.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 887.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 945.001px;
    -ms-flex: 0 0 945.001px;
    flex: 0 0 945.001px;
    max-width: 945.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 885.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 952.501px;
    -ms-flex: 0 0 952.501px;
    flex: 0 0 952.501px;
    max-width: 952.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 882.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 967.501px;
    -ms-flex: 0 0 967.501px;
    flex: 0 0 967.501px;
    max-width: 967.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 877.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 975.001px;
    -ms-flex: 0 0 975.001px;
    flex: 0 0 975.001px;
    max-width: 975.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 875.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 982.501px;
    -ms-flex: 0 0 982.501px;
    flex: 0 0 982.501px;
    max-width: 982.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -327.501px);
    max-width: -moz-calc(50% - -327.501px);
    max-width: calc(50% - -327.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 872.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 990.001px;
    -ms-flex: 0 0 990.001px;
    flex: 0 0 990.001px;
    max-width: 990.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 997.501px;
    -ms-flex: 0 0 997.501px;
    flex: 0 0 997.501px;
    max-width: 997.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -332.501px);
    max-width: -moz-calc(50% - -332.501px);
    max-width: calc(50% - -332.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 867.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1005.001px;
    -ms-flex: 0 0 1005.001px;
    flex: 0 0 1005.001px;
    max-width: 1005.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 865.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1012.501px;
    -ms-flex: 0 0 1012.501px;
    flex: 0 0 1012.501px;
    max-width: 1012.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -337.501px);
    max-width: -moz-calc(50% - -337.501px);
    max-width: calc(50% - -337.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 862.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 860.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1027.501px;
    -ms-flex: 0 0 1027.501px;
    flex: 0 0 1027.501px;
    max-width: 1027.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -342.501px);
    max-width: -moz-calc(50% - -342.501px);
    max-width: calc(50% - -342.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 857.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1035.001px;
    -ms-flex: 0 0 1035.001px;
    flex: 0 0 1035.001px;
    max-width: 1035.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 855.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1042.501px;
    -ms-flex: 0 0 1042.501px;
    flex: 0 0 1042.501px;
    max-width: 1042.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -347.501px);
    max-width: -moz-calc(50% - -347.501px);
    max-width: calc(50% - -347.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 852.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 850.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -300.001px);
    max-width: -moz-calc(50% - -300.001px);
    max-width: calc(50% - -300.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -302.501px);
    max-width: -moz-calc(50% - -302.501px);
    max-width: calc(50% - -302.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 897.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -305.001px);
    max-width: -moz-calc(50% - -305.001px);
    max-width: calc(50% - -305.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 895.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -307.501px);
    max-width: -moz-calc(50% - -307.501px);
    max-width: calc(50% - -307.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 892.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -310.001px);
    max-width: -moz-calc(50% - -310.001px);
    max-width: calc(50% - -310.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -312.501px);
    max-width: -moz-calc(50% - -312.501px);
    max-width: calc(50% - -312.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 887.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -315.001px);
    max-width: -moz-calc(50% - -315.001px);
    max-width: calc(50% - -315.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 885.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -317.501px);
    max-width: -moz-calc(50% - -317.501px);
    max-width: calc(50% - -317.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 882.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -320.001px);
    max-width: -moz-calc(50% - -320.001px);
    max-width: calc(50% - -320.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -322.501px);
    max-width: -moz-calc(50% - -322.501px);
    max-width: calc(50% - -322.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 877.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -325.001px);
    max-width: -moz-calc(50% - -325.001px);
    max-width: calc(50% - -325.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 875.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -330.001px);
    max-width: -moz-calc(50% - -330.001px);
    max-width: calc(50% - -330.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -335.001px);
    max-width: -moz-calc(50% - -335.001px);
    max-width: calc(50% - -335.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 865.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -340.001px);
    max-width: -moz-calc(50% - -340.001px);
    max-width: calc(50% - -340.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 860.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -345.001px);
    max-width: -moz-calc(50% - -345.001px);
    max-width: calc(50% - -345.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 855.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 850.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 952.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 960.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 968.001px;
    -ms-flex: 0 0 968.001px;
    flex: 0 0 968.001px;
    max-width: 968.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 958.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 976.001px;
    -ms-flex: 0 0 976.001px;
    flex: 0 0 976.001px;
    max-width: 976.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 956.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 984.001px;
    -ms-flex: 0 0 984.001px;
    flex: 0 0 984.001px;
    max-width: 984.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 954.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 992.001px;
    -ms-flex: 0 0 992.001px;
    flex: 0 0 992.001px;
    max-width: 992.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 950.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1008.001px;
    -ms-flex: 0 0 1008.001px;
    flex: 0 0 1008.001px;
    max-width: 1008.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 948.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1016.001px;
    -ms-flex: 0 0 1016.001px;
    flex: 0 0 1016.001px;
    max-width: 1016.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 946.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1024.001px;
    -ms-flex: 0 0 1024.001px;
    flex: 0 0 1024.001px;
    max-width: 1024.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 944.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1032.001px;
    -ms-flex: 0 0 1032.001px;
    flex: 0 0 1032.001px;
    max-width: 1032.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 942.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 940.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1048.001px;
    -ms-flex: 0 0 1048.001px;
    flex: 0 0 1048.001px;
    max-width: 1048.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -393.001px);
    max-width: -moz-calc(50% - -393.001px);
    max-width: calc(50% - -393.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 938.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1056.001px;
    -ms-flex: 0 0 1056.001px;
    flex: 0 0 1056.001px;
    max-width: 1056.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 936.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1064.001px;
    -ms-flex: 0 0 1064.001px;
    flex: 0 0 1064.001px;
    max-width: 1064.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -399.001px);
    max-width: -moz-calc(50% - -399.001px);
    max-width: calc(50% - -399.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 934.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1072.001px;
    -ms-flex: 0 0 1072.001px;
    flex: 0 0 1072.001px;
    max-width: 1072.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 932.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -405.001px);
    max-width: -moz-calc(50% - -405.001px);
    max-width: calc(50% - -405.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1088.001px;
    -ms-flex: 0 0 1088.001px;
    flex: 0 0 1088.001px;
    max-width: 1088.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 928.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1096.001px;
    -ms-flex: 0 0 1096.001px;
    flex: 0 0 1096.001px;
    max-width: 1096.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -411.001px);
    max-width: -moz-calc(50% - -411.001px);
    max-width: calc(50% - -411.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 926.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1104.001px;
    -ms-flex: 0 0 1104.001px;
    flex: 0 0 1104.001px;
    max-width: 1104.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 924.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1112.001px;
    -ms-flex: 0 0 1112.001px;
    flex: 0 0 1112.001px;
    max-width: 1112.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -417.001px);
    max-width: -moz-calc(50% - -417.001px);
    max-width: calc(50% - -417.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 922.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 960.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -363.001px);
    max-width: -moz-calc(50% - -363.001px);
    max-width: calc(50% - -363.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 958.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -366.001px);
    max-width: -moz-calc(50% - -366.001px);
    max-width: calc(50% - -366.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 956.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -369.001px);
    max-width: -moz-calc(50% - -369.001px);
    max-width: calc(50% - -369.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 954.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -372.001px);
    max-width: -moz-calc(50% - -372.001px);
    max-width: calc(50% - -372.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 952.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 950.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -378.001px);
    max-width: -moz-calc(50% - -378.001px);
    max-width: calc(50% - -378.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 948.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -381.001px);
    max-width: -moz-calc(50% - -381.001px);
    max-width: calc(50% - -381.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 946.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -384.001px);
    max-width: -moz-calc(50% - -384.001px);
    max-width: calc(50% - -384.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 944.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -387.001px);
    max-width: -moz-calc(50% - -387.001px);
    max-width: calc(50% - -387.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 942.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 940.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -396.001px);
    max-width: -moz-calc(50% - -396.001px);
    max-width: calc(50% - -396.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 936.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -402.001px);
    max-width: -moz-calc(50% - -402.001px);
    max-width: calc(50% - -402.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 932.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -408.001px);
    max-width: -moz-calc(50% - -408.001px);
    max-width: calc(50% - -408.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 928.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -414.001px);
    max-width: -moz-calc(50% - -414.001px);
    max-width: calc(50% - -414.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 924.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 993.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1008.33433px;
    -ms-flex: 0 0 1008.33433px;
    flex: 0 0 1008.33433px;
    max-width: 1008.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 998.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1016.66767px;
    -ms-flex: 0 0 1016.66767px;
    flex: 0 0 1016.66767px;
    max-width: 1016.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 996.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1025.001px;
    -ms-flex: 0 0 1025.001px;
    flex: 0 0 1025.001px;
    max-width: 1025.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 995.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1041.66767px;
    -ms-flex: 0 0 1041.66767px;
    flex: 0 0 1041.66767px;
    max-width: 1041.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 991.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 990.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1058.33433px;
    -ms-flex: 0 0 1058.33433px;
    flex: 0 0 1058.33433px;
    max-width: 1058.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 988.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 986.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1075.001px;
    -ms-flex: 0 0 1075.001px;
    flex: 0 0 1075.001px;
    max-width: 1075.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 985.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1083.33433px;
    -ms-flex: 0 0 1083.33433px;
    flex: 0 0 1083.33433px;
    max-width: 1083.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 983.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1091.66767px;
    -ms-flex: 0 0 1091.66767px;
    flex: 0 0 1091.66767px;
    max-width: 1091.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -436.66767px);
    max-width: -moz-calc(50% - -436.66767px);
    max-width: calc(50% - -436.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 981.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 980.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1108.33433px;
    -ms-flex: 0 0 1108.33433px;
    flex: 0 0 1108.33433px;
    max-width: 1108.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -443.33433px);
    max-width: -moz-calc(50% - -443.33433px);
    max-width: calc(50% - -443.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 978.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1116.66767px;
    -ms-flex: 0 0 1116.66767px;
    flex: 0 0 1116.66767px;
    max-width: 1116.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 976.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 975.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1133.33433px;
    -ms-flex: 0 0 1133.33433px;
    flex: 0 0 1133.33433px;
    max-width: 1133.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 973.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1141.66767px;
    -ms-flex: 0 0 1141.66767px;
    flex: 0 0 1141.66767px;
    max-width: 1141.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -456.66767px);
    max-width: -moz-calc(50% - -456.66767px);
    max-width: calc(50% - -456.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 971.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1150.001px;
    -ms-flex: 0 0 1150.001px;
    flex: 0 0 1150.001px;
    max-width: 1150.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 970.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1158.33433px;
    -ms-flex: 0 0 1158.33433px;
    flex: 0 0 1158.33433px;
    max-width: 1158.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -463.33433px);
    max-width: -moz-calc(50% - -463.33433px);
    max-width: calc(50% - -463.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 968.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 966.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -403.33433px);
    max-width: -moz-calc(50% - -403.33433px);
    max-width: calc(50% - -403.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 998.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -406.66767px);
    max-width: -moz-calc(50% - -406.66767px);
    max-width: calc(50% - -406.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 996.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -410.001px);
    max-width: -moz-calc(50% - -410.001px);
    max-width: calc(50% - -410.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 995.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -413.33433px);
    max-width: -moz-calc(50% - -413.33433px);
    max-width: calc(50% - -413.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 993.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -416.66767px);
    max-width: -moz-calc(50% - -416.66767px);
    max-width: calc(50% - -416.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 991.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 990.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -423.33433px);
    max-width: -moz-calc(50% - -423.33433px);
    max-width: calc(50% - -423.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 988.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -426.66767px);
    max-width: -moz-calc(50% - -426.66767px);
    max-width: calc(50% - -426.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 986.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -430.001px);
    max-width: -moz-calc(50% - -430.001px);
    max-width: calc(50% - -430.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 985.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -433.33433px);
    max-width: -moz-calc(50% - -433.33433px);
    max-width: calc(50% - -433.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 983.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -440.001px);
    max-width: -moz-calc(50% - -440.001px);
    max-width: calc(50% - -440.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 980.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -446.66767px);
    max-width: -moz-calc(50% - -446.66767px);
    max-width: calc(50% - -446.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 976.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -453.33433px);
    max-width: -moz-calc(50% - -453.33433px);
    max-width: calc(50% - -453.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 973.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -460.001px);
    max-width: -moz-calc(50% - -460.001px);
    max-width: calc(50% - -460.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 970.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 966.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1100.001px;
    -ms-flex: 0 0 1100.001px;
    flex: 0 0 1100.001px;
    max-width: 1100.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1109.16767px;
    -ms-flex: 0 0 1109.16767px;
    flex: 0 0 1109.16767px;
    max-width: 1109.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1099.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1118.33433px;
    -ms-flex: 0 0 1118.33433px;
    flex: 0 0 1118.33433px;
    max-width: 1118.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1098.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1127.501px;
    -ms-flex: 0 0 1127.501px;
    flex: 0 0 1127.501px;
    max-width: 1127.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1097.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1136.66767px;
    -ms-flex: 0 0 1136.66767px;
    flex: 0 0 1136.66767px;
    max-width: 1136.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1145.83433px;
    -ms-flex: 0 0 1145.83433px;
    flex: 0 0 1145.83433px;
    max-width: 1145.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1095.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1095.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1164.16767px;
    -ms-flex: 0 0 1164.16767px;
    flex: 0 0 1164.16767px;
    max-width: 1164.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1094.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1173.33433px;
    -ms-flex: 0 0 1173.33433px;
    flex: 0 0 1173.33433px;
    max-width: 1173.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1093.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1182.501px;
    -ms-flex: 0 0 1182.501px;
    flex: 0 0 1182.501px;
    max-width: 1182.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1092.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1091.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1200.83433px;
    -ms-flex: 0 0 1200.83433px;
    flex: 0 0 1200.83433px;
    max-width: 1200.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -545.83433px);
    max-width: -moz-calc(50% - -545.83433px);
    max-width: calc(50% - -545.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1090.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1219.16767px;
    -ms-flex: 0 0 1219.16767px;
    flex: 0 0 1219.16767px;
    max-width: 1219.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -554.16767px);
    max-width: -moz-calc(50% - -554.16767px);
    max-width: calc(50% - -554.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1089.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1228.33433px;
    -ms-flex: 0 0 1228.33433px;
    flex: 0 0 1228.33433px;
    max-width: 1228.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1088.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1237.501px;
    -ms-flex: 0 0 1237.501px;
    flex: 0 0 1237.501px;
    max-width: 1237.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -562.501px);
    max-width: -moz-calc(50% - -562.501px);
    max-width: calc(50% - -562.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1087.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1246.66767px;
    -ms-flex: 0 0 1246.66767px;
    flex: 0 0 1246.66767px;
    max-width: 1246.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1086.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1255.83433px;
    -ms-flex: 0 0 1255.83433px;
    flex: 0 0 1255.83433px;
    max-width: 1255.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -570.83433px);
    max-width: -moz-calc(50% - -570.83433px);
    max-width: calc(50% - -570.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1085.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1265.001px;
    -ms-flex: 0 0 1265.001px;
    flex: 0 0 1265.001px;
    max-width: 1265.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1085.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1274.16767px;
    -ms-flex: 0 0 1274.16767px;
    flex: 0 0 1274.16767px;
    max-width: 1274.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -579.16767px);
    max-width: -moz-calc(50% - -579.16767px);
    max-width: calc(50% - -579.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1084.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1083.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -504.16767px);
    max-width: -moz-calc(50% - -504.16767px);
    max-width: calc(50% - -504.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1099.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -508.33433px);
    max-width: -moz-calc(50% - -508.33433px);
    max-width: calc(50% - -508.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1098.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -512.501px);
    max-width: -moz-calc(50% - -512.501px);
    max-width: calc(50% - -512.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1097.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1096.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -520.83433px);
    max-width: -moz-calc(50% - -520.83433px);
    max-width: calc(50% - -520.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1095.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -525.001px);
    max-width: -moz-calc(50% - -525.001px);
    max-width: calc(50% - -525.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1095.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -529.16767px);
    max-width: -moz-calc(50% - -529.16767px);
    max-width: calc(50% - -529.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1094.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1093.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -537.501px);
    max-width: -moz-calc(50% - -537.501px);
    max-width: calc(50% - -537.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1092.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -541.66767px);
    max-width: -moz-calc(50% - -541.66767px);
    max-width: calc(50% - -541.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1091.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -550.001px);
    max-width: -moz-calc(50% - -550.001px);
    max-width: calc(50% - -550.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -558.33433px);
    max-width: -moz-calc(50% - -558.33433px);
    max-width: calc(50% - -558.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1088.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -566.66767px);
    max-width: -moz-calc(50% - -566.66767px);
    max-width: calc(50% - -566.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1086.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -575.001px);
    max-width: -moz-calc(50% - -575.001px);
    max-width: calc(50% - -575.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1085.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1083.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1210.001px;
    -ms-flex: 0 0 1210.001px;
    flex: 0 0 1210.001px;
    max-width: 1210.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1220.001px;
    -ms-flex: 0 0 1220.001px;
    flex: 0 0 1220.001px;
    max-width: 1220.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1230.001px;
    -ms-flex: 0 0 1230.001px;
    flex: 0 0 1230.001px;
    max-width: 1230.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1260.001px;
    -ms-flex: 0 0 1260.001px;
    flex: 0 0 1260.001px;
    max-width: 1260.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1270.001px;
    -ms-flex: 0 0 1270.001px;
    flex: 0 0 1270.001px;
    max-width: 1270.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1290.001px;
    -ms-flex: 0 0 1290.001px;
    flex: 0 0 1290.001px;
    max-width: 1290.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1310.001px;
    -ms-flex: 0 0 1310.001px;
    flex: 0 0 1310.001px;
    max-width: 1310.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -655.001px);
    max-width: -moz-calc(50% - -655.001px);
    max-width: calc(50% - -655.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1330.001px;
    -ms-flex: 0 0 1330.001px;
    flex: 0 0 1330.001px;
    max-width: 1330.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -665.001px);
    max-width: -moz-calc(50% - -665.001px);
    max-width: calc(50% - -665.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1340.001px;
    -ms-flex: 0 0 1340.001px;
    flex: 0 0 1340.001px;
    max-width: 1340.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1350.001px;
    -ms-flex: 0 0 1350.001px;
    flex: 0 0 1350.001px;
    max-width: 1350.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -675.001px);
    max-width: -moz-calc(50% - -675.001px);
    max-width: calc(50% - -675.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1360.001px;
    -ms-flex: 0 0 1360.001px;
    flex: 0 0 1360.001px;
    max-width: 1360.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1370.001px;
    -ms-flex: 0 0 1370.001px;
    flex: 0 0 1370.001px;
    max-width: 1370.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -685.001px);
    max-width: -moz-calc(50% - -685.001px);
    max-width: calc(50% - -685.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1380.001px;
    -ms-flex: 0 0 1380.001px;
    flex: 0 0 1380.001px;
    max-width: 1380.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1390.001px;
    -ms-flex: 0 0 1390.001px;
    flex: 0 0 1390.001px;
    max-width: 1390.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -695.001px);
    max-width: -moz-calc(50% - -695.001px);
    max-width: calc(50% - -695.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -605.001px);
    max-width: -moz-calc(50% - -605.001px);
    max-width: calc(50% - -605.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -610.001px);
    max-width: -moz-calc(50% - -610.001px);
    max-width: calc(50% - -610.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -615.001px);
    max-width: -moz-calc(50% - -615.001px);
    max-width: calc(50% - -615.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -620.001px);
    max-width: -moz-calc(50% - -620.001px);
    max-width: calc(50% - -620.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -630.001px);
    max-width: -moz-calc(50% - -630.001px);
    max-width: calc(50% - -630.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -635.001px);
    max-width: -moz-calc(50% - -635.001px);
    max-width: calc(50% - -635.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -640.001px);
    max-width: -moz-calc(50% - -640.001px);
    max-width: calc(50% - -640.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -645.001px);
    max-width: -moz-calc(50% - -645.001px);
    max-width: calc(50% - -645.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -660.001px);
    max-width: -moz-calc(50% - -660.001px);
    max-width: calc(50% - -660.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -670.001px);
    max-width: -moz-calc(50% - -670.001px);
    max-width: calc(50% - -670.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -680.001px);
    max-width: -moz-calc(50% - -680.001px);
    max-width: calc(50% - -680.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -690.001px);
    max-width: -moz-calc(50% - -690.001px);
    max-width: calc(50% - -690.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 > .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1200.001px;
    }
}

/* Boxed 1400 */
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left_right {
    margin: auto;
    max-width: 1400px;
    }
@media (min-width: 1440px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    margin: auto;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1439px) {
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row_holder {
    margin: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
}

@media (min-width: 1440px) {
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row_holder {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 116.66767px;
    -ms-flex: 0 0 116.66767px;
    flex: 0 0 116.66767px;
    max-width: 116.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 117.501px;
    -ms-flex: 0 0 117.501px;
    flex: 0 0 117.501px;
    max-width: 117.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 107.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 118.33433px;
    -ms-flex: 0 0 118.33433px;
    flex: 0 0 118.33433px;
    max-width: 118.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 98.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 119.16767px;
    -ms-flex: 0 0 119.16767px;
    flex: 0 0 119.16767px;
    max-width: 119.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 89.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.83433px;
    -ms-flex: 0 0 120.83433px;
    flex: 0 0 120.83433px;
    max-width: 120.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 70.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 121.66767px;
    -ms-flex: 0 0 121.66767px;
    flex: 0 0 121.66767px;
    max-width: 121.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 61.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 122.501px;
    -ms-flex: 0 0 122.501px;
    flex: 0 0 122.501px;
    max-width: 122.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 52.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 123.33433px;
    -ms-flex: 0 0 123.33433px;
    flex: 0 0 123.33433px;
    max-width: 123.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 43.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 124.16767px;
    -ms-flex: 0 0 124.16767px;
    flex: 0 0 124.16767px;
    max-width: 124.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 34.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.001px;
    -ms-flex: 0 0 125.001px;
    flex: 0 0 125.001px;
    max-width: 125.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 25.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.83433px;
    -ms-flex: 0 0 125.83433px;
    flex: 0 0 125.83433px;
    max-width: 125.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 15.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 126.66767px;
    -ms-flex: 0 0 126.66767px;
    flex: 0 0 126.66767px;
    max-width: 126.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 6.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 127.501px;
    -ms-flex: 0 0 127.501px;
    flex: 0 0 127.501px;
    max-width: 127.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -2.499px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 128.33433px;
    -ms-flex: 0 0 128.33433px;
    flex: 0 0 128.33433px;
    max-width: 128.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -11.66567px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 129.16767px;
    -ms-flex: 0 0 129.16767px;
    flex: 0 0 129.16767px;
    max-width: 129.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -20.83233px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.001px;
    -ms-flex: 0 0 130.001px;
    flex: 0 0 130.001px;
    max-width: 130.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -29.999px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.83433px;
    -ms-flex: 0 0 130.83433px;
    flex: 0 0 130.83433px;
    max-width: 130.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -39.16567px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 131.66767px;
    -ms-flex: 0 0 131.66767px;
    flex: 0 0 131.66767px;
    max-width: 131.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -48.33233px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 132.501px;
    -ms-flex: 0 0 132.501px;
    flex: 0 0 132.501px;
    max-width: 132.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -57.499px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 133.33433px;
    -ms-flex: 0 0 133.33433px;
    flex: 0 0 133.33433px;
    max-width: 133.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: -66.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 107.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 98.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 89.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 70.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 61.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 52.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 43.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 34.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 25.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 6.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -11.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -29.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -48.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: -66.66567px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 233.33433px;
    -ms-flex: 0 0 233.33433px;
    flex: 0 0 233.33433px;
    max-width: 233.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 233.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 235.001px;
    -ms-flex: 0 0 235.001px;
    flex: 0 0 235.001px;
    max-width: 235.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 236.66767px;
    -ms-flex: 0 0 236.66767px;
    flex: 0 0 236.66767px;
    max-width: 236.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 216.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 238.33433px;
    -ms-flex: 0 0 238.33433px;
    flex: 0 0 238.33433px;
    max-width: 238.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 208.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 241.66767px;
    -ms-flex: 0 0 241.66767px;
    flex: 0 0 241.66767px;
    max-width: 241.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 243.33433px;
    -ms-flex: 0 0 243.33433px;
    flex: 0 0 243.33433px;
    max-width: 243.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 245.001px;
    -ms-flex: 0 0 245.001px;
    flex: 0 0 245.001px;
    max-width: 245.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 246.66767px;
    -ms-flex: 0 0 246.66767px;
    flex: 0 0 246.66767px;
    max-width: 246.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 248.33433px;
    -ms-flex: 0 0 248.33433px;
    flex: 0 0 248.33433px;
    max-width: 248.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 251.66767px;
    -ms-flex: 0 0 251.66767px;
    flex: 0 0 251.66767px;
    max-width: 251.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 141.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 253.33433px;
    -ms-flex: 0 0 253.33433px;
    flex: 0 0 253.33433px;
    max-width: 253.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 255.001px;
    -ms-flex: 0 0 255.001px;
    flex: 0 0 255.001px;
    max-width: 255.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 125.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 256.66767px;
    -ms-flex: 0 0 256.66767px;
    flex: 0 0 256.66767px;
    max-width: 256.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 258.33433px;
    -ms-flex: 0 0 258.33433px;
    flex: 0 0 258.33433px;
    max-width: 258.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 108.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 261.66767px;
    -ms-flex: 0 0 261.66767px;
    flex: 0 0 261.66767px;
    max-width: 261.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 91.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 263.33433px;
    -ms-flex: 0 0 263.33433px;
    flex: 0 0 263.33433px;
    max-width: 263.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 265.001px;
    -ms-flex: 0 0 265.001px;
    flex: 0 0 265.001px;
    max-width: 265.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 75.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 266.66767px;
    -ms-flex: 0 0 266.66767px;
    flex: 0 0 266.66767px;
    max-width: 266.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 233.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 225.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 216.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 208.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 191.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 183.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 175.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 83.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 66.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 248.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 280.001px;
    -ms-flex: 0 0 280.001px;
    flex: 0 0 280.001px;
    max-width: 280.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 282.001px;
    -ms-flex: 0 0 282.001px;
    flex: 0 0 282.001px;
    max-width: 282.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 272.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 284.001px;
    -ms-flex: 0 0 284.001px;
    flex: 0 0 284.001px;
    max-width: 284.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 264.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 286.001px;
    -ms-flex: 0 0 286.001px;
    flex: 0 0 286.001px;
    max-width: 286.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 256.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 290.001px;
    -ms-flex: 0 0 290.001px;
    flex: 0 0 290.001px;
    max-width: 290.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 292.001px;
    -ms-flex: 0 0 292.001px;
    flex: 0 0 292.001px;
    max-width: 292.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 294.001px;
    -ms-flex: 0 0 294.001px;
    flex: 0 0 294.001px;
    max-width: 294.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 296.001px;
    -ms-flex: 0 0 296.001px;
    flex: 0 0 296.001px;
    max-width: 296.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 298.001px;
    -ms-flex: 0 0 298.001px;
    flex: 0 0 298.001px;
    max-width: 298.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 302.001px;
    -ms-flex: 0 0 302.001px;
    flex: 0 0 302.001px;
    max-width: 302.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 192.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 304.001px;
    -ms-flex: 0 0 304.001px;
    flex: 0 0 304.001px;
    max-width: 304.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 306.001px;
    -ms-flex: 0 0 306.001px;
    flex: 0 0 306.001px;
    max-width: 306.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 176.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 308.001px;
    -ms-flex: 0 0 308.001px;
    flex: 0 0 308.001px;
    max-width: 308.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 160.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 312.001px;
    -ms-flex: 0 0 312.001px;
    flex: 0 0 312.001px;
    max-width: 312.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 314.001px;
    -ms-flex: 0 0 314.001px;
    flex: 0 0 314.001px;
    max-width: 314.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 144.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 316.001px;
    -ms-flex: 0 0 316.001px;
    flex: 0 0 316.001px;
    max-width: 316.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 318.001px;
    -ms-flex: 0 0 318.001px;
    flex: 0 0 318.001px;
    max-width: 318.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 128.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 272.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 264.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 256.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 232.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 224.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 216.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 208.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 184.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 168.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 152.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 136.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 120.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 350.001px;
    -ms-flex: 0 0 350.001px;
    flex: 0 0 350.001px;
    max-width: 350.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 350.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 352.501px;
    -ms-flex: 0 0 352.501px;
    flex: 0 0 352.501px;
    max-width: 352.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 342.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 355.001px;
    -ms-flex: 0 0 355.001px;
    flex: 0 0 355.001px;
    max-width: 355.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 335.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 357.501px;
    -ms-flex: 0 0 357.501px;
    flex: 0 0 357.501px;
    max-width: 357.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 327.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 362.501px;
    -ms-flex: 0 0 362.501px;
    flex: 0 0 362.501px;
    max-width: 362.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 312.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 365.001px;
    -ms-flex: 0 0 365.001px;
    flex: 0 0 365.001px;
    max-width: 365.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 305.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 367.501px;
    -ms-flex: 0 0 367.501px;
    flex: 0 0 367.501px;
    max-width: 367.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 297.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 370.001px;
    -ms-flex: 0 0 370.001px;
    flex: 0 0 370.001px;
    max-width: 370.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 290.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 372.501px;
    -ms-flex: 0 0 372.501px;
    flex: 0 0 372.501px;
    max-width: 372.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 282.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 375.001px;
    -ms-flex: 0 0 375.001px;
    flex: 0 0 375.001px;
    max-width: 375.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 275.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 377.501px;
    -ms-flex: 0 0 377.501px;
    flex: 0 0 377.501px;
    max-width: 377.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 267.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 380.001px;
    -ms-flex: 0 0 380.001px;
    flex: 0 0 380.001px;
    max-width: 380.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 260.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 382.501px;
    -ms-flex: 0 0 382.501px;
    flex: 0 0 382.501px;
    max-width: 382.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 252.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 385.001px;
    -ms-flex: 0 0 385.001px;
    flex: 0 0 385.001px;
    max-width: 385.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 245.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 387.501px;
    -ms-flex: 0 0 387.501px;
    flex: 0 0 387.501px;
    max-width: 387.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 237.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 390.001px;
    -ms-flex: 0 0 390.001px;
    flex: 0 0 390.001px;
    max-width: 390.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 230.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 392.501px;
    -ms-flex: 0 0 392.501px;
    flex: 0 0 392.501px;
    max-width: 392.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 222.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 395.001px;
    -ms-flex: 0 0 395.001px;
    flex: 0 0 395.001px;
    max-width: 395.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 215.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 397.501px;
    -ms-flex: 0 0 397.501px;
    flex: 0 0 397.501px;
    max-width: 397.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 207.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 350.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 342.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 335.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 327.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 312.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 305.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 297.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 290.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 260.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 245.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 230.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 215.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 466.66767px;
    -ms-flex: 0 0 466.66767px;
    flex: 0 0 466.66767px;
    max-width: 466.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 470.001px;
    -ms-flex: 0 0 470.001px;
    flex: 0 0 470.001px;
    max-width: 470.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 460.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 473.33433px;
    -ms-flex: 0 0 473.33433px;
    flex: 0 0 473.33433px;
    max-width: 473.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 476.66767px;
    -ms-flex: 0 0 476.66767px;
    flex: 0 0 476.66767px;
    max-width: 476.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 446.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 483.33433px;
    -ms-flex: 0 0 483.33433px;
    flex: 0 0 483.33433px;
    max-width: 483.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 433.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 486.66767px;
    -ms-flex: 0 0 486.66767px;
    flex: 0 0 486.66767px;
    max-width: 486.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 426.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 490.001px;
    -ms-flex: 0 0 490.001px;
    flex: 0 0 490.001px;
    max-width: 490.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 493.33433px;
    -ms-flex: 0 0 493.33433px;
    flex: 0 0 493.33433px;
    max-width: 493.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 413.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 496.66767px;
    -ms-flex: 0 0 496.66767px;
    flex: 0 0 496.66767px;
    max-width: 496.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 503.33433px;
    -ms-flex: 0 0 503.33433px;
    flex: 0 0 503.33433px;
    max-width: 503.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 393.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 506.66767px;
    -ms-flex: 0 0 506.66767px;
    flex: 0 0 506.66767px;
    max-width: 506.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 510.001px;
    -ms-flex: 0 0 510.001px;
    flex: 0 0 510.001px;
    max-width: 510.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 380.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 513.33433px;
    -ms-flex: 0 0 513.33433px;
    flex: 0 0 513.33433px;
    max-width: 513.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 366.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 523.33433px;
    -ms-flex: 0 0 523.33433px;
    flex: 0 0 523.33433px;
    max-width: 523.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 353.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 526.66767px;
    -ms-flex: 0 0 526.66767px;
    flex: 0 0 526.66767px;
    max-width: 526.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 530.001px;
    -ms-flex: 0 0 530.001px;
    flex: 0 0 530.001px;
    max-width: 530.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 340.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 460.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 453.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 446.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 433.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 426.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 420.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 413.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 406.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 386.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 373.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 346.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 333.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 536.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 560.001px;
    -ms-flex: 0 0 560.001px;
    flex: 0 0 560.001px;
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 564.001px;
    -ms-flex: 0 0 564.001px;
    flex: 0 0 564.001px;
    max-width: 564.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 554.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 568.001px;
    -ms-flex: 0 0 568.001px;
    flex: 0 0 568.001px;
    max-width: 568.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 548.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 572.001px;
    -ms-flex: 0 0 572.001px;
    flex: 0 0 572.001px;
    max-width: 572.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 542.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 580.001px;
    -ms-flex: 0 0 580.001px;
    flex: 0 0 580.001px;
    max-width: 580.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 584.001px;
    -ms-flex: 0 0 584.001px;
    flex: 0 0 584.001px;
    max-width: 584.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 524.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 588.001px;
    -ms-flex: 0 0 588.001px;
    flex: 0 0 588.001px;
    max-width: 588.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 518.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 592.001px;
    -ms-flex: 0 0 592.001px;
    flex: 0 0 592.001px;
    max-width: 592.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 512.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 596.001px;
    -ms-flex: 0 0 596.001px;
    flex: 0 0 596.001px;
    max-width: 596.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 506.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 604.001px;
    -ms-flex: 0 0 604.001px;
    flex: 0 0 604.001px;
    max-width: 604.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 494.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 608.001px;
    -ms-flex: 0 0 608.001px;
    flex: 0 0 608.001px;
    max-width: 608.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 488.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 612.001px;
    -ms-flex: 0 0 612.001px;
    flex: 0 0 612.001px;
    max-width: 612.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 482.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 616.001px;
    -ms-flex: 0 0 616.001px;
    flex: 0 0 616.001px;
    max-width: 616.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 476.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 470.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 624.001px;
    -ms-flex: 0 0 624.001px;
    flex: 0 0 624.001px;
    max-width: 624.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 464.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 628.001px;
    -ms-flex: 0 0 628.001px;
    flex: 0 0 628.001px;
    max-width: 628.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 458.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 632.001px;
    -ms-flex: 0 0 632.001px;
    flex: 0 0 632.001px;
    max-width: 632.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 452.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 636.001px;
    -ms-flex: 0 0 636.001px;
    flex: 0 0 636.001px;
    max-width: 636.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 446.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 554.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 548.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 542.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 530.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 524.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 518.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 512.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 506.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 488.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 476.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 464.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 452.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 583.33433px;
    -ms-flex: 0 0 583.33433px;
    flex: 0 0 583.33433px;
    max-width: 583.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 583.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 587.501px;
    -ms-flex: 0 0 587.501px;
    flex: 0 0 587.501px;
    max-width: 587.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 577.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 591.66767px;
    -ms-flex: 0 0 591.66767px;
    flex: 0 0 591.66767px;
    max-width: 591.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 571.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 595.83433px;
    -ms-flex: 0 0 595.83433px;
    flex: 0 0 595.83433px;
    max-width: 595.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 565.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 604.16767px;
    -ms-flex: 0 0 604.16767px;
    flex: 0 0 604.16767px;
    max-width: 604.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 554.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 608.33433px;
    -ms-flex: 0 0 608.33433px;
    flex: 0 0 608.33433px;
    max-width: 608.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 548.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 612.501px;
    -ms-flex: 0 0 612.501px;
    flex: 0 0 612.501px;
    max-width: 612.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 542.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 616.66767px;
    -ms-flex: 0 0 616.66767px;
    flex: 0 0 616.66767px;
    max-width: 616.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 536.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 620.83433px;
    -ms-flex: 0 0 620.83433px;
    flex: 0 0 620.83433px;
    max-width: 620.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 530.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 629.16767px;
    -ms-flex: 0 0 629.16767px;
    flex: 0 0 629.16767px;
    max-width: 629.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 519.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 633.33433px;
    -ms-flex: 0 0 633.33433px;
    flex: 0 0 633.33433px;
    max-width: 633.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 513.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 637.501px;
    -ms-flex: 0 0 637.501px;
    flex: 0 0 637.501px;
    max-width: 637.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 507.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 641.66767px;
    -ms-flex: 0 0 641.66767px;
    flex: 0 0 641.66767px;
    max-width: 641.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 501.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 645.83433px;
    -ms-flex: 0 0 645.83433px;
    flex: 0 0 645.83433px;
    max-width: 645.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 495.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 490.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 654.16767px;
    -ms-flex: 0 0 654.16767px;
    flex: 0 0 654.16767px;
    max-width: 654.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 484.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 658.33433px;
    -ms-flex: 0 0 658.33433px;
    flex: 0 0 658.33433px;
    max-width: 658.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 478.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 662.501px;
    -ms-flex: 0 0 662.501px;
    flex: 0 0 662.501px;
    max-width: 662.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 472.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 666.66767px;
    -ms-flex: 0 0 666.66767px;
    flex: 0 0 666.66767px;
    max-width: 666.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 583.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 577.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 571.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 565.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 554.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 548.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 542.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 536.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 530.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 525.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 513.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 501.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 490.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 478.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 466.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 700.001px;
    -ms-flex: 0 0 700.001px;
    flex: 0 0 700.001px;
    max-width: 700.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 705.001px;
    -ms-flex: 0 0 705.001px;
    flex: 0 0 705.001px;
    max-width: 705.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 695.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 710.001px;
    -ms-flex: 0 0 710.001px;
    flex: 0 0 710.001px;
    max-width: 710.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 690.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 715.001px;
    -ms-flex: 0 0 715.001px;
    flex: 0 0 715.001px;
    max-width: 715.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 685.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 725.001px;
    -ms-flex: 0 0 725.001px;
    flex: 0 0 725.001px;
    max-width: 725.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 730.001px;
    -ms-flex: 0 0 730.001px;
    flex: 0 0 730.001px;
    max-width: 730.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 670.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 665.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 740.001px;
    -ms-flex: 0 0 740.001px;
    flex: 0 0 740.001px;
    max-width: 740.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 745.001px;
    -ms-flex: 0 0 745.001px;
    flex: 0 0 745.001px;
    max-width: 745.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 655.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 755.001px;
    -ms-flex: 0 0 755.001px;
    flex: 0 0 755.001px;
    max-width: 755.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 645.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 760.001px;
    -ms-flex: 0 0 760.001px;
    flex: 0 0 760.001px;
    max-width: 760.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 765.001px;
    -ms-flex: 0 0 765.001px;
    flex: 0 0 765.001px;
    max-width: 765.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 635.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 630.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 775.001px;
    -ms-flex: 0 0 775.001px;
    flex: 0 0 775.001px;
    max-width: 775.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 625.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 620.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 785.001px;
    -ms-flex: 0 0 785.001px;
    flex: 0 0 785.001px;
    max-width: 785.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 615.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 790.001px;
    -ms-flex: 0 0 790.001px;
    flex: 0 0 790.001px;
    max-width: 790.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 610.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 795.001px;
    -ms-flex: 0 0 795.001px;
    flex: 0 0 795.001px;
    max-width: 795.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 605.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 695.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 690.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 685.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 675.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 670.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 665.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 660.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 655.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 650.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 640.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 630.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 620.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 610.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 600.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 816.66767px;
    -ms-flex: 0 0 816.66767px;
    flex: 0 0 816.66767px;
    max-width: 816.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 816.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 822.501px;
    -ms-flex: 0 0 822.501px;
    flex: 0 0 822.501px;
    max-width: 822.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 812.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 828.33433px;
    -ms-flex: 0 0 828.33433px;
    flex: 0 0 828.33433px;
    max-width: 828.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 808.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 834.16767px;
    -ms-flex: 0 0 834.16767px;
    flex: 0 0 834.16767px;
    max-width: 834.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 804.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 845.83433px;
    -ms-flex: 0 0 845.83433px;
    flex: 0 0 845.83433px;
    max-width: 845.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 795.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 851.66767px;
    -ms-flex: 0 0 851.66767px;
    flex: 0 0 851.66767px;
    max-width: 851.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 791.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 857.501px;
    -ms-flex: 0 0 857.501px;
    flex: 0 0 857.501px;
    max-width: 857.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 787.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 863.33433px;
    -ms-flex: 0 0 863.33433px;
    flex: 0 0 863.33433px;
    max-width: 863.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 869.16767px;
    -ms-flex: 0 0 869.16767px;
    flex: 0 0 869.16767px;
    max-width: 869.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 779.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 875.001px;
    -ms-flex: 0 0 875.001px;
    flex: 0 0 875.001px;
    max-width: 875.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 775.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 880.83433px;
    -ms-flex: 0 0 880.83433px;
    flex: 0 0 880.83433px;
    max-width: 880.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 770.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 892.501px;
    -ms-flex: 0 0 892.501px;
    flex: 0 0 892.501px;
    max-width: 892.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 762.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 898.33433px;
    -ms-flex: 0 0 898.33433px;
    flex: 0 0 898.33433px;
    max-width: 898.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 758.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 904.16767px;
    -ms-flex: 0 0 904.16767px;
    flex: 0 0 904.16767px;
    max-width: 904.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 754.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 910.001px;
    -ms-flex: 0 0 910.001px;
    flex: 0 0 910.001px;
    max-width: 910.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 915.83433px;
    -ms-flex: 0 0 915.83433px;
    flex: 0 0 915.83433px;
    max-width: 915.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 745.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 921.66767px;
    -ms-flex: 0 0 921.66767px;
    flex: 0 0 921.66767px;
    max-width: 921.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 741.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 927.501px;
    -ms-flex: 0 0 927.501px;
    flex: 0 0 927.501px;
    max-width: 927.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 737.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 816.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 812.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 808.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 804.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 795.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 791.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 787.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 783.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 779.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 775.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 766.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 758.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 750.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 741.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 733.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 824.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 840.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 846.001px;
    -ms-flex: 0 0 846.001px;
    flex: 0 0 846.001px;
    max-width: 846.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 836.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 852.001px;
    -ms-flex: 0 0 852.001px;
    flex: 0 0 852.001px;
    max-width: 852.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 832.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 858.001px;
    -ms-flex: 0 0 858.001px;
    flex: 0 0 858.001px;
    max-width: 858.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 828.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 870.001px;
    -ms-flex: 0 0 870.001px;
    flex: 0 0 870.001px;
    max-width: 870.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 820.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 876.001px;
    -ms-flex: 0 0 876.001px;
    flex: 0 0 876.001px;
    max-width: 876.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 816.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 882.001px;
    -ms-flex: 0 0 882.001px;
    flex: 0 0 882.001px;
    max-width: 882.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 812.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 888.001px;
    -ms-flex: 0 0 888.001px;
    flex: 0 0 888.001px;
    max-width: 888.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 808.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 894.001px;
    -ms-flex: 0 0 894.001px;
    flex: 0 0 894.001px;
    max-width: 894.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 804.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 906.001px;
    -ms-flex: 0 0 906.001px;
    flex: 0 0 906.001px;
    max-width: 906.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 796.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 912.001px;
    -ms-flex: 0 0 912.001px;
    flex: 0 0 912.001px;
    max-width: 912.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 792.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 918.001px;
    -ms-flex: 0 0 918.001px;
    flex: 0 0 918.001px;
    max-width: 918.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 788.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 924.001px;
    -ms-flex: 0 0 924.001px;
    flex: 0 0 924.001px;
    max-width: 924.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 784.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 780.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 936.001px;
    -ms-flex: 0 0 936.001px;
    flex: 0 0 936.001px;
    max-width: 936.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 776.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 942.001px;
    -ms-flex: 0 0 942.001px;
    flex: 0 0 942.001px;
    max-width: 942.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 772.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 948.001px;
    -ms-flex: 0 0 948.001px;
    flex: 0 0 948.001px;
    max-width: 948.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 768.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 954.001px;
    -ms-flex: 0 0 954.001px;
    flex: 0 0 954.001px;
    max-width: 954.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 764.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 840.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 836.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 832.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 828.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 820.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 816.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 812.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 808.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 804.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 792.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 784.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 776.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 768.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 760.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 933.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 940.001px;
    -ms-flex: 0 0 940.001px;
    flex: 0 0 940.001px;
    max-width: 940.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 946.66767px;
    -ms-flex: 0 0 946.66767px;
    flex: 0 0 946.66767px;
    max-width: 946.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 926.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 953.33433px;
    -ms-flex: 0 0 953.33433px;
    flex: 0 0 953.33433px;
    max-width: 953.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 923.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 966.66767px;
    -ms-flex: 0 0 966.66767px;
    flex: 0 0 966.66767px;
    max-width: 966.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 916.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 973.33433px;
    -ms-flex: 0 0 973.33433px;
    flex: 0 0 973.33433px;
    max-width: 973.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 913.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 980.001px;
    -ms-flex: 0 0 980.001px;
    flex: 0 0 980.001px;
    max-width: 980.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 910.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 986.66767px;
    -ms-flex: 0 0 986.66767px;
    flex: 0 0 986.66767px;
    max-width: 986.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 906.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 993.33433px;
    -ms-flex: 0 0 993.33433px;
    flex: 0 0 993.33433px;
    max-width: 993.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 903.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1006.66767px;
    -ms-flex: 0 0 1006.66767px;
    flex: 0 0 1006.66767px;
    max-width: 1006.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 896.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1013.33433px;
    -ms-flex: 0 0 1013.33433px;
    flex: 0 0 1013.33433px;
    max-width: 1013.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 893.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1026.66767px;
    -ms-flex: 0 0 1026.66767px;
    flex: 0 0 1026.66767px;
    max-width: 1026.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 886.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 883.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1046.66767px;
    -ms-flex: 0 0 1046.66767px;
    flex: 0 0 1046.66767px;
    max-width: 1046.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 876.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1053.33433px;
    -ms-flex: 0 0 1053.33433px;
    flex: 0 0 1053.33433px;
    max-width: 1053.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 873.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1060.001px;
    -ms-flex: 0 0 1060.001px;
    flex: 0 0 1060.001px;
    max-width: 1060.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 870.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 866.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 933.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 930.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 926.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 923.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 916.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 913.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 910.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 906.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 903.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 900.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 893.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 886.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 880.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 873.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 866.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1050.001px;
    -ms-flex: 0 0 1050.001px;
    flex: 0 0 1050.001px;
    max-width: 1050.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1050.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1057.501px;
    -ms-flex: 0 0 1057.501px;
    flex: 0 0 1057.501px;
    max-width: 1057.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1047.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1065.001px;
    -ms-flex: 0 0 1065.001px;
    flex: 0 0 1065.001px;
    max-width: 1065.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1045.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1072.501px;
    -ms-flex: 0 0 1072.501px;
    flex: 0 0 1072.501px;
    max-width: 1072.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1042.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1087.501px;
    -ms-flex: 0 0 1087.501px;
    flex: 0 0 1087.501px;
    max-width: 1087.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1037.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1095.001px;
    -ms-flex: 0 0 1095.001px;
    flex: 0 0 1095.001px;
    max-width: 1095.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1035.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1102.501px;
    -ms-flex: 0 0 1102.501px;
    flex: 0 0 1102.501px;
    max-width: 1102.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1032.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1110.001px;
    -ms-flex: 0 0 1110.001px;
    flex: 0 0 1110.001px;
    max-width: 1110.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1030.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1117.501px;
    -ms-flex: 0 0 1117.501px;
    flex: 0 0 1117.501px;
    max-width: 1117.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1027.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1025.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1132.501px;
    -ms-flex: 0 0 1132.501px;
    flex: 0 0 1132.501px;
    max-width: 1132.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1022.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1140.001px;
    -ms-flex: 0 0 1140.001px;
    flex: 0 0 1140.001px;
    max-width: 1140.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1020.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1147.501px;
    -ms-flex: 0 0 1147.501px;
    flex: 0 0 1147.501px;
    max-width: 1147.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1017.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1015.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1162.501px;
    -ms-flex: 0 0 1162.501px;
    flex: 0 0 1162.501px;
    max-width: 1162.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1012.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1170.001px;
    -ms-flex: 0 0 1170.001px;
    flex: 0 0 1170.001px;
    max-width: 1170.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1010.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1177.501px;
    -ms-flex: 0 0 1177.501px;
    flex: 0 0 1177.501px;
    max-width: 1177.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1007.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1185.001px;
    -ms-flex: 0 0 1185.001px;
    flex: 0 0 1185.001px;
    max-width: 1185.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1005.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1192.501px;
    -ms-flex: 0 0 1192.501px;
    flex: 0 0 1192.501px;
    max-width: 1192.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1002.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1050.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1047.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1045.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1042.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1037.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1035.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1032.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1030.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1027.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1025.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1020.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1015.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1010.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1005.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1000.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1112.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1120.001px;
    -ms-flex: 0 0 1120.001px;
    flex: 0 0 1120.001px;
    max-width: 1120.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1120.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1128.001px;
    -ms-flex: 0 0 1128.001px;
    flex: 0 0 1128.001px;
    max-width: 1128.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1118.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1136.001px;
    -ms-flex: 0 0 1136.001px;
    flex: 0 0 1136.001px;
    max-width: 1136.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1116.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1144.001px;
    -ms-flex: 0 0 1144.001px;
    flex: 0 0 1144.001px;
    max-width: 1144.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1114.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1160.001px;
    -ms-flex: 0 0 1160.001px;
    flex: 0 0 1160.001px;
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1110.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1168.001px;
    -ms-flex: 0 0 1168.001px;
    flex: 0 0 1168.001px;
    max-width: 1168.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1108.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1176.001px;
    -ms-flex: 0 0 1176.001px;
    flex: 0 0 1176.001px;
    max-width: 1176.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1106.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1184.001px;
    -ms-flex: 0 0 1184.001px;
    flex: 0 0 1184.001px;
    max-width: 1184.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1104.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1192.001px;
    -ms-flex: 0 0 1192.001px;
    flex: 0 0 1192.001px;
    max-width: 1192.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1102.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1208.001px;
    -ms-flex: 0 0 1208.001px;
    flex: 0 0 1208.001px;
    max-width: 1208.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1098.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1216.001px;
    -ms-flex: 0 0 1216.001px;
    flex: 0 0 1216.001px;
    max-width: 1216.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1096.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1224.001px;
    -ms-flex: 0 0 1224.001px;
    flex: 0 0 1224.001px;
    max-width: 1224.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1094.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1232.001px;
    -ms-flex: 0 0 1232.001px;
    flex: 0 0 1232.001px;
    max-width: 1232.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1092.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1090.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1248.001px;
    -ms-flex: 0 0 1248.001px;
    flex: 0 0 1248.001px;
    max-width: 1248.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1088.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1256.001px;
    -ms-flex: 0 0 1256.001px;
    flex: 0 0 1256.001px;
    max-width: 1256.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1086.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1264.001px;
    -ms-flex: 0 0 1264.001px;
    flex: 0 0 1264.001px;
    max-width: 1264.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1084.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1272.001px;
    -ms-flex: 0 0 1272.001px;
    flex: 0 0 1272.001px;
    max-width: 1272.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1082.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1080.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1118.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1116.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1114.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1110.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1108.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1106.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1104.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1102.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1096.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1092.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1088.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1084.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1080.001px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1166.66767px;
    -ms-flex: 0 0 1166.66767px;
    flex: 0 0 1166.66767px;
    max-width: 1166.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1166.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1175.001px;
    -ms-flex: 0 0 1175.001px;
    flex: 0 0 1175.001px;
    max-width: 1175.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1165.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1183.33433px;
    -ms-flex: 0 0 1183.33433px;
    flex: 0 0 1183.33433px;
    max-width: 1183.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1163.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1161.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1208.33433px;
    -ms-flex: 0 0 1208.33433px;
    flex: 0 0 1208.33433px;
    max-width: 1208.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1158.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1216.66767px;
    -ms-flex: 0 0 1216.66767px;
    flex: 0 0 1216.66767px;
    max-width: 1216.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1156.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1225.001px;
    -ms-flex: 0 0 1225.001px;
    flex: 0 0 1225.001px;
    max-width: 1225.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1155.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1233.33433px;
    -ms-flex: 0 0 1233.33433px;
    flex: 0 0 1233.33433px;
    max-width: 1233.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1153.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1241.66767px;
    -ms-flex: 0 0 1241.66767px;
    flex: 0 0 1241.66767px;
    max-width: 1241.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1151.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1150.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1258.33433px;
    -ms-flex: 0 0 1258.33433px;
    flex: 0 0 1258.33433px;
    max-width: 1258.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1148.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1266.66767px;
    -ms-flex: 0 0 1266.66767px;
    flex: 0 0 1266.66767px;
    max-width: 1266.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1146.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1275.001px;
    -ms-flex: 0 0 1275.001px;
    flex: 0 0 1275.001px;
    max-width: 1275.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1145.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1143.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1291.66767px;
    -ms-flex: 0 0 1291.66767px;
    flex: 0 0 1291.66767px;
    max-width: 1291.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1141.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1140.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1308.33433px;
    -ms-flex: 0 0 1308.33433px;
    flex: 0 0 1308.33433px;
    max-width: 1308.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1138.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1316.66767px;
    -ms-flex: 0 0 1316.66767px;
    flex: 0 0 1316.66767px;
    max-width: 1316.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1136.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1325.001px;
    -ms-flex: 0 0 1325.001px;
    flex: 0 0 1325.001px;
    max-width: 1325.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1135.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1333.33433px;
    -ms-flex: 0 0 1333.33433px;
    flex: 0 0 1333.33433px;
    max-width: 1333.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1165.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1163.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1161.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1156.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1155.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1153.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1151.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1146.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1143.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1140.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1136.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1133.33433px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1283.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1292.501px;
    -ms-flex: 0 0 1292.501px;
    flex: 0 0 1292.501px;
    max-width: 1292.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1282.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1301.66767px;
    -ms-flex: 0 0 1301.66767px;
    flex: 0 0 1301.66767px;
    max-width: 1301.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1281.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1310.83433px;
    -ms-flex: 0 0 1310.83433px;
    flex: 0 0 1310.83433px;
    max-width: 1310.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1329.16767px;
    -ms-flex: 0 0 1329.16767px;
    flex: 0 0 1329.16767px;
    max-width: 1329.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1279.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1338.33433px;
    -ms-flex: 0 0 1338.33433px;
    flex: 0 0 1338.33433px;
    max-width: 1338.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1278.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1347.501px;
    -ms-flex: 0 0 1347.501px;
    flex: 0 0 1347.501px;
    max-width: 1347.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1277.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1356.66767px;
    -ms-flex: 0 0 1356.66767px;
    flex: 0 0 1356.66767px;
    max-width: 1356.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1276.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1365.83433px;
    -ms-flex: 0 0 1365.83433px;
    flex: 0 0 1365.83433px;
    max-width: 1365.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1275.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1375.001px;
    -ms-flex: 0 0 1375.001px;
    flex: 0 0 1375.001px;
    max-width: 1375.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1275.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1384.16767px;
    -ms-flex: 0 0 1384.16767px;
    flex: 0 0 1384.16767px;
    max-width: 1384.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1274.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1393.33433px;
    -ms-flex: 0 0 1393.33433px;
    flex: 0 0 1393.33433px;
    max-width: 1393.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1273.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1402.501px;
    -ms-flex: 0 0 1402.501px;
    flex: 0 0 1402.501px;
    max-width: 1402.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1272.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1411.66767px;
    -ms-flex: 0 0 1411.66767px;
    flex: 0 0 1411.66767px;
    max-width: 1411.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1271.66767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1420.83433px;
    -ms-flex: 0 0 1420.83433px;
    flex: 0 0 1420.83433px;
    max-width: 1420.83433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1270.83433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1270.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1439.16767px;
    -ms-flex: 0 0 1439.16767px;
    flex: 0 0 1439.16767px;
    max-width: 1439.16767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1269.16767px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1448.33433px;
    -ms-flex: 0 0 1448.33433px;
    flex: 0 0 1448.33433px;
    max-width: 1448.33433px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1268.33433px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1457.501px;
    -ms-flex: 0 0 1457.501px;
    flex: 0 0 1457.501px;
    max-width: 1457.501px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1267.501px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1466.66767px;
    -ms-flex: 0 0 1466.66767px;
    flex: 0 0 1466.66767px;
    max-width: 1466.66767px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1266.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1283.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1281.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1279.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1278.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1277.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1276.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1275.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1273.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1271.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1270.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1268.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1266.66767px;
    }

/* General width */
.bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1400.001px;
    -ms-flex: 0 0 1400.001px;
    flex: 0 0 1400.001px;
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1410.001px;
    -ms-flex: 0 0 1410.001px;
    flex: 0 0 1410.001px;
    max-width: 1410.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1420.001px;
    -ms-flex: 0 0 1420.001px;
    flex: 0 0 1420.001px;
    max-width: 1420.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1450.001px;
    -ms-flex: 0 0 1450.001px;
    flex: 0 0 1450.001px;
    max-width: 1450.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1460.001px;
    -ms-flex: 0 0 1460.001px;
    flex: 0 0 1460.001px;
    max-width: 1460.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1470.001px;
    -ms-flex: 0 0 1470.001px;
    flex: 0 0 1470.001px;
    max-width: 1470.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1480.001px;
    -ms-flex: 0 0 1480.001px;
    flex: 0 0 1480.001px;
    max-width: 1480.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1490.001px;
    -ms-flex: 0 0 1490.001px;
    flex: 0 0 1490.001px;
    max-width: 1490.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1500.001px;
    -ms-flex: 0 0 1500.001px;
    flex: 0 0 1500.001px;
    max-width: 1500.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1510.001px;
    -ms-flex: 0 0 1510.001px;
    flex: 0 0 1510.001px;
    max-width: 1510.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1520.001px;
    -ms-flex: 0 0 1520.001px;
    flex: 0 0 1520.001px;
    max-width: 1520.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1530.001px;
    -ms-flex: 0 0 1530.001px;
    flex: 0 0 1530.001px;
    max-width: 1530.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1540.001px;
    -ms-flex: 0 0 1540.001px;
    flex: 0 0 1540.001px;
    max-width: 1540.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1550.001px;
    -ms-flex: 0 0 1550.001px;
    flex: 0 0 1550.001px;
    max-width: 1550.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1560.001px;
    -ms-flex: 0 0 1560.001px;
    flex: 0 0 1560.001px;
    max-width: 1560.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1570.001px;
    -ms-flex: 0 0 1570.001px;
    flex: 0 0 1570.001px;
    max-width: 1570.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1580.001px;
    -ms-flex: 0 0 1580.001px;
    flex: 0 0 1580.001px;
    max-width: 1580.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1590.001px;
    -ms-flex: 0 0 1590.001px;
    flex: 0 0 1590.001px;
    max-width: 1590.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1600.001px;
    -ms-flex: 0 0 1600.001px;
    flex: 0 0 1600.001px;
    max-width: 1600.001px;
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_md_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

@media (max-width: 480px) {
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    }
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    }
}

.bt_bb_icon {
    display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0 auto;
    padding: 0 .25em;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
    }
.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
    }
.bt_bb_icon .bt_bb_icon_holder:before {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.4em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
    }
.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
    }
.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: .5em;
    }
.rtl .bt_bb_icon .bt_bb_icon_holder span {
    float: right;
    padding-left: 0;
    padding-right: .5em;
    }
.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
    }
.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
    }
.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
    }
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    line-height: 0;
    }
.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: var(--primary-color,transparent);
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    color: var(--secondary-color,black);
    }
.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: var(--primary-color);
    }
.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
    color: var(--secondary-color);
    }
.bt_bb_icon:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    }
.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
    }
.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
    }
.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
    }
.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
    }
.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
    }
.bt_bb_button a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.bt_bb_button a:hover {
    text-decoration: none;
    }
.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.rtl .bt_bb_button a {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.406em;
    }
.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.5em;
    }
.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_button .bt_bb_icon_holder {
    display: block;
    }
.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .5em;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .5em;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text {
    font-weight: 900;
    }
.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text {
    text-transform: none;
    }
.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text {
    text-transform: uppercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text {
    text-transform: capitalize;
    }
.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text {
    text-transform: lowercase;
    }
.bt_bb_button.bt_bb_style_outline a {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_button.bt_bb_style_outline a:hover {
    -webkit-box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_filled a {
    -webkit-box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_filled a:hover {
    -webkit-box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_clean a {
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_clean a:hover {
    color: var(--secondary-color);
    }
.bt_bb_button:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }

/* Gutemberg separator fix */
html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]) {
    border-top-style: inherit;
    border-left-style: inherit;
    border-right-style: inherit;
    }
html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]) {
    border-style: inherit;
    }

/* Legacy separator */
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
    }
.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator:before {
    top: 0;
    bottom: 0;
    }
.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
    }
body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -.5em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -1em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -2em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -4em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -8em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -16em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -.5em;
    }
.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -1em;
    }
.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -2em;
    }
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -4em;
    }
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -8em;
    }
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -16em;
    }
.bt_bb_separator.bt_bb_bottom_spacing_0 {
    margin-bottom: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -0px;
    }
.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -0px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -5px;
    }
.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -5px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -10px;
    }
.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -10px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -15px;
    }
.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -15px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -20px;
    }
.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -20px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -25px;
    }
.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -25px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -30px;
    }
.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -30px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -35px;
    }
.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -35px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -40px;
    }
.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -40px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -45px;
    }
.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -45px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -50px;
    }
.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -50px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_55 {
    margin-bottom: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -55px;
    }
.bt_bb_separator.bt_bb_top_spacing_55 {
    margin-top: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -55px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -60px;
    }
.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -60px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -65px;
    }
.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -65px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -70px;
    }
.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -70px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -75px;
    }
.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -75px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -80px;
    }
.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -80px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -85px;
    }
.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -85px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -90px;
    }
.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -90px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -95px;
    }
.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -95px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -100px;
    }
.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -100px;
    }

/* New separator */
.bt_bb_separator_v2 {
    line-height: 0;
    clear: both;
    border-bottom-color: currentColor;
    color: var(--primary-color);
    }
.bt_bb_separator_v2:before,
.bt_bb_separator_v2:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: table;
    width: 100%;
    clear: both;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .3;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: none;
    }
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: solid;
    }
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dotted;
    }
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dashed;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25em;
    line-height: 0;
    height: 0;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: none;
    }
.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: .75em;
    }
.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1.5em;
    }
.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 3em;
    }
.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: .75em;
    }
.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1em;
    }
.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.25em;
    }
.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.5em;
    }
.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.75em;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 1px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 2px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 3px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 4px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 5px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 6px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 7px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 8px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 9px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 10px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 11px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 12px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 13px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 14px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 15px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 16px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 17px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 18px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 19px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 20px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 25px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 30px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 35px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 40px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 45px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 50px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 55px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 60px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 65px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 70px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 75px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 80px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 85px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 90px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 95px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 100px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_small {
    padding-top: .5em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_small {
    padding-top: 1em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_normal {
    padding-top: 2em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_medium {
    padding-top: 4em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_large {
    padding-top: 8em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_large {
    padding-top: 16em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_0 {
    padding-bottom: 0;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_0 {
    padding-top: 0;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_5 {
    padding-bottom: 5px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_5 {
    padding-top: 5px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_10 {
    padding-bottom: 10px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_10 {
    padding-top: 10px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_15 {
    padding-bottom: 15px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_15 {
    padding-top: 15px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_20 {
    padding-bottom: 20px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_20 {
    padding-top: 20px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_25 {
    padding-bottom: 25px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_25 {
    padding-top: 25px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_30 {
    padding-bottom: 30px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_30 {
    padding-top: 30px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_35 {
    padding-bottom: 35px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_35 {
    padding-top: 35px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_40 {
    padding-bottom: 40px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_40 {
    padding-top: 40px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_45 {
    padding-bottom: 45px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_45 {
    padding-top: 45px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_50 {
    padding-bottom: 50px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_50 {
    padding-top: 50px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_55 {
    padding-bottom: 55px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_55 {
    padding-top: 55px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_60 {
    padding-bottom: 60px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_60 {
    padding-top: 60px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_65 {
    padding-bottom: 65px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_65 {
    padding-top: 65px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_70 {
    padding-bottom: 70px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_70 {
    padding-top: 70px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_75 {
    padding-bottom: 75px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_75 {
    padding-top: 75px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_80 {
    padding-bottom: 80px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_80 {
    padding-top: 80px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_85 {
    padding-bottom: 85px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_85 {
    padding-top: 85px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_90 {
    padding-bottom: 90px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_90 {
    padding-top: 90px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_95 {
    padding-bottom: 95px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_95 {
    padding-top: 95px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_100 {
    padding-bottom: 100px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_100 {
    padding-top: 100px;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-color: var(--secondary-color);
    }
.bt_bb_headline {
    color: var(--primary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
    }
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow-wrap: inherit;
    }
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
    }
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.5rem;
    }
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 2rem;
    }
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.5rem;
    }
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
    }
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
    }
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5rem;
    }
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6 {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6 {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6 {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6 {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6 {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6 {
    font-weight: 900;
    }
.bt_bb_text_transform_uppercase.bt_bb_headline h1,
.bt_bb_text_transform_uppercase.bt_bb_headline h2,
.bt_bb_text_transform_uppercase.bt_bb_headline h3,
.bt_bb_text_transform_uppercase.bt_bb_headline h4,
.bt_bb_text_transform_uppercase.bt_bb_headline h5,
.bt_bb_text_transform_uppercase.bt_bb_headline h6 {
    text-transform: uppercase;
    }
.bt_bb_text_transform_lowercase.bt_bb_headline h1,
.bt_bb_text_transform_lowercase.bt_bb_headline h2,
.bt_bb_text_transform_lowercase.bt_bb_headline h3,
.bt_bb_text_transform_lowercase.bt_bb_headline h4,
.bt_bb_text_transform_lowercase.bt_bb_headline h5,
.bt_bb_text_transform_lowercase.bt_bb_headline h6 {
    text-transform: lowercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_headline h1,
.bt_bb_text_transform_capitalize.bt_bb_headline h2,
.bt_bb_text_transform_capitalize.bt_bb_headline h3,
.bt_bb_text_transform_capitalize.bt_bb_headline h4,
.bt_bb_text_transform_capitalize.bt_bb_headline h5,
.bt_bb_text_transform_capitalize.bt_bb_headline h6 {
    text-transform: capitalize;
    }
.bt_bb_text_transform_initial.bt_bb_headline h1,
.bt_bb_text_transform_initial.bt_bb_headline h2,
.bt_bb_text_transform_initial.bt_bb_headline h3,
.bt_bb_text_transform_initial.bt_bb_headline h4,
.bt_bb_text_transform_initial.bt_bb_headline h5,
.bt_bb_text_transform_initial.bt_bb_headline h6 {
    text-transform: initial;
    }
.bt_bb_text_transform_inherit.bt_bb_headline h1,
.bt_bb_text_transform_inherit.bt_bb_headline h2,
.bt_bb_text_transform_inherit.bt_bb_headline h3,
.bt_bb_text_transform_inherit.bt_bb_headline h4,
.bt_bb_text_transform_inherit.bt_bb_headline h5,
.bt_bb_text_transform_inherit.bt_bb_headline h6 {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_headline h1,
.bt_bb_text_transform_none.bt_bb_headline h2,
.bt_bb_text_transform_none.bt_bb_headline h3,
.bt_bb_text_transform_none.bt_bb_headline h4,
.bt_bb_text_transform_none.bt_bb_headline h5,
.bt_bb_text_transform_none.bt_bb_headline h6 {
    text-transform: none;
    }
.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    }
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_headline .bt_bb_headline_content span {
    display: block;
    }
.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
    }
.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    }
.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: normal;
    }
.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bold;
    }
.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bolder;
    }
.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    }
.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
    }
.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
    }
.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
    }
.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
    }
.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
    }
.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: uppercase;
    }
.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: lowercase;
    }
.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: capitalize;
    }
.bt_bb_superheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: initial;
    }
.bt_bb_superheadline_text_transform_inherit.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: inherit;
    }
.bt_bb_superheadline_text_transform_none.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: none;
    }
.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
    }
.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: normal;
    }
.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bold;
    }
.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bolder;
    }
.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 400;
    }
.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 500;
    }
.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 600;
    }
.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 700;
    }
.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 800;
    }
.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 900;
    }
.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: uppercase;
    }
.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: lowercase;
    }
.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: capitalize;
    }
.bt_bb_subheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: initial;
    }
.bt_bb_subheadline_text_transform_inheri.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: inherit;
    }
.bt_bb_subheadline_text_transform_none.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: none;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    color: var(--secondary-color);
    }
.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.bt_bb_image {
    display: block;
    overflow: hidden;
    }
.bt_bb_image > a,
.bt_bb_image > span {
    display: block;
    line-height: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    }
.bt_bb_image img[src$="svg"] {
    width: 100%;
    }
.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_image + .bt_bb_image {
    margin-left: 1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_image + .bt_bb_image {
    margin-right: 1em;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    display: inline-block;
    clear: none;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in > a,
.bt_bb_image.bt_bb_hover_style_to-grayscale > a,
.bt_bb_image.bt_bb_hover_style_from-grayscale > a,
.bt_bb_image.bt_bb_hover_style_zoom-in > span,
.bt_bb_image.bt_bb_hover_style_to-grayscale > span,
.bt_bb_image.bt_bb_hover_style_from-grayscale > span {
    display: block;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_flip {
    -webkit-perspective: 350px;
    -moz-perspective: 350px;
    perspective: 350px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
    }
.bt_bb_image.bt_bb_hover_style_flip > a,
.bt_bb_image.bt_bb_hover_style_flip > span {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip:hover > a,
.bt_bb_image.bt_bb_hover_style_flip:hover > span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
    }
.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 300px));
    -webkit-transform: translateY(calc(-100% + 300px));
    -moz-transform: translateY(-moz-calc(-100% + 300px));
    -moz-transform: translateY(calc(-100% + 300px));
    -ms-transform: translateY(calc(-100% + 300px));
    transform: translateY(-webkit-calc(-100% + 300px));
    transform: translateY(-moz-calc(-100% + 300px));
    transform: translateY(calc(-100% + 300px));
    }
.bt_bb_image.bt_bb_content_exists {
    position: relative;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 1em;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
    }
.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_image:not(.bt_bb_content_exists) > span > img {
    pointer-events: none;
    }
.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    }
:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > span {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > span {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image:not(.bt_bb_fe_editing) > .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before:not(:hover) {
    border: 0;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before {
    display: block;
    z-index: 16 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_button .bt_bb_fe_before {
    z-index: 17 !important;
    }
.bt_bb_image .bt_bb_image_content_inner .bt_bb_icon .bt_bb_fe_before {
    z-index: 17 !important;
    }

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: initial;
    }
.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_service .bt_bb_icon_holder {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-decoration: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: .25em;
    }
.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
    }
.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
    }
.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
    }
.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
    }
.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
    }
.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
    }
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
    }
.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
    }
.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    }
.bt_bb_service .bt_bb_service_content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding: 0 1em 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    }
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    background-color: var(--primary-color,transparent);
    color: var(--secondary-color,black);
    }
.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
    color: var(--primary-color);
    }
.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
    color: var(--secondary-color);
    }
.bt_bb_tabs {
    position: relative;
    }
ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    }
ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
ul.bt_bb_tabs_header li.on {
    cursor: auto;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
    }
ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
    }
ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
    }
.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
    }
.bt_bb_tab_item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    }
.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
    }
.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on {
    border-color: var(--tabs-primary-color,black);
    color: var(--tabs-primary-color,black);
    background-color: transparent;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
    background-color: var(--tabs-primary-color,black);
    color: var(--tabs-secondary-color,white);
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: var(--tabs-secondary-color);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on {
    color: var(--tabs-primary-color,black);
    border-color: var(--tabs-primary-color,black);
    }
@media (max-width: 580px) {
ul.bt_bb_tabs_header {
    display: block;
    }
ul.bt_bb_tabs_header li {
    float: none;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 1px 0 0;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: color 300ms ease,background-color 300ms ease;
    -moz-transition: color 300ms ease,background-color 300ms ease;
    transition: color 300ms ease,background-color 300ms ease;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    }
.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title {
    border-color: var(--accordion-primary-color,black);
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-primary-color,black);
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    border-color: var(--accordion-secondary-color,white);
    }
.bt_bb_video {
    display: block;
    position: relative;
    --bt-bb-video-aspect-ratio: 16/9;
    padding-bottom: -webkit-calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    padding-bottom: -moz-calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    padding-bottom: calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    overflow: hidden;
    }
.bt_bb_video > .wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }
.bt_bb_video > .wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
    }
.bt_bb_video iframe,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
    }
.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
    }
.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
    }
.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    }
.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
    }
.slick-slider .slick-autoplay-toggle-button {
    display: none;
    }
.slick-slider .slick-list {
    width: auto;
    }
.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide {
    width: 100%;
    }
.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide {
    height: 100vh;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide > div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    }
.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
    }
.bt_bb_height_half_screen .slick-slider .slick-list {
    height: 50vh !important;
    }
.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
    }
.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
    }
.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
    }
.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
    }
.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
    }
.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
    }

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
    }
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
    }
button.slick-arrow:focus {
    outline: none;
    }
button.slick-arrow.slick-next {
    right: 0;
    }
button.slick-arrow.slick-next:before {
    content: '\e684';
    }
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
    }
.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
    }
button.slick-arrow.slick-prev {
    left: 0;
    }
button.slick-arrow.slick-prev:before {
    content: '\e686';
    }
.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
    }
.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
    }
button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
    }
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
    }
.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    }
.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
    }
.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    }
.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
    }
.slick-list {
    width: 100%;
    position: relative;
    }
.slick-list .slick-slide {
    background-size: cover;
    }
.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    }
.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
    }
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    }
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
    }
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    }

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
    }
.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
    }
.bt_bb_grid_hide {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
    }
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
    }
@media screen and (max-width: 768px) {
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 100%;
    }
}

/* Post text content */
.bt_bb_grid_item_post_content {
    background: rgba(0,0,0,.05);
    padding: 1.5em 1em .5em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    transform: translate(1px,1px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(5px,5px);
    -moz-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    transform: translate(5px,5px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(20px,20px);
    -moz-transform: translate(20px,20px);
    -ms-transform: translate(20px,20px);
    transform: translate(20px,20px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(30px,30px);
    -moz-transform: translate(30px,30px);
    -ms-transform: translate(30px,30px);
    transform: translate(30px,30px);
    }
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
    }
.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0,0,0,.05);
    }
.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    -moz-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
    }
@-webkit-keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-moz-keyframes bt_bb_grid_animation {
0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
    }
.mfp-container {
    background: rgba(0,0,0,.7);
    }

/* Image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
    }
.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: var(--secondary-color,black);
    }
.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
    }
.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
    }
.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    }
.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
    }
.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
    }
.bt_bb_price_list .bt_bb_price_list_title {
    color: var(--primary-color,white);
    background-color: var(--secondary-color,black);
    }
.bt_bb_price_list ul li {
    border-color: var(--secondary-color,black);
    }
.bt_bb_latest_posts_item {
    position: relative;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
    }
.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
    }
.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_latest_posts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
    }

/*@for i in range(0, 10) {
	.bt_bb_latest_posts.bt_bb_gap_#(i) {
		margin: 0 -#(i)px;
		.bt_bb_latest_posts_item { padding: 0 #(i)px #(i)px;}
		&.bt_bb_columns_1 .bt_bb_latest_posts_item {padding: 0 0 #(i)px;}
	}
}*/
.bt_bb_latest_posts {
    margin: -1em -1em 0;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    padding: 2em 1em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small {
    margin: -.5em -.5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 1em .5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap {
    margin: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_category,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large {
    margin: -2em -2em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 4em 2em 0;
    }
@media (max-width: 992px) {
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 370px) {
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

.bt_bb_custom_menu > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    display: inline-block;
    float: left;
    padding: 0 .25em;
    }
.rtl .bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    float: right;
    }
.bt_bb_font_weight_normal.bt_bb_custom_menu {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_custom_menu {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_custom_menu {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_custom_menu {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_custom_menu {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_custom_menu {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_custom_menu {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_custom_menu {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_custom_menu {
    font-weight: 900;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_custom_menu > div {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_custom_menu > div {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_progress_bar {
    overflow: hidden;
    position: relative;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .5em 1em;
    z-index: 1;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: center;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_progress_bar {
    font-size: .9em;
    }
.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .3em .5em;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border: 1px solid black;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border-bottom: 2px solid black;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: white;
    background: black;
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    float: right;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
    background: var(--secondary-color);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    border-color: var(--primary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg {
    background: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.bt_bb_progress_bar_text:empty:before {
    content: '\00a0';
    }

/**/
.bt_bb_map {
    position: relative;
    }
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map .bt_bb_map_content {
    position: relative;
    display: none;
    pointer-events: none;
    }
.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    display: block;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map_no_overlay.bt_bb_map .bt_bb_map_content,
.bt_bb_map_no_overlay.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    opacity: 0;
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding: 1em;
    width: 30%;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
    background: white;
    padding: 1em;
    opacity: 0;
    visibility: hidden;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_without_content {
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
    opacity: 1;
    visibility: visible;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    pointer-events: all;
    }
@media (max-width: 768px) {
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 600px !important;
    position: relative;
    }
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 100%;
    margin: 0;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    position: relative;
    }
}

/*.mapscroll-wrap {
	width: 100% !important;
}

.mapscroll-button {
	right: 24px !important;
}*/
/* CALCULATOR */
.bt_bb_cost_calculator .bt_bb_cost_calculator_item {
    margin: 0 0 1em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
    padding: .625em .4375em;
    line-height: 1.1;
    border: 1px solid grey;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
    margin: 0 0 .3em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
    background: #ddd;
    color: #000;
    padding: .8em 1.25em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #333;
    font-weight: 700;
    color: #fff;
    padding: .8em 2em;
    }

/* CALCULATOR - SELECT */
.bt_bb_widget_select {
    cursor: pointer;
    position: relative;
    }
.bt_bb_widget_select_selected {
    border: 1px solid #666;
    line-height: 1.1;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_selected > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_selected > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    border: 1px solid #666;
    margin: .2em 0 0;
    background-color: #fff;
    color: #000;
    }
.bt_bb_widget_select_items > div[data-value] {
    line-height: 1.25;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_items > div[data-value] > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_items > div[data-value] > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items > div[data-value="0"] {
    display: none;
    }
.bt_bb_widget_select_items > div:hover {
    background: rgba(0,0,0,.1);
    }

/* CALCULATOR - SWITCH */
.bt_bb_widget_switch {
    height: 1.5em;
    width: 3em;
    background: #ddd;
    border-radius: 1em;
    cursor: pointer;
    }
.bt_bb_widget_switch.on {
    background: #666;
    }
.bt_bb_widget_switch > div {
    height: 1.5em;
    width: 1.5em;
    background: white;
    border-radius: 1em;
    border: .2em solid #666;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    }
.on.bt_bb_widget_switch > div {
    -webkit-transform: translateX(1.5em);
    -moz-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em);
    }
.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    -webkit-transition-delay: 5900ms;
    -moz-transition-delay: 5900ms;
    transition-delay: 5900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20) {
    -webkit-transition-delay: 6000ms;
    -moz-transition-delay: 6000ms;
    transition-delay: 6000ms;
    }
.animate.bt_bb_section,
.animate.btArticleListItem {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate.bt_bb_section {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
    }
.bt_bb_animation_fade_in.animated {
    opacity: 1;
    }

/* Move, Move & Fade */
.animate[class*="move_down"] {
    -webkit-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    -ms-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
    }
.animate[class*="move_down"].bt_bb_separator,
.animate[class*="move_down"].bt_bb_progress_bar,
.animate[class*="move_down"].bt_bb_countdown {
    -webkit-transform: translate3d(0,-50px,0);
    -moz-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    }
.animate[class*="move_up"] {
    -webkit-transform: translate3d(0,30px,0);
    -moz-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    }
.animate[class*="move_up"].bt_bb_separator,
.animate[class*="move_up"].bt_bb_progress_bar,
.animate[class*="move_up"].bt_bb_countdown {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    }
.animate[class*="move_left"] {
    -webkit-transform: translate3d(30%,0,0);
    -moz-transform: translate3d(30%,0,0);
    -ms-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0);
    }
.animate[class*="move_left"].bt_bb_separator,
.animate[class*="move_left"].bt_bb_progress_bar,
.animate[class*="move_left"].bt_bb_countdown {
    -webkit-transform: translate3d(50px,0,0);
    -moz-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
    }
.animate[class*="move_right"] {
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
    }
.animate[class*="move_right"].bt_bb_separator,
.animate[class*="move_right"].bt_bb_progress_bar,
.animate[class*="move_right"].bt_bb_countdown {
    -webkit-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    }
.animate[class*="move_right"].animated,
.animate[class*="move_left"].animated,
.animate[class*="move_up"].animated,
.animate[class*="move_down"].animated {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

/* Zoom in */
.animate[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    }
.animate[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    }
.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
    }
.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
    }
.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
    }
.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
    }
.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
    }
.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
    }

/* IE 10 hack*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}*/
/* Edge hack*/
/*
@supports (-ms-ime-align:auto) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}
*/
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
    }
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
    }
@media (max-width: 1024px) {
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: initial;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: initial;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 640px) {
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
    }
.bt_bb_instagram .btInstaGrid span img,
.widget_bt_bb_instagram .btInstaGrid span img {
    width: 100%;
    }
.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
    clear: none;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
    }
.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
    }
.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
    }
.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
    }
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
    }
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
    }
@media (max-width: 768px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 33.33333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
    }
.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
    }
.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
    }
.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 1em;
    }
.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    -webkit-flex: 0 1% 0;
    -ms-flex: 0 1% 0;
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
    }
.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
    }
.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
    }
.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
    }
.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
    }
.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    }
.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
    }
.btCounterHolder .btCountdownHolder {
    overflow: auto;
    padding: 0 15%;
    }
.btCounterHolder .btCountdownHolder > span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
    }
.btCounterHolder .btCountdownHolder > span > span {
    display: inline-block;
    }
.btCounterHolder .btCountdownHolder > span > span > span {
    display: block;
    width: .67em;
    text-align: inherit;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    transition: transform 0ms ease-out;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
    }
.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span:not(.days_text) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 1em;
    line-height: 1.2 !important;
    }
.btCounterHolder .btCountdownHolder span.separator {
    display: none;
    }
.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
    width: auto !important;
    -webkit-transform: translate(-50%,-.1em) !important;
    -moz-transform: translate(-50%,-.1em) !important;
    -ms-transform: translate(-50%,-.1em) !important;
    transform: translate(-50%,-.1em) !important;
    }
.btCounterHolder .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize,
.btCounterHolder.bt_bb_size_large {
    font-size: 4.5rem;
    font-weight: 700;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder,
.btCounterHolder.bt_bb_size_large .btCountdownHolder {
    padding: 0 10%;
    }
.btCounterHolder.btCounterLargeSize .btCounter,
.btCounterHolder.bt_bb_size_large .btCounter {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit,
.btCounterHolder.bt_bb_size_large span.onedigit {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize span.onedigit span,
.btCounterHolder.bt_bb_size_large span.onedigit span {
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder > span > span > span,
.btCounterHolder.bt_bb_size_large .btCountdownHolder > span > span > span {
    -webkit-transform: translateY(-4.5rem);
    -moz-transform: translateY(-4.5rem);
    -ms-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
    height: 4.5rem;
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
.btCounterHolder.btCounterLargeSize .btCountdownHolder span[class^="n"],
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:first-child,
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(3),
.btCounterHolder.bt_bb_size_large .btCountdownHolder span[class^="n"],
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:first-child,
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.bt_bb_size_large .btCountdownHolder .days span:nth-child(3) {
    height: 4.5rem;
    }

/* CSS image grid */
.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    display: grid;
    }
.bt_bb_gap_no_gap.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 0;
    }
.bt_bb_gap_extrasmall.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 1px;
    }
.bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 5px;
    }
.bt_bb_gap_normal.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 20px;
    }
.bt_bb_gap_large.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 30px;
    }
.bt_bb_columns_1.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    display: block;
    object-fit: cover;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    inset: 0;
    pointer-events: none;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    content: "\e618";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    font-family: Icon7Stroke;
    color: #FFF;
    inset: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3em;
    pointer-events: none;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_shape_rounded.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 5px;
    overflow: hidden;
    }
.bt_bb_shape_round.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 20px;
    overflow: hidden;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    opacity: .5;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    opacity: 1;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    cursor: unset;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before,
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    display: none;
    }
@media (max-width: 992px) {
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

/* CSS post / portfolio grid 
--------------------------------------------------- */
.bt_bb_css_post_grid {
    --accent-color: #0f0;
    --dark-color: #000;
    --light-color: #fff;
    --post-pf-grid-gap-small: .5em;
    --post-pf-grid-gap-normal: 1em;
    --post-pf-grid-gap-large: 2em;
    --post-pf-grid-title-lines: 2;
    --post-pf-grid-excerpt-lines: 3;
    --post-pf-grid-padding: 40px;
    --post-pf-soft-radius: 5px;
    --post-pf-hard-radius: 20px;
    }
.bt_bb_css_post_grid .bt_bb_post_grid_loader {
    margin-top: 2em;
    border: 3px solid rgba(0,0,0,.2);
    border-top: 3px solid var(--dark-color);
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content {
    display: grid;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a:hover {
    color: inherit;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_grid_item {
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
    border-radius: var(--post-pf-border-radius);
    overflow: hidden;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_button_holder {
    text-align: center;
    padding-top: 1em;
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: block;
    }
.bt_bb_css_post_grid.bt_bb_grid_loading.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: none;
    }
.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item {
    border-radius: 0;
    }
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-soft-radius);
    }
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-hard-radius);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    padding-top: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    padding-top: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    padding-top: calc(var(--post-pf-grid-gap-large) * 2);
    }

/* Hover style */
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    inset: 0;
    position: absolute;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    opacity: 1;
    }
.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }

/* Excerpt lines */
.bt_bb_css_post_grid.bt_bb_excerpt_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_excerpt_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }
.bt_bb_css_post_grid.bt_bb_title_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    }

/* Responsive */
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
    container-name: bt_bb_container_22;
    container-type: inline-size;
    }
@media (max-width: 992px) {
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 580px) {
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (min-width: 768px) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 1.5em;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    color: inherit;
    }
}

@container (min-width: 36em) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
/* Column height fix */
.bt_bb_row .bt_bb_column {
    height: auto;
    display: block;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* Column inner height fix */
.bt_bb_row_inner .bt_bb_column_inner {
    height: auto;
    display: block;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* Images fix */
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: inline-block;
    margin-bottom: -.5em;
    max-width: 100%;
    }

/* Latest post fix */
.bt_bb_latest_posts {
    display: block;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    float: left;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 33.333333%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 16.666666%;
    }

/* Price list fix */
.bt_bb_price_list .bt_bb_price_list_price {
    display: inline-block;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .65em;
    }
.btMenuInitFinished .mainHeader {
    visibility: inherit;
    }

/* IE 10 fix start */
.bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_inner .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    }
}

@media (max-width: 620px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
    max-width: 100%;
    }
}

@media (min-width: 1201px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    max-width: 8.333333%;
    }
}

/* IE 10 fix end */
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    }
.mfp-align-top .mfp-container:before {
    display: none;
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
    }
.mfp-ajax-cur {
    cursor: progress;
    }
.mfp-zoom-out-cur {
    overflow: hidden;
    }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.mfp-loading.mfp-figure {
    display: none;
    }
.mfp-hide {
    display: none !important;
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
    }
.mfp-preloader a {
    color: #CCC;
    }
.mfp-preloader a:hover {
    color: #FFF;
    }
.mfp-s-ready .mfp-preloader {
    display: none;
    }
.mfp-s-error .mfp-content {
    display: none;
    }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation;
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0;
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    }
.mfp-close:active {
    top: 1px;
    }
.mfp-close-btn-in .mfp-close {
    color: #333;
    }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    }
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    }
.mfp-arrow:active {
    margin-top: -54px;
    }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
    }
.mfp-arrow-left {
    left: 0;
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
    }
.mfp-arrow-right {
    right: 0;
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
    }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    }
.mfp-iframe-holder .mfp-close {
    top: -40px;
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
    }
.mfp-figure figure {
    margin: 0;
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    }
.mfp-image-holder .mfp-content {
    max-width: 100%;
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    }
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
    }
.mfp-img-mobile img.mfp-img {
    padding: 0;
    }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
    }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
    }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
    }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
    }
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    }
}

/*# sourceMappingURL=content_elements.crush.css.map *//* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Item lock */

:root {
	--accent-color: #52b7bd;
}

.btQuoteItem.btCCLock,
.btQuoteGBlock.btCCLock {
	position: relative;
}
.btQuoteItem.btCCLock:before,
.btQuoteGBlock.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 999;
}

/* Columns and forms widths */
.btQuoteBooking {
    margin: 0 0 20px;
	box-sizing: border-box;
	transition: opacity 400ms ease;
	/* opacity: 0; */
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking *, .btQuoteBooking *:after, .btQuoteBooking *:before {
	box-sizing: border-box;
}
.btQuoteBooking:after {
	content: " ";
	display: table;
	clear: both;
	width: 100%;
}
.btQuoteBooking .btQuoteBookingForm {
	margin: 0 0 30px;
}
.btQuoteBooking .btTotalQuoteContactGroup {
    transition: all 600ms ease;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.btQuoteBooking .btTotalQuoteContactGroup.btActive {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-height: 50000px;
	filter: alpha(opacity=100);
 transition-delay: 400ms;
}
/* Next button */
.btQuoteBooking .btTotalNextWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;

	padding-right: 0 !important;
    transition: all 400ms ease;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	text-align: initial;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	-ms-flex: 0 0 160px;
	    flex: 0 0 160px;
	width: 160px;
	max-width: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 0px;
	    flex: 0 1 0px;
	float: none;
	margin-right: 0;
	width: 0px;
	transition: all 300ms ease;
	max-width: 0;
}
.btQuoteBooking .btContactNext {
    font-family: inherit;
	margin: 0 0 0 30px;
	line-height: 2.25;
	border-radius: 50px;
	border: var(--accent-color) 2px solid;
	color: var(--accent-color);
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	padding: 0 10px 0 10px;
	background: transparent;
	cursor: pointer;
	font-size: 20px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: translate(250px,0);
	white-space: nowrap;
}
.rtl .btQuoteBooking .btContactNext {
	margin: 0 30px 0 0;
	transform: translate(-250px,0);
}
.btQuoteBooking .btContactNext:focus {
	outline:0;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translate(0,0);
    transition: all 400ms ease;
	width: 100%;
}
.btQuoteBooking .btContactNext:hover, .btQuoteBooking .btContactNext:active {
	border-color: #999;
	color: #555;
	box-shadow: 0 0 10px #CCC inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactNext:hover:after, .btQuoteBooking .btContactNext:active:after {
	margin: 0 7px 0 10px;
    transition: margin 200ms ease;
}
.btQuoteBooking .btContactNext:active {
	box-shadow: 0 0 0 #CCC inset, 0 -2px 10px rgba(0,0,0,0.4);
}
/* Quote items */
.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 220px;
    margin: 0 0 30px;
}
.rtl .btQuoteBooking .btQuoteItem {
    padding: 0 220px 0 0;
}
.btQuoteBooking .btQuoteItem label {
    display: block;
    float: left;
    width: 220px;
    margin: 8px 0 0 -220px;
	padding-right: 20px;
}
.rtl .btQuoteBooking .btQuoteItem label {
	float: right;
	margin-left: 0;
	margin-right: -220px;
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSlider {
    float: left;
    margin: 0 0 0;
    width: 100%;
}
.rtl .btQuoteBooking .btQuoteSlider {
	float: right;
}
.btQuoteBooking .btQuoteSwitch {
    float: left;
    margin: 0 0 0;
    width: 76px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 38px;
	cursor: pointer;
	padding: 5px;
	transition: box-shadow 380ms ease;
}
.rtl .btQuoteBooking .btQuoteSwitch {
	float:right;
}
.btQuoteBooking .btQuoteSwitch:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 26px;
	height: 26px;
	background: #ccc;
	border-radius: 50%;
	transition: all 190ms cubic-bezier(0.8, 0.1, 0.8, 0.1);
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 38px;
	background: var(--accent-color);
}
.rtl .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	margin-left: 0;
	margin-right: 38px;
}
.btQuoteBooking .btQuoteItemInput {
    text-align: center;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4;
}
.rtl .btQuoteBooking .btQuoteItem .fancy-select .trigger {
	text-align: right;
}
.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
    color: #333;
}
/* Standard fields */
.btQuoteBooking input[type="text"], .btQuoteBooking  input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking input[type="url"], .btQuoteBooking input[type="tel"], .btQuoteBooking input[type="number"], .btQuoteBooking input[type="date"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
    width: 100%;
    display: block;
    line-height: 2;
	min-height: 38px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: inherit;
    font-weight: inherit;
	font-size: inherit;
    transition: all 380ms ease;
	color: #000;
	border-radius: 2px;
	outline: none;
}
.btQuoteBooking .btQuoteItem textarea {
    resize: vertical;
    font-size: inherit;
    color: #000;
    padding: 0px 12px 0px 12px;
    min-height: 160px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    transition: all 380ms ease;
	border-radius: 2px;
	min-height: 38px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText {
	border-radius: 0;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
/* Standard hover state */
.btQuoteBooking  input[type="text"]:hover, .btQuoteBooking  input[type="email"]:hover, .btQuoteBooking  input[type="password"]:hover, .btQuoteBooking  input[type="url"]:hover, .btQuoteBooking  input[type="tel"]:hover, .btQuoteBooking  input[type="number"]:hover, .btQuoteBooking  input[type="date"]:hover, .btQuoteBooking  textarea:hover, .btQuoteBooking  .fancy-select .trigger:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Standard focus state */
.btQuoteBooking  input[type="text"]:focus, .btQuoteBooking  input[type="email"]:focus, .btQuoteBooking  input[type="url"]:focus, .btQuoteBooking  input[type="tel"]:focus, .btQuoteBooking  input[type="number"]:focus, .btQuoteBooking  input[type="date"]:focus, .btQuoteBooking  textarea:focus, .btQuoteBooking  .fancy-select .trigger.open {
    border-color: #999;
	box-shadow: 5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
	outline: none;
}
.rtl .btQuoteBooking  input[type="text"]:focus, .rtl .btQuoteBooking  input[type="email"]:focus, .rtl .btQuoteBooking  input[type="url"]:focus, .rtl .btQuoteBooking  input[type="tel"]:focus, .rtl .btQuoteBooking  input[type="number"]:focus, .rtl .btQuoteBooking  input[type="date"]:focus, .rtl .btQuoteBooking  textarea:focus, .rtl .btQuoteBooking  .fancy-select .trigger.open {
	box-shadow: -5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    transition: all 380ms ease;
	box-shadow: 5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
	min-height: 38px;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: -5px 0 0 var(--accent-color) inset, 0 2px 10px rgba(0,0,0,0.2);
}
/* Float clears */
.btQuoteBooking .btQuoteItem:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}
/* Slider */
.btQuoteBooking  .ui-slider {
	background: #ededed; /* Old browsers */ /* FF3.6+ */
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.05), rgba(0,0,0,0));
    position: relative;
    text-align: left;
	border: 1px solid #ccc;
	border-radius: 14px;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
    transition: all 190ms ease;
}
.btQuoteBooking  .ui-slider {
    text-align: right;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    transition: all 380ms ease;
}
/* Slider handle */
.btQuoteBooking  .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 38px;
    height: 38px;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--accent-color);
    border-radius: 50%;
    cursor: w-resize;
	cursor: -moz-grab;
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 0 rgba(0,0,0,0.2) inset;
    transition: all 190ms ease;	
}
	
.btQuoteBooking .btQuoteSliderValue {
	min-width: 34px;
	height: 38px;
	line-height: 38px;
	padding: 0 2px;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
}
/* Slider hover state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-hover {
	box-shadow: 0 0 0 rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider active state */
.btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active, .btQuoteBooking  .ui-slider .ui-slider-handle.ui-state-active.ui-state-hover {
	cursor: -moz-grabbing;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5), 0 0 0 3px rgba(0,0,0,0.2) inset;
}
/* Slider range */
.btQuoteBooking  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
/* support: IE8 - See #6727 */
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
/* Slider horizontal */
.btQuoteBooking  .ui-slider-horizontal {
    height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -18px;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-min {
	left: auto;
	right: 0;
}
.rtl .btQuoteBooking  .ui-slider-horizontal .ui-slider-range-max {
    right: auto;
	left: 0;
}
/* Slider vertical */
.btQuoteBooking  .ui-slider-vertical {
    min-width: 34px;
    height: 100px;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-handle {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.rtl .btQuoteBooking  .ui-slider-vertical .ui-slider-range {
	left: auto;
	right: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.btQuoteBooking  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/* Total value */
.btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
    font-weight: bold;
    padding: 0;
    text-align: right;
	color: #FFF;
	background: var(--accent-color);
	border-radius: 50px;
	line-height: 1.8;
	display: -ms-flexbox;
	display: flex;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
	float: none;
}
.rtl .btQuoteBooking  .btQuoteBookingForm .btQuoteTotal {
	text-align: left;
}
.btQuoteBooking  .btQuoteBookingForm.btActive .btQuoteTotal {
}
.btQuoteBooking  .btQuoteTotalText {
    margin-right: 1em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.rtl .btQuoteBooking  .btQuoteTotalText {
	margin-right: 0;
	margin-left: 1em;
}
/* Total currency */

.btQuoteBooking .btQuoteTotalCurrency {
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .btQuoteBooking .btQuoteTotalCurrency {
	padding: 5px 20px 5px 0px;
	border-radius: 0 50px 50px 0;
}
.btQuoteBooking .btQuoteTotalCalc {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-size: 22px;
	line-height: 1.8;
	display: inline-block;
	background: rgba(0,0,0,0.25);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .btQuoteBooking .btQuoteTotalCalc {
	padding: 5px 0px 5px 20px;
	border-radius: 50px 0 0 50px;
}
.currencyAfter .btQuoteTotalCurrency {
	border-radius: 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 5px 20px 5px 0px;
}
.rtl .currencyAfter .btQuoteTotalCurrency {
	border-radius: 50px 0 0 50px;
	padding: 5px 0px 5px 20px;
}
.currencyAfter .btQuoteTotalCalc {
	border-radius: 0px;	
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding: 5px 0px 5px 20px;
}
.rtl .currencyAfter .btQuoteTotalCalc {
	border-radius: 0 50px 50px 0;
	padding: 5px 20px 5px 0px;
}

/* Options */
.btQuoteBooking .btQuoteItem ul.options {
    text-align: left;
}
.rtl .btQuoteBooking .btQuoteItem ul.options {
	text-align: right;
}
/* Contact form */
.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
    margin: 0 -10px 0px -10px;
}
/* Contact form item */
.btQuoteBooking .btQuoteContact .btQuoteItem {
    padding: 0 10px;
    float: left;
    width: 50%;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	float: right;
}
/* Form split in two columns */
.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left;
}
.rtl .btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
	clear: right;
}

/* Form full width item */
.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
    float: none !important;
    width: auto !important;
}
/* Form button */
.btQuoteBooking .btQuoteContact .boldBtn {
    clear: left;
    margin: 0px;
	text-align: center;
	white-space: normal;
}
.rtl .btQuoteBooking .btQuoteContact .boldBtn {
	clear: right;
}

/* CF7 */
.rtl .btQuoteContact.btQuoteContactForm7 {
	text-align: right;
}
.rtl .btQuoteContact.btQuoteContactForm7 input,
.rtl .btQuoteContact.btQuoteContactForm7 select,
.rtl .btQuoteContact.btQuoteContactForm7 textarea {
	text-align: right;
}

/* Mandatory fields */
.btQuoteBooking  .btContactFieldMandatory input, .btQuoteBooking  .btContactFieldMandatory textarea {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid #AAA;
	box-shadow: 0 0 0 1px #AAA inset;
}
.btQuoteBooking  .btContactFieldMandatory input:hover, .btQuoteBooking  .btContactFieldMandatory textarea:hover {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory input:focus, .btQuoteBooking  .btContactFieldMandatory textarea:focus {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #AAA inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
/* Error fields validation */
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea {
    border: 1px solid var(--accent-color);
	box-shadow: 0 0 0 1px var(--accent-color) inset;
    transition: all 380ms ease;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
    border: 1px solid var(--accent-color);
	box-shadow: 0 0 0 1px var(--accent-color) inset;
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:hover, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:hover {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking  .btContactFieldMandatory.btContactFieldError input:focus, .btQuoteBooking  .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px var(--accent-color) inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, 5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}
.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px var(--accent-color) inset, -5px 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
    color: var(--accent-color);
    font-weight: 600;
	text-align: center;
	line-height: 30px;
	height: 30px;
}
/* Date picker */
.btDatePicker {
	z-index: 10000 !important;
	width: 300px;
}
.btDatePicker table th, .btDatePicker table td {
    border: 1px solid #e0e0e0;
}
.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: var(--accent-color);
	color: #FFF;
}
.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2;
}
/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
	text-align: center;
}
/* Datepicker prev/next */
.btDatePicker a.ui-datepicker-prev, .btDatePicker a.ui-datepicker-next {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border-radius: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer;
	color: white;
}
.btDatePicker a.ui-datepicker-prev {
    float: left;
}
.rtl .btDatePicker a.ui-datepicker-prev {
	float: right;
}
.btDatePicker a.ui-datepicker-next {
    float: right;
}
.rtl .btDatePicker a.ui-datepicker-next {
    float: left;
}
/* Prev / Next hover state */
.btDatePicker a.ui-datepicker-prev:hover, .btDatePicker a.ui-datepicker-next:hover {
	color: inherit;
    transition: all 200ms ease;
}
/* Datepicker title */
.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #FFF;
}
/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
	border: 1px solid #CCC;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin-top: 1px;
}
/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3em;
	text-align: center;
}
/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
    color: #666;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    transition: all 200ms ease;
}
/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
	font-weight: bold;
    transition: all 200ms ease;
}
/* Datepicker hover state */
.btDatePicker table td:hover {
	cursor: pointer;
}
.btDatePicker table td:hover {
    background: #e0e0e0;
    transition: all 200ms ease;
}

/* Styled select */
.btQuoteBooking .btDropDown .dd {
    position: relative;
}
.btQuoteBooking .ddChild {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: -1px 0 0;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.btQuoteBooking .ddChild {
    position: absolute !important;
}
/* Select submenu items */
.btQuoteBooking .ddChild {
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: auto;
}
.btQuoteBooking .ddChild ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.btQuoteBooking .ddChild ul li {
    display: table;
    width: 100%;
	min-height: 38px;
    margin: 0;
    padding: 0 37px 0 0;
    cursor: pointer;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
    transition: all 200ms ease;
}
.rtl .btQuoteBooking .ddChild ul li {
	padding: 0 0 0 37px;
}
.btQuoteBooking .ddChild ul li span {
    display: block;
    padding: 0px 12px;
	line-height: 2;
}
.btQuoteBooking .ddChild ul li span.description {
	line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
/* Item hover state */
.btQuoteBooking .ddChild ul li:hover, .btQuoteBooking .ddChild ul li.selected:hover {
	color: #666;
    background: rgba(0,0,0,0.05);
    transition: all 200ms ease;
}
/* First item disabled state */
.btQuoteBooking .ddChild ul li:first-child, .btQuoteBooking .ddChild ul li:first-child:hover {
    border-top: none;
	color: #666;
	background: none;
}
.btQuoteBooking .ddOutOfVision {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}
/* Styled menu itself */
.btQuoteBooking .ddItem {
    display: table;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
}
/* Styled menu label */
.btQuoteBooking .ddTitleText {
    display: table;
    width: 100%;
}
.btQuoteBooking .ddTitleText span, .btQuoteBooking .ddChild ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.rtl .btQuoteBooking .ddTitleText span, .rtl .btQuoteBooking .ddChild ul li span {
	text-align: right;
}
.btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
    display: block;
    font-size: 12px;
	padding: 0px;
	color: #555;
    transition: all 200ms ease;
}
.btQuoteBooking .ddChild span {
    padding: 8px 12px;
}
.btQuoteBooking .ddTitleText span {
    padding: 0px 12px;
}
.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    padding: 0 0 0 37px;
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    background-color: #fff;
	border: 1px solid #999;
    padding: 0 37px 0 0;
}
.rtl .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .rtl .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	padding: 0 0 0 37px;
}
/* Select item description */
.btQuoteBooking .ddlabel, .btQuoteBooking .description {
    width: 100%;
}
.btNotSelected {
	min-height: 38px;
}
.btNotSelected  .ddlabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Photo in select */
.btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
    text-align: center;
    padding: 12px;
	padding-right: 0px;
}
.rtl .btQuoteBooking .ddTitleText .ddImage, .btQuoteBooking .ddChild ul li .ddImage {
	padding-right: 12px;
	padding-left: 0;
}
.btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
    display: block;
    width: auto;
    max-width: none !important;
}
/* Nothing selected state */
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
	color: #a9a9a9;
}
/* Selected state */
.btQuoteBooking .ddTitleText .ddlabel {
    width: 100%;
    line-height: 2;
	color: #000;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
    line-height: 1.5;
	margin-top: -.3em;
	margin-bottom: .3em;
}
.btQuoteBooking .ddTitle {
    position: relative;
    cursor: pointer;
}
/* Styled select arrow */
.btQuoteBooking .ddTitle .arrow  {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
	margin-top: -2px;
}
.rtl .btQuoteBooking .ddTitle .arrow  {
	right: auto;
	left: 10px;
}
/* Arrow itself */
.btQuoteBooking .ddTitle .arrow:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
	display: block;
}
/* Submit button */
.btQuoteBooking .btContactSubmit {
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: var(--accent-color);
    color: #fff;
    line-height: 1.5;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 300ms ease;
	border-radius: 50px;
	text-transform: uppercase;
}
.btQuoteBooking .btContactSubmit:focus {
	outline:0;
}
/* Submit hover state */
.btQuoteBooking  .btContactSubmit:hover {
	box-shadow: 0 0 0 5px rgba(0,0,0,0.2) inset;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    transition: all 300ms ease;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
/* Tablets screen */
@media (max-width: 1024px) {
    .btQuoteBooking .btQuoteContact .btQuoteItem,
    .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
        float: none;
        width: auto;
    }
	.btQuoteBooking .btTotalQuoteContactGroup.btActive,
	.rtl .btQuoteBooking .btTotalQuoteContactGroup.btActive {
		max-height: 50000px;
	}
	/*.btQuoteBooking .btQuoteContact {
		margin-left: -10px;
	}*/
}
/* Larger smartphones screen */
@media (max-width: 650px) {
    .btQuoteBooking .btQuoteItem label,
    .rtl .btQuoteBooking .btQuoteItem label {
        display: block;
        float: none;
        margin: 0 0 8px;
        width: auto;
		padding: 0;
    }
   .btQuoteBooking .btQuoteItem ,
   .rtl .btQuoteBooking .btQuoteItem {
        margin: 0 0 20px;
        padding: 0;
    }
   .rtl .btQuoteBooking .btQuoteContact .btQuoteItem {
	   padding: 0 10px;
   }
}
/* Small smartphones screen */
@media (max-width: 480px) {
    .btQuoteBooking .ddTitleText .ddImage img, .btQuoteBooking .ddChild ul li .ddImage img {
        display: block;
        width: auto;
        margin: 0 auto;
    }
	.btQuoteBooking .btTotalNextWrapper {
		display: block;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn, .btQuoteBooking .btQuoteBookingForm .boldBtn {
		-ms-flex: 1 0 100%;
		    flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal, .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		height: 50px;
	}
	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext, .btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: none;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: translateY(-100%);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.btQuoteBooking .btContactBack, .btQuoteBooking .btContactSubmit {
		margin: 0 auto 20px auto;
		clear: both;
		display: block;
	}
}

/* placeholder */

.btQuoteBooking *::-webkit-input-placeholder {
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *:-moz-placeholder { /* older Firefox*/
	font-family: inherit;
	color: #a9a9a9;
}
.btQuoteBooking *::-moz-placeholder { /* Firefox 19+ */ 
	font-family: inherit;
	color: #a9a9a9;
} 
.btQuoteBooking *:-ms-input-placeholder { 
	font-family: inherit;
	color: #a9a9a9;
}

/* reCAPTCHA */

.btQuoteBooking .g-rec {
	margin-bottom: 30px;
	padding: 0 10px;
}

.btQuoteBooking .g-rec > div > div {
	margin: auto;
}

/* PayPal */

.btPayPalButton {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	background: transparent;
	border: #ccc 2px solid;
	border-radius: 50px;
/*	margin-right: -100%;*/
	width: 130px;
	height: 49px;
	cursor: pointer;
	transition: box-shadow 380ms ease;
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	-ms-flex: 0 0 130px;
	    flex: 0 0 130px;
	margin-left: 30px;
}
.rtl .btPayPalButton {
	margin-left: 0;
	margin-right: 30px;
}

.btPayPalButton:hover {
	box-shadow: 0 0 0 var(--accent-color) inset, 0 1px 5px rgba(0,0,0,0.2);
}

.btPayPalForm {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.bt_cc_email_confirmation_container {
	margin-bottom: 30px;
	padding-left: 10px;
}
.rtl .bt_cc_email_confirmation_container {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}
@media (max-width: 480px) {
	.btPayPalButton,
	.rtl .btPayPalButton {
		margin-left: 0;
		margin-right: 0;
		-ms-flex: 0 0 160px;
		    flex: 0 0 160px;
		width: 160px;
	}
}

/* Base for label styling */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked),
.bt_cc_email_confirmation_container [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.rtl .bt_cc_email_confirmation_container [type=checkbox]:not(:checked),
.rtl .bt_cc_email_confirmation_container [type=checkbox]:checked {
	left: auto;
	right: -9999px;
}
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
	padding-left: 0;
	padding-right: 25px;
}

/* checkbox aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.7em;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3);*/
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
	left: auto;
	right: 0;
}
/* checked mark aspect */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: 1px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  /*color: #09ad7e;*/
  transition: all .2s;
}
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.rtl .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
	left: auto;
	right: 3px;
}
/* checked mark aspect changes */
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
}
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}
/* disabled checkbox */
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled:checked + label:after {
  /*color: #999;*/
}
.bt_cc_email_confirmation_container [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.bt_cc_email_confirmation_container [type="checkbox"]:checked:focus + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked):focus + label:before {
  /*border: 1px dotted blue;*/
}

/* hover style just for information */
.bt_cc_email_confirmation_container label:hover:before {
  /*border: 1px solid #4778d9!important;*/
}

/* CC Separator */

.bt_cc_separator.bt_cc_bottom_spacing_extra_small{
	margin-bottom: 0.25em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_small {
	margin-bottom: 0.5em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_normal {
	margin-bottom: 1em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_medium {
	margin-bottom: 2em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_large {
	margin-bottom: 4em !important;
}
.bt_cc_separator.bt_cc_bottom_spacing_extra_large {
	margin-bottom: 8em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_small{
	margin-top: 0.25em !important;
}
.bt_cc_separator.bt_cc_top_spacing_small {
	margin-top: 0.5em !important;
}
.bt_cc_separator.bt_cc_top_spacing_normal {
	margin-top: 1em !important;
}
.bt_cc_separator.bt_cc_top_spacing_medium {
	margin-top: 2em !important;
}
.bt_cc_separator.bt_cc_top_spacing_large {
	margin-top: 4em !important;
}
.bt_cc_separator.bt_cc_top_spacing_extra_large {
	margin-top: 8em !important;
}
.bt_cc_separator.bt_cc_border_style_solid {
	border-top: 1px solid #ddd;
}
.bt_cc_separator.bt_cc_border_style_dashed {
	border-top: 1px dashed #ddd;
}
.bt_cc_separator.bt_cc_border_style_dotted {
	border-top: 1px dotted #ddd;
} 

/* Description */

.btQuoteItemDescription {
	text-align: right;
    font-size: 0.7em;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	pointer-events: none;
}

.btQuoteItemDescription:before {
    content: ' ';
	clear: both;
	display: table;
	width: 100%;
}

/* Subtotal addition */
.btQuoteBooking .btQuoteSubtotal {
    padding: 0;
    margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
    display: block;
    max-width: 220px;
	padding-right: 20px;
	flex: 0 0 220px;
}
.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
	padding-right: 0;
	padding-left: 20px;
	text-align: right;
}
.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
	font-weight: bold;
	line-height: 1.8;
}
@media (max-width: 480px) {
	.btQuoteBooking .btQuoteSubtotal {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal {
		padding: 0;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
	}
	.rtl .btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalText {
		float: none;
		width: auto;
		margin: 0;
		padding-right: 20px;
		text-align: right;
	}
	.btQuoteBooking .btQuoteSubtotal .btQuoteSubtotalCalc {
		padding: 0 20px;
	}
}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars.wpl-new-layout {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars.wpl-new-layout .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2C3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
	box-sizing: border-box;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
.wpcf7-date{
	width:100%;
}
.wpcf7-date:before{
	width:100%;
	content:attr(placeholder);
}
.wpcf7-date:hover:before{
	width:0%;
	content:"";
}
.wpcf7-date.bt-date-input-has-value:before{
	display: none;
}
.wpcf7-date.placeholderclass:before{
	width:0%;
	content:"";
}


/* New WC classes */
.wc-block-components-notice-banner {
	padding: 1em 1em 1em 3em !important;
	margin: 0 0 2em !important;
	position: relative;
	color: inherit !important;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
	background-color: rgba(0,0,0,.05) !important;
	border-color: #b9b9b9 !important;
}

.wc-block-components-notice-banner svg {
	display: none;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
	display: flex;
	align-items: center;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content:before {
	font-size: 1.4em;
	line-height: 1;
	font-family: FontAwesome5Solid;
	display: block;
	position: relative;
	top: auto;
	left: auto;
	margin-right: 0.5em;
}
.rtl .wc-block-components-notice-banner .wc-block-components-notice-banner__content:before {
	margin-left: 0.5em;
	margin-right: 0;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .button,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .wc-forward,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content > .button,.wc-block-components-notice-banner > .wc-block-components-notice-banner__content > .wc-forward {
	font-size: 1em;
	line-height: 1;
	display: inline-flex;
	padding: 0.8em 1.5em;
	width: auto;
	border: none !important;
	outline: none;
	cursor: pointer;
	transition: all 300ms ease;
	text-decoration: none !important;
	justify-content: center;
	color: inherit !important;
	box-shadow: none !important;
	background: transparent !important;
	opacity: 1 !important;
	order: 1000;
	margin-left: auto !important;
	float: none !important;
	border-radius: 0 !important;
}

.wc-block-components-notice-banner.is-success .wc-block-components-notice-banner__content:before {
	content: '\f058';
}
.wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content:before {
	content: '\f05a';
}
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content:before {
	content: '\f071';
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content .showcoupon {
	padding-left: 1em;
}
.rtl .wc-block-components-notice-banner .wc-block-components-notice-banner__content .showcoupon {
    padding-left: 0em;
    padding-right: 1em;
}