@charset "UTF-8";

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-audio {
	margin: 0 0 1em
}

.wp-block-audio figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: 100%;
	flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important
}

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

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

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.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-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: none
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap
	}
}

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

.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:599px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}
}

@media (min-width:600px) and (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - var(--wp--style--block-gap, 2em)/2) !important;
		flex-grow: 0
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
		margin-left: var(--wp--style--block-gap, 2em)
	}
}

@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:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: var(--wp--style--block-gap, 2em)
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap
}

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

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
	margin-left: var(--wp--style--block-gap, 2em)
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

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

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
	background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {

	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #000
}

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

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	border: none;
	box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center
}

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

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

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

.wp-block-embed {
	margin: 0 0 1em;
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

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

.wp-block-embed__wrapper {
	position: relative
}

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

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

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

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

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

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

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

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

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

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__embed {
	margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

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

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

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

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

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

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto
}

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

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {

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

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

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

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

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

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

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

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center
}

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

.wp-block-gallery.has-nested-images {
	display: flex;
	flex-wrap: wrap
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image),
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
	margin-right: 0
}

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%;
	box-sizing: border-box
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image.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.is-style-rounded figcaption {
	flex: initial;
	background: none;
	color: inherit;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

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

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

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
	margin-bottom: var(--gallery-block--gutter-size, 16px)
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
	bottom: var(--gallery-block--gutter-size, 16px)
}

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

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

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

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

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

	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging~figure.wp-block-image:not(#individual-image) {
		margin-right: var(--gallery-block--gutter-size, 16px)
	}

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

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

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
		margin-right: 0
	}

	.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(--gallery-block--gutter-size, 16px)*0.5)
	}

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

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

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

.wp-block-group {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin: 0 0 1em
}

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

.wp-block-image:not(.is-style-rounded)>a,
.wp-block-image:not(.is-style-rounded) img {
	border-radius: inherit
}

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

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

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

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

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

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

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

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

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

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

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

ol.wp-block-latest-comments {
	margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
	max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

ol,
ul {
	overflow-wrap: break-word
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center
}

.wp-block-navigation ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	display: flex;
	align-items: center;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	color: inherit;
	display: block;
	padding: 0
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-item,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__submenu-container,
.wp-block-navigation[style*=text-decoration] a,
.wp-block-navigation[style*=text-decoration] a:active,
.wp-block-navigation[style*=text-decoration] a:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) a,
.wp-block-navigation:not([style*=text-decoration]) a:active,
.wp-block-navigation:not([style*=text-decoration]) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	padding: 0;
	background-color: inherit;
	color: currentColor;
	border: none;
	margin-left: .25em;
	width: .6em;
	height: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	width: inherit;
	height: 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 :where(.wp-block-navigation__submenu-container) {
	background-color: inherit;
	color: inherit;
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: normal;
	opacity: 0;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -1px;
	top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-right: 0;
	margin-left: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: transparent
	}

	.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-container {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	width: auto;
	height: auto;
	min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	position: relative;
	display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	text-align: left
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-container-content {
	gap: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
	gap: var(--wp--style--block-gap, .5em)
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .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;
	color: #000;
	border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
	display: flex;
	flex-wrap: var(--navigation-layout-wrap, wrap);
	flex-direction: var(--navigation-layout-direction, initial);
	justify-content: var(--navigation-layout-justify, initial);
	align-items: var(--navigation-layout-align, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

.wp-block-navigation__responsive-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	display: flex;
	flex-wrap: var(--navigation-layout-wrap, wrap);
	flex-direction: var(--navigation-layout-direction, initial);
	justify-content: var(--navigation-layout-justify, initial);
	align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	color: inherit !important;
	background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
	display: flex;
	flex-direction: column;
	background-color: inherit;
	padding: 2em;
	overflow: auto;
	z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: calc(2em + 24px);
	overflow: visible;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	opacity: 1;
	visibility: visible;
	height: auto;
	width: auto;
	overflow: initial;
	min-width: 200px;
	position: static;
	border: none;
	padding-left: 2em;
	padding-right: 2em
}

.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: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	display: flex;
	flex-direction: column;
	align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	color: inherit !important;
	background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	right: auto;
	left: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	vertical-align: middle;
	cursor: pointer;
	color: currentColor;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	pointer-events: none;
	display: block;
	width: 24px;
	height: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.wp-block-navigation__responsive-close {
	width: 100%
}

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

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
	color: inherit;
	display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
	text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
	top: -1px
}

.wp-block-navigation .wp-block-page-list {
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	justify-content: var(--navigation-layout-justify, initial);
	align-items: var(--navigation-layout-align, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

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

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

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

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

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

p {
	overflow-wrap: break-word
}

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

p.has-background {
	padding: 1.25em 2.375em
}

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

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments>h3:first-of-type {
	margin-top: 0
}

.wp-block-post-comments .commentlist {
	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: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.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;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	line-height: 1.5;
	margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .75em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .reply {
	font-size: .75em;
	margin-bottom: 1.4em
}

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

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

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

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	border: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	overflow-wrap: break-word
}

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

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

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	white-space: pre-wrap
}

.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	margin: 0 0 1em;
	padding: 3em 0;
	text-align: center;
	overflow-wrap: break-word
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
	max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}

.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:not(.is-style-solid-color) {
	background: none
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	list-style: none;
	padding: 0
}

.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.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,
	.wp-block-query-loop.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,
	.wp-block-query-loop.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,
	.wp-block-query-loop.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,
	.wp-block-query-loop.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,
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-right: .5em;
	margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	margin-right: 1ch;
	display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	margin-left: 1ch;
	display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em;
	fill: currentColor
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	padding: 8px;
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	text-align: center;
	line-height: 1;
	height: auto
}

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

.wp-block-site-logo {
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block
}

.wp-block-site-logo.is-default-size img {
	width: 120px;
	height: auto
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-social-links {
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	width: 1em;
	height: 1em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	display: block;
	border-radius: 9999px;
	transition: transform .1s ease;
	height: auto
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-duration: 0s;
		transition-delay: 0s
	}
}

.wp-block-social-link a {
	display: block;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
	color: currentColor;
	fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 1.25em;
	height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud.aligncenter {
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-table {
	margin: 0 0 1em;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

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

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
	border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
	border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
	border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: pre-wrap
}

.wp-block-video {
	margin: 0 0 1em
}

.wp-block-video video {
	width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: inline-block
}

.wp-block-post-featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
	clear: both
}

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto !important;
	-webkit-clip-path: none;
	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(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

.bt_bb_row {
	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 .bt_bb_column {
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1;
	max-width: 100%
}

.bt_bb_row_inner {
	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_inner .bt_bb_column_inner {
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1;
	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%
	}
}

@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%;
		max-width: 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%;
		max-width: 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%;
		max-width: 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%;
		max-width: 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"] {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		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"] {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		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"] {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		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"] {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

@media(min-width:1201px) {

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

@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) {
	.bt_bb_hidden_lg {
		display: none !important
	}
}

.bt_bb_section {
	position: relative
}

.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[style*=background-image] {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.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, #000 0%, transparent 25%, transparent 75%, #000 100%);
	background: -moz-linear-gradient(top, #000 0%, transparent 25%, transparent 75%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, transparent 25%, transparent 75%, #000 100%)
}

.bt_bb_section[class*=light_gradient]:before {
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 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_video[class*=bt_bb_background_overlay]:before {
	z-index: 2
}

.bt_bb_row {
	margin: 0 -20px
}

.bt_bb_row .bt_bb_column {
	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
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.bt_bb_row .bt_bb_column[style*=background-image] {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content>.bt_bb_image {
	margin-left: -20px;
	margin-right: -20px
}

.bt_bb_row .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 .bt_bb_column .bt_bb_column_content {
	width: 100%
}

.bt_bb_row_inner {
	margin: 0 -20px
}

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

.bt_bb_row_inner .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 .bt_bb_column_inner.bt_bb_vertical_align_middle {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.bt_bb_row_inner .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 .bt_bb_column_inner[style*=background-image] {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row_inner .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 .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 .bt_bb_column_inner .bt_bb_column_inner_content {
	width: 100%
}

.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_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: 1e3px;
	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_row.bt_bb_column_gap_extra_small {
	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_row.bt_bb_column_gap_extra_small .bt_bb_column {
	padding-left: .25em;
	padding-right: .25em
}

.bt_bb_row.bt_bb_column_gap_small {
	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_row.bt_bb_column_gap_small .bt_bb_column {
	padding-left: .5em;
	padding-right: .5em
}

.bt_bb_row.bt_bb_column_gap_normal {
	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_row.bt_bb_column_gap_normal .bt_bb_column {
	padding-left: 1em;
	padding-right: 1em
}

.bt_bb_row.bt_bb_column_gap_medium {
	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_row.bt_bb_column_gap_medium .bt_bb_column {
	padding-left: 2em;
	padding-right: 2em
}

.bt_bb_row.bt_bb_column_gap_large {
	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_row.bt_bb_column_gap_large .bt_bb_column {
	padding-left: 4em;
	padding-right: 4em
}

.bt_bb_row.bt_bb_column_gap_0 {
	max-width: -webkit-calc(100% + 0);
	max-width: -moz-calc(100% + 0);
	max-width: calc(100% + 0);
	margin-left: 0;
	margin-right: 0
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_row.bt_bb_column_gap_5 {
	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_row.bt_bb_column_gap_5 .bt_bb_column {
	padding-left: 5px;
	padding-right: 5px
}

.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_row.bt_bb_column_gap_10 {
	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_row.bt_bb_column_gap_10 .bt_bb_column {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row.bt_bb_column_gap_15 {
	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_row.bt_bb_column_gap_15 .bt_bb_column {
	padding-left: 15px;
	padding-right: 15px
}

.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_row.bt_bb_column_gap_20 {
	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_row.bt_bb_column_gap_20 .bt_bb_column {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_row.bt_bb_column_gap_25 {
	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_row.bt_bb_column_gap_25 .bt_bb_column {
	padding-left: 25px;
	padding-right: 25px
}

.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_row.bt_bb_column_gap_30 {
	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_row.bt_bb_column_gap_30 .bt_bb_column {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_row.bt_bb_column_gap_35 {
	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_row.bt_bb_column_gap_35 .bt_bb_column {
	padding-left: 35px;
	padding-right: 35px
}

.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_row.bt_bb_column_gap_40 {
	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_row.bt_bb_column_gap_40 .bt_bb_column {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_row.bt_bb_column_gap_45 {
	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_row.bt_bb_column_gap_45 .bt_bb_column {
	padding-left: 45px;
	padding-right: 45px
}

.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_row.bt_bb_column_gap_50 {
	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_row.bt_bb_column_gap_50 .bt_bb_column {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 100px;
	padding-right: 100px
}

.bt_bb_row.bt_bb_column_gap_55 {
	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_row.bt_bb_column_gap_55 .bt_bb_column {
	padding-left: 55px;
	padding-right: 55px
}

.bt_bb_row.bt_bb_column_gap_55 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 110px;
	padding-right: 110px
}

.bt_bb_row.bt_bb_column_gap_60 {
	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_row.bt_bb_column_gap_60 .bt_bb_column {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 120px;
	padding-right: 120px
}

.bt_bb_row.bt_bb_column_gap_65 {
	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_row.bt_bb_column_gap_65 .bt_bb_column {
	padding-left: 65px;
	padding-right: 65px
}

.bt_bb_row.bt_bb_column_gap_65 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 130px;
	padding-right: 130px
}

.bt_bb_row.bt_bb_column_gap_70 {
	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_row.bt_bb_column_gap_70 .bt_bb_column {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 140px;
	padding-right: 140px
}

.bt_bb_row.bt_bb_column_gap_75 {
	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_row.bt_bb_column_gap_75 .bt_bb_column {
	padding-left: 75px;
	padding-right: 75px
}

.bt_bb_row.bt_bb_column_gap_75 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 150px;
	padding-right: 150px
}

.bt_bb_row.bt_bb_column_gap_80 {
	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_row.bt_bb_column_gap_80 .bt_bb_column {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 160px;
	padding-right: 160px
}

.bt_bb_row.bt_bb_column_gap_85 {
	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_row.bt_bb_column_gap_85 .bt_bb_column {
	padding-left: 85px;
	padding-right: 85px
}

.bt_bb_row.bt_bb_column_gap_85 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 170px;
	padding-right: 170px
}

.bt_bb_row.bt_bb_column_gap_90 {
	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_row.bt_bb_column_gap_90 .bt_bb_column {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 180px;
	padding-right: 180px
}

.bt_bb_row.bt_bb_column_gap_95 {
	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_row.bt_bb_column_gap_95 .bt_bb_column {
	padding-left: 95px;
	padding-right: 95px
}

.bt_bb_row.bt_bb_column_gap_95 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 190px;
	padding-right: 190px
}

.bt_bb_row.bt_bb_column_gap_100 {
	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_row.bt_bb_column_gap_100 .bt_bb_column {
	padding-left: 100px;
	padding-right: 100px
}

.bt_bb_row.bt_bb_column_gap_100 .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
}

.bt_bb_row.bt_bb_column_gap_0 {
	margin-left: 0;
	margin-right: 0
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_extra_small {
	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_row_inner.bt_bb_column_inner_gap_extra_small .bt_bb_column {
	padding-left: .25em;
	padding-right: .25em
}

.bt_bb_row_inner.bt_bb_column_inner_gap_small {
	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_row_inner.bt_bb_column_inner_gap_small .bt_bb_column {
	padding-left: .5em;
	padding-right: .5em
}

.bt_bb_row_inner.bt_bb_column_inner_gap_normal {
	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_row_inner.bt_bb_column_inner_gap_normal .bt_bb_column {
	padding-left: 1em;
	padding-right: 1em
}

.bt_bb_row_inner.bt_bb_column_inner_gap_medium {
	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_row_inner.bt_bb_column_inner_gap_medium .bt_bb_column {
	padding-left: 2em;
	padding-right: 2em
}

.bt_bb_row_inner.bt_bb_column_inner_gap_large {
	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_row_inner.bt_bb_column_inner_gap_large .bt_bb_column {
	padding-left: 4em;
	padding-right: 4em
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 {
	max-width: -webkit-calc(100% + 0);
	max-width: -moz-calc(100% + 0);
	max-width: calc(100% + 0);
	margin-left: 0;
	margin-right: 0
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 {
	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_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner {
	padding-left: 5px;
	padding-right: 5px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 {
	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_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 {
	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_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner {
	padding-left: 15px;
	padding-right: 15px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 {
	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_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 {
	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_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner {
	padding-left: 25px;
	padding-right: 25px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 {
	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_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 {
	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_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner {
	padding-left: 35px;
	padding-right: 35px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 {
	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_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 {
	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_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner {
	padding-left: 45px;
	padding-right: 45px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 {
	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_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 100px;
	padding-right: 100px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_55 {
	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_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner {
	padding-left: 55px;
	padding-right: 55px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_55 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 110px;
	padding-right: 110px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 {
	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_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 120px;
	padding-right: 120px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_65 {
	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_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner {
	padding-left: 65px;
	padding-right: 65px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_65 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 130px;
	padding-right: 130px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 {
	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_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 140px;
	padding-right: 140px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_75 {
	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_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner {
	padding-left: 75px;
	padding-right: 75px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_75 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 150px;
	padding-right: 150px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 {
	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_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 160px;
	padding-right: 160px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_85 {
	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_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner {
	padding-left: 85px;
	padding-right: 85px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_85 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 170px;
	padding-right: 170px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 {
	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_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 180px;
	padding-right: 180px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_95 {
	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_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner {
	padding-left: 95px;
	padding-right: 95px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_95 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 190px;
	padding-right: 190px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 {
	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_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner {
	padding-left: 100px;
	padding-right: 100px
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
	padding-left: 200px;
	padding-right: 200px
}

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

html[data-bt_bb_screen_resolution=xl].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform: none
}

html[data-bt_bb_screen_resolution=xl].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll
}

html[data-bt_bb_screen_resolution=xl].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image.bt_bb_parallax {
	background-attachment: fixed
}

html:not([data-bt_bb_screen_resolution=xl]).bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image.bt_bb_parallax {
	background-position: 50%
}

html[data-useragent*=Edge] .bt_bb_section.bt_bb_background_image {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none
}

.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
	max-width: 1200px;
	margin: auto
}

.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column {
	max-width: 100%
}

.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
	max-width: 100%
}

@media(max-width:1239px) {
	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
		padding: 0 20px;
		max-width: 100%
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
		padding: 0
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row {
		margin: 0
	}

	.bt_bb_row_wrapper.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_wrapper.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_wrapper.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_wrapper.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_wrapper.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_wrapper.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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
		padding-left: 0
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

@media(min-width:1240px) {
	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 100.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 90.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 81.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 72.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 63.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 54.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 45.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 35.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 26.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 17.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: 8.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -.83233px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -9.999px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -19.16567px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -28.33233px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -37.499px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -46.66567px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -55.83233px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -64.999px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -74.16567px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
		max-width: -83.33233px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 100.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 90.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 81.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 72.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 63.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 54.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 45.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 35.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 26.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 17.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: 8.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: -9.999px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: -28.33233px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: -46.66567px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: -64.999px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
		max-width: -83.33233px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 191.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 183.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 175.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 166.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 158.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 150.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 141.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 133.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 125.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 116.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 108.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 100.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 91.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 83.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 75.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 66.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 58.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 50.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 41.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
		max-width: 33.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 191.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 183.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 175.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 166.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 158.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 150.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 141.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 133.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 125.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 116.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 100.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 83.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 66.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 50.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
		max-width: 33.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 240.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 232.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 224.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 216.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 208.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 192.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 184.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 176.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 168.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 160.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 152.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 144.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 136.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 128.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 120.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 112.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 104.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 96.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 88.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
		max-width: 80.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 240.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 232.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 224.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 216.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 208.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 192.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 184.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 176.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 168.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 160.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 144.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 128.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 112.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 96.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
		max-width: 80.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 300.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 292.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 285.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 277.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 270.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 262.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 255.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 247.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 240.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 232.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 225.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 217.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 210.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 202.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 195.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 187.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 180.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 172.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 165.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 157.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
		max-width: 150.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 300.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 292.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 285.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 277.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 270.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 262.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 255.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 247.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 240.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 232.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 225.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 210.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 195.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 180.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 165.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
		max-width: 150.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 400.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 393.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 386.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 380.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 373.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 366.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 360.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 353.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 346.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 340.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 333.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 326.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 320.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 313.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 306.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 300.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 293.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 286.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 280.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 273.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
		max-width: 266.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 400.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 393.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 386.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 380.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 373.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 366.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 360.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 353.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 346.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 340.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 333.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 320.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 306.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 293.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 280.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
		max-width: 266.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 480.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 474.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 468.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 462.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 456.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 450.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 444.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 438.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 432.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 426.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 420.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 414.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 408.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 402.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 396.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 390.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 384.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 378.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 372.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 366.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
		max-width: 360.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 480.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 474.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 468.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 462.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 456.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 450.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 444.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 438.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 432.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 426.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 420.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 408.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 396.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 384.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 372.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
		max-width: 360.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 500.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 494.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 488.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 482.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 476.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 470.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 465.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 459.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 453.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 447.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 441.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 435.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 430.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 424.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 418.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 412.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 406.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 400.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 395.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 389.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
		max-width: 383.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 500.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 494.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 488.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 482.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 476.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 470.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 465.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 459.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 453.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 447.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 441.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 430.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 418.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 406.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 395.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
		max-width: 383.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 600.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 595.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 590.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 585.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 580.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 575.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 570.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 565.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 560.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 555.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 550.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 545.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 540.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 535.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 530.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 525.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 520.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 515.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 510.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 505.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: 500.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 600.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 595.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 590.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 585.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 580.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 575.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 570.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 565.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 560.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 555.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 550.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 540.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 530.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 520.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 510.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: 500.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 700.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 695.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 691.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 687.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 683.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 679.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 675.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 670.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 666.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 662.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 658.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 654.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 650.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 645.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 641.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 637.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 633.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 629.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 625.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 620.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
		max-width: 616.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 700.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 695.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 691.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 687.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 683.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 679.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 675.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 670.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 666.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 662.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 658.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 650.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 641.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 633.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 625.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
		max-width: 616.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 720.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 716.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 712.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 708.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 704.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 700.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 696.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 692.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 688.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 684.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 680.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 676.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 672.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 668.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 664.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 660.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 656.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 652.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 648.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 644.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
		max-width: 640.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 720.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 716.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 712.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 708.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 704.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 700.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 696.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 692.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 688.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 684.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 680.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 672.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 664.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 656.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 648.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
		max-width: 640.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 800.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 796.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 793.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 790.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 786.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 783.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 780.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 776.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 773.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 770.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 766.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 763.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 760.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 756.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 753.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 750.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 746.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 743.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 740.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 736.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
		max-width: 733.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 800.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 796.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 793.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 790.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 786.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 783.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 780.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 776.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 773.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 770.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 766.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 760.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 753.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 746.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 740.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
		max-width: 733.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 900.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 897.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 895.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 892.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 890.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 887.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 885.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 882.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 880.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 877.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 875.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 872.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 870.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 867.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 865.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 862.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 860.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 857.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 855.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 852.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
		max-width: 850.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 900.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 897.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 895.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 892.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 890.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 887.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 885.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 882.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 880.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 877.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 875.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 870.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 865.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 860.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 855.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
		max-width: 850.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 960.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 958.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 956.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 954.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 952.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 950.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 948.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 946.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 944.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 942.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 940.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 938.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 936.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 934.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 932.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 930.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 928.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 926.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 924.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 922.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
		max-width: 920.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 960.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 958.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 956.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 954.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 952.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 950.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 948.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 946.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 944.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 942.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 940.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 936.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 932.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 928.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 924.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
		max-width: 920.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 1000.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 998.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 996.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 995.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 993.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 991.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 990.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 988.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 986.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 985.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 983.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 981.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 980.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 978.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 976.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 975.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 973.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 971.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 970.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 968.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
		max-width: 966.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 1000.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 998.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 996.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 995.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 993.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 991.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 990.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 988.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 986.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 985.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 983.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 980.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 976.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 973.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 970.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
		max-width: 966.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1100.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1099.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1098.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1097.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1096.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1095.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1095.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1094.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1093.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1092.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1091.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1090.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1090.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1089.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1088.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1087.501px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1086.66767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1085.83433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1085.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1084.16767px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
		max-width: 1083.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1100.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1099.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1098.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1097.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1096.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1095.83433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1095.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1094.16767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1093.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1092.501px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1091.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1090.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1088.33433px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1086.66767px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1085.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
		max-width: 1083.33433px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.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;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_55 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_65 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_75 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_85 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_95 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		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_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
		max-width: 1200.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 516.66567px);
		max-width: -moz-calc(50% - 516.66567px);
		max-width: calc(50% - 516.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 63.33433px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 516.66567px);
		max-width: -moz-calc(50% - 516.66567px);
		max-width: calc(50% - 516.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 63.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 516.66567px);
		max-width: -moz-calc(50% - 516.66567px);
		max-width: calc(50% - 516.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 63.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 499.999px);
		max-width: -moz-calc(50% - 499.999px);
		max-width: calc(50% - 499.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 60.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 499.999px);
		max-width: -moz-calc(50% - 499.999px);
		max-width: calc(50% - 499.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 60.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 504.16567px);
		max-width: -moz-calc(50% - 504.16567px);
		max-width: calc(50% - 504.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 60.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 504.16567px);
		max-width: -moz-calc(50% - 504.16567px);
		max-width: calc(50% - 504.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 60.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 508.33233px);
		max-width: -moz-calc(50% - 508.33233px);
		max-width: calc(50% - 508.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 61.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 508.33233px);
		max-width: -moz-calc(50% - 508.33233px);
		max-width: calc(50% - 508.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 61.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 512.499px);
		max-width: -moz-calc(50% - 512.499px);
		max-width: calc(50% - 512.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 62.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 512.499px);
		max-width: -moz-calc(50% - 512.499px);
		max-width: calc(50% - 512.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 62.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 516.66567px);
		max-width: -moz-calc(50% - 516.66567px);
		max-width: calc(50% - 516.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 63.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 516.66567px);
		max-width: -moz-calc(50% - 516.66567px);
		max-width: calc(50% - 516.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 63.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 520.83233px);
		max-width: -moz-calc(50% - 520.83233px);
		max-width: calc(50% - 520.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 64.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 520.83233px);
		max-width: -moz-calc(50% - 520.83233px);
		max-width: calc(50% - 520.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 64.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 524.999px);
		max-width: -moz-calc(50% - 524.999px);
		max-width: calc(50% - 524.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 65.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 524.999px);
		max-width: -moz-calc(50% - 524.999px);
		max-width: calc(50% - 524.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 65.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 529.16567px);
		max-width: -moz-calc(50% - 529.16567px);
		max-width: calc(50% - 529.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 65.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 529.16567px);
		max-width: -moz-calc(50% - 529.16567px);
		max-width: calc(50% - 529.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 65.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 533.33233px);
		max-width: -moz-calc(50% - 533.33233px);
		max-width: calc(50% - 533.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 66.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 533.33233px);
		max-width: -moz-calc(50% - 533.33233px);
		max-width: calc(50% - 533.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 66.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 537.499px);
		max-width: -moz-calc(50% - 537.499px);
		max-width: calc(50% - 537.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 67.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 537.499px);
		max-width: -moz-calc(50% - 537.499px);
		max-width: calc(50% - 537.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 67.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 541.66567px);
		max-width: -moz-calc(50% - 541.66567px);
		max-width: calc(50% - 541.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 68.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 541.66567px);
		max-width: -moz-calc(50% - 541.66567px);
		max-width: calc(50% - 541.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 68.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 545.83233px);
		max-width: -moz-calc(50% - 545.83233px);
		max-width: calc(50% - 545.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 69.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 545.83233px);
		max-width: -moz-calc(50% - 545.83233px);
		max-width: calc(50% - 545.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 69.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 549.999px);
		max-width: -moz-calc(50% - 549.999px);
		max-width: calc(50% - 549.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 70.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 549.999px);
		max-width: -moz-calc(50% - 549.999px);
		max-width: calc(50% - 549.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 70.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 554.16567px);
		max-width: -moz-calc(50% - 554.16567px);
		max-width: calc(50% - 554.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 70.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 554.16567px);
		max-width: -moz-calc(50% - 554.16567px);
		max-width: calc(50% - 554.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 70.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 558.33233px);
		max-width: -moz-calc(50% - 558.33233px);
		max-width: calc(50% - 558.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 71.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 558.33233px);
		max-width: -moz-calc(50% - 558.33233px);
		max-width: calc(50% - 558.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 71.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 562.499px);
		max-width: -moz-calc(50% - 562.499px);
		max-width: calc(50% - 562.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 72.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 562.499px);
		max-width: -moz-calc(50% - 562.499px);
		max-width: calc(50% - 562.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 72.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 566.66567px);
		max-width: -moz-calc(50% - 566.66567px);
		max-width: calc(50% - 566.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 73.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 566.66567px);
		max-width: -moz-calc(50% - 566.66567px);
		max-width: calc(50% - 566.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 73.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 570.83233px);
		max-width: -moz-calc(50% - 570.83233px);
		max-width: calc(50% - 570.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 74.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 570.83233px);
		max-width: -moz-calc(50% - 570.83233px);
		max-width: calc(50% - 570.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 74.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 574.999px);
		max-width: -moz-calc(50% - 574.999px);
		max-width: calc(50% - 574.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 75.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 574.999px);
		max-width: -moz-calc(50% - 574.999px);
		max-width: calc(50% - 574.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 75.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 579.16567px);
		max-width: -moz-calc(50% - 579.16567px);
		max-width: calc(50% - 579.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 75.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 579.16567px);
		max-width: -moz-calc(50% - 579.16567px);
		max-width: calc(50% - 579.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 75.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 583.33233px);
		max-width: -moz-calc(50% - 583.33233px);
		max-width: calc(50% - 583.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
		max-width: 76.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 583.33233px);
		max-width: -moz-calc(50% - 583.33233px);
		max-width: calc(50% - 583.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
		max-width: 76.66767px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.33233px);
		max-width: -moz-calc(50% - 413.33233px);
		max-width: calc(50% - 413.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 166.66767px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.33233px);
		max-width: -moz-calc(50% - 413.33233px);
		max-width: calc(50% - 413.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 166.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.33233px);
		max-width: -moz-calc(50% - 413.33233px);
		max-width: calc(50% - 413.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 166.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 399.999px);
		max-width: -moz-calc(50% - 399.999px);
		max-width: calc(50% - 399.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 160.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 399.999px);
		max-width: -moz-calc(50% - 399.999px);
		max-width: calc(50% - 399.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 160.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 403.33233px);
		max-width: -moz-calc(50% - 403.33233px);
		max-width: calc(50% - 403.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 161.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 403.33233px);
		max-width: -moz-calc(50% - 403.33233px);
		max-width: calc(50% - 403.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 161.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 406.66567px);
		max-width: -moz-calc(50% - 406.66567px);
		max-width: calc(50% - 406.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 163.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 406.66567px);
		max-width: -moz-calc(50% - 406.66567px);
		max-width: calc(50% - 406.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 163.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 409.999px);
		max-width: -moz-calc(50% - 409.999px);
		max-width: calc(50% - 409.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 165.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 409.999px);
		max-width: -moz-calc(50% - 409.999px);
		max-width: calc(50% - 409.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 165.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.33233px);
		max-width: -moz-calc(50% - 413.33233px);
		max-width: calc(50% - 413.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 166.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.33233px);
		max-width: -moz-calc(50% - 413.33233px);
		max-width: calc(50% - 413.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 166.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 416.66567px);
		max-width: -moz-calc(50% - 416.66567px);
		max-width: calc(50% - 416.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 168.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 416.66567px);
		max-width: -moz-calc(50% - 416.66567px);
		max-width: calc(50% - 416.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 168.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 419.999px);
		max-width: -moz-calc(50% - 419.999px);
		max-width: calc(50% - 419.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 419.999px);
		max-width: -moz-calc(50% - 419.999px);
		max-width: calc(50% - 419.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 423.33233px);
		max-width: -moz-calc(50% - 423.33233px);
		max-width: calc(50% - 423.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 171.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 423.33233px);
		max-width: -moz-calc(50% - 423.33233px);
		max-width: calc(50% - 423.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 171.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 426.66567px);
		max-width: -moz-calc(50% - 426.66567px);
		max-width: calc(50% - 426.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 173.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 426.66567px);
		max-width: -moz-calc(50% - 426.66567px);
		max-width: calc(50% - 426.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 173.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 429.999px);
		max-width: -moz-calc(50% - 429.999px);
		max-width: calc(50% - 429.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 175.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 429.999px);
		max-width: -moz-calc(50% - 429.999px);
		max-width: calc(50% - 429.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 175.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 433.33233px);
		max-width: -moz-calc(50% - 433.33233px);
		max-width: calc(50% - 433.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 176.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 433.33233px);
		max-width: -moz-calc(50% - 433.33233px);
		max-width: calc(50% - 433.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 176.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 436.66567px);
		max-width: -moz-calc(50% - 436.66567px);
		max-width: calc(50% - 436.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 178.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 436.66567px);
		max-width: -moz-calc(50% - 436.66567px);
		max-width: calc(50% - 436.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 178.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 439.999px);
		max-width: -moz-calc(50% - 439.999px);
		max-width: calc(50% - 439.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 180.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 439.999px);
		max-width: -moz-calc(50% - 439.999px);
		max-width: calc(50% - 439.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 180.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 443.33233px);
		max-width: -moz-calc(50% - 443.33233px);
		max-width: calc(50% - 443.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 181.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 443.33233px);
		max-width: -moz-calc(50% - 443.33233px);
		max-width: calc(50% - 443.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 181.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 446.66567px);
		max-width: -moz-calc(50% - 446.66567px);
		max-width: calc(50% - 446.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 183.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 446.66567px);
		max-width: -moz-calc(50% - 446.66567px);
		max-width: calc(50% - 446.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 183.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 449.999px);
		max-width: -moz-calc(50% - 449.999px);
		max-width: calc(50% - 449.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 185.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 449.999px);
		max-width: -moz-calc(50% - 449.999px);
		max-width: calc(50% - 449.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 185.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 453.33233px);
		max-width: -moz-calc(50% - 453.33233px);
		max-width: calc(50% - 453.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 186.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 453.33233px);
		max-width: -moz-calc(50% - 453.33233px);
		max-width: calc(50% - 453.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 186.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 456.66567px);
		max-width: -moz-calc(50% - 456.66567px);
		max-width: calc(50% - 456.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 188.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 456.66567px);
		max-width: -moz-calc(50% - 456.66567px);
		max-width: calc(50% - 456.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 188.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 459.999px);
		max-width: -moz-calc(50% - 459.999px);
		max-width: calc(50% - 459.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 190.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 459.999px);
		max-width: -moz-calc(50% - 459.999px);
		max-width: calc(50% - 459.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 190.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 463.33233px);
		max-width: -moz-calc(50% - 463.33233px);
		max-width: calc(50% - 463.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 191.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 463.33233px);
		max-width: -moz-calc(50% - 463.33233px);
		max-width: calc(50% - 463.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 191.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 466.66567px);
		max-width: -moz-calc(50% - 466.66567px);
		max-width: calc(50% - 466.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
		max-width: 193.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 466.66567px);
		max-width: -moz-calc(50% - 466.66567px);
		max-width: calc(50% - 466.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
		max-width: 193.33433px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 371.999px);
		max-width: -moz-calc(50% - 371.999px);
		max-width: calc(50% - 371.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 208.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 371.999px);
		max-width: -moz-calc(50% - 371.999px);
		max-width: calc(50% - 371.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 208.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 371.999px);
		max-width: -moz-calc(50% - 371.999px);
		max-width: calc(50% - 371.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 208.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 359.999px);
		max-width: -moz-calc(50% - 359.999px);
		max-width: calc(50% - 359.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 200.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 359.999px);
		max-width: -moz-calc(50% - 359.999px);
		max-width: calc(50% - 359.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 200.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 362.999px);
		max-width: -moz-calc(50% - 362.999px);
		max-width: calc(50% - 362.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 202.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 362.999px);
		max-width: -moz-calc(50% - 362.999px);
		max-width: calc(50% - 362.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 202.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 365.999px);
		max-width: -moz-calc(50% - 365.999px);
		max-width: calc(50% - 365.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 204.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 365.999px);
		max-width: -moz-calc(50% - 365.999px);
		max-width: calc(50% - 365.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 204.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 368.999px);
		max-width: -moz-calc(50% - 368.999px);
		max-width: calc(50% - 368.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 206.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 368.999px);
		max-width: -moz-calc(50% - 368.999px);
		max-width: calc(50% - 368.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 206.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 371.999px);
		max-width: -moz-calc(50% - 371.999px);
		max-width: calc(50% - 371.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 208.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 371.999px);
		max-width: -moz-calc(50% - 371.999px);
		max-width: calc(50% - 371.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 208.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 374.999px);
		max-width: -moz-calc(50% - 374.999px);
		max-width: calc(50% - 374.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 210.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 374.999px);
		max-width: -moz-calc(50% - 374.999px);
		max-width: calc(50% - 374.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 210.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 377.999px);
		max-width: -moz-calc(50% - 377.999px);
		max-width: calc(50% - 377.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 212.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 377.999px);
		max-width: -moz-calc(50% - 377.999px);
		max-width: calc(50% - 377.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 212.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 380.999px);
		max-width: -moz-calc(50% - 380.999px);
		max-width: calc(50% - 380.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 214.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 380.999px);
		max-width: -moz-calc(50% - 380.999px);
		max-width: calc(50% - 380.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 214.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 383.999px);
		max-width: -moz-calc(50% - 383.999px);
		max-width: calc(50% - 383.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 216.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 383.999px);
		max-width: -moz-calc(50% - 383.999px);
		max-width: calc(50% - 383.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 216.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 386.999px);
		max-width: -moz-calc(50% - 386.999px);
		max-width: calc(50% - 386.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 218.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 386.999px);
		max-width: -moz-calc(50% - 386.999px);
		max-width: calc(50% - 386.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 218.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 389.999px);
		max-width: -moz-calc(50% - 389.999px);
		max-width: calc(50% - 389.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 220.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 389.999px);
		max-width: -moz-calc(50% - 389.999px);
		max-width: calc(50% - 389.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 220.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 392.999px);
		max-width: -moz-calc(50% - 392.999px);
		max-width: calc(50% - 392.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 222.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 392.999px);
		max-width: -moz-calc(50% - 392.999px);
		max-width: calc(50% - 392.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 222.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 395.999px);
		max-width: -moz-calc(50% - 395.999px);
		max-width: calc(50% - 395.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 224.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 395.999px);
		max-width: -moz-calc(50% - 395.999px);
		max-width: calc(50% - 395.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 224.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 398.999px);
		max-width: -moz-calc(50% - 398.999px);
		max-width: calc(50% - 398.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 226.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 398.999px);
		max-width: -moz-calc(50% - 398.999px);
		max-width: calc(50% - 398.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 226.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 401.999px);
		max-width: -moz-calc(50% - 401.999px);
		max-width: calc(50% - 401.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 228.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 401.999px);
		max-width: -moz-calc(50% - 401.999px);
		max-width: calc(50% - 401.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 228.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 404.999px);
		max-width: -moz-calc(50% - 404.999px);
		max-width: calc(50% - 404.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 230.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 404.999px);
		max-width: -moz-calc(50% - 404.999px);
		max-width: calc(50% - 404.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 230.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 407.999px);
		max-width: -moz-calc(50% - 407.999px);
		max-width: calc(50% - 407.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 232.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 407.999px);
		max-width: -moz-calc(50% - 407.999px);
		max-width: calc(50% - 407.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 232.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 410.999px);
		max-width: -moz-calc(50% - 410.999px);
		max-width: calc(50% - 410.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 234.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 410.999px);
		max-width: -moz-calc(50% - 410.999px);
		max-width: calc(50% - 410.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 234.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.999px);
		max-width: -moz-calc(50% - 413.999px);
		max-width: calc(50% - 413.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 236.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 413.999px);
		max-width: -moz-calc(50% - 413.999px);
		max-width: calc(50% - 413.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 236.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 416.999px);
		max-width: -moz-calc(50% - 416.999px);
		max-width: calc(50% - 416.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 238.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 416.999px);
		max-width: -moz-calc(50% - 416.999px);
		max-width: calc(50% - 416.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 238.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 419.999px);
		max-width: -moz-calc(50% - 419.999px);
		max-width: calc(50% - 419.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
		max-width: 240.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 419.999px);
		max-width: -moz-calc(50% - 419.999px);
		max-width: calc(50% - 419.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
		max-width: 240.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 309.999px);
		max-width: -moz-calc(50% - 309.999px);
		max-width: calc(50% - 309.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 270.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 309.999px);
		max-width: -moz-calc(50% - 309.999px);
		max-width: calc(50% - 309.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 270.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 309.999px);
		max-width: -moz-calc(50% - 309.999px);
		max-width: calc(50% - 309.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 270.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 299.999px);
		max-width: -moz-calc(50% - 299.999px);
		max-width: calc(50% - 299.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 260.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 299.999px);
		max-width: -moz-calc(50% - 299.999px);
		max-width: calc(50% - 299.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 260.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 302.499px);
		max-width: -moz-calc(50% - 302.499px);
		max-width: calc(50% - 302.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 262.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 302.499px);
		max-width: -moz-calc(50% - 302.499px);
		max-width: calc(50% - 302.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 262.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 304.999px);
		max-width: -moz-calc(50% - 304.999px);
		max-width: calc(50% - 304.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 265.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 304.999px);
		max-width: -moz-calc(50% - 304.999px);
		max-width: calc(50% - 304.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 265.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 307.499px);
		max-width: -moz-calc(50% - 307.499px);
		max-width: calc(50% - 307.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 267.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 307.499px);
		max-width: -moz-calc(50% - 307.499px);
		max-width: calc(50% - 307.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 267.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 309.999px);
		max-width: -moz-calc(50% - 309.999px);
		max-width: calc(50% - 309.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 270.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 309.999px);
		max-width: -moz-calc(50% - 309.999px);
		max-width: calc(50% - 309.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 270.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 312.499px);
		max-width: -moz-calc(50% - 312.499px);
		max-width: calc(50% - 312.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 272.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 312.499px);
		max-width: -moz-calc(50% - 312.499px);
		max-width: calc(50% - 312.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 272.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 314.999px);
		max-width: -moz-calc(50% - 314.999px);
		max-width: calc(50% - 314.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 275.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 314.999px);
		max-width: -moz-calc(50% - 314.999px);
		max-width: calc(50% - 314.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 275.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 317.499px);
		max-width: -moz-calc(50% - 317.499px);
		max-width: calc(50% - 317.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 277.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 317.499px);
		max-width: -moz-calc(50% - 317.499px);
		max-width: calc(50% - 317.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 277.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 319.999px);
		max-width: -moz-calc(50% - 319.999px);
		max-width: calc(50% - 319.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 280.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 319.999px);
		max-width: -moz-calc(50% - 319.999px);
		max-width: calc(50% - 319.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 280.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 322.499px);
		max-width: -moz-calc(50% - 322.499px);
		max-width: calc(50% - 322.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 282.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 322.499px);
		max-width: -moz-calc(50% - 322.499px);
		max-width: calc(50% - 322.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 282.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 324.999px);
		max-width: -moz-calc(50% - 324.999px);
		max-width: calc(50% - 324.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 285.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 324.999px);
		max-width: -moz-calc(50% - 324.999px);
		max-width: calc(50% - 324.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 285.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 327.499px);
		max-width: -moz-calc(50% - 327.499px);
		max-width: calc(50% - 327.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 287.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 327.499px);
		max-width: -moz-calc(50% - 327.499px);
		max-width: calc(50% - 327.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 287.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 329.999px);
		max-width: -moz-calc(50% - 329.999px);
		max-width: calc(50% - 329.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 290.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 329.999px);
		max-width: -moz-calc(50% - 329.999px);
		max-width: calc(50% - 329.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 290.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 332.499px);
		max-width: -moz-calc(50% - 332.499px);
		max-width: calc(50% - 332.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 292.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 332.499px);
		max-width: -moz-calc(50% - 332.499px);
		max-width: calc(50% - 332.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 292.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 334.999px);
		max-width: -moz-calc(50% - 334.999px);
		max-width: calc(50% - 334.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 295.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 334.999px);
		max-width: -moz-calc(50% - 334.999px);
		max-width: calc(50% - 334.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 295.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 337.499px);
		max-width: -moz-calc(50% - 337.499px);
		max-width: calc(50% - 337.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 297.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 337.499px);
		max-width: -moz-calc(50% - 337.499px);
		max-width: calc(50% - 337.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 297.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 339.999px);
		max-width: -moz-calc(50% - 339.999px);
		max-width: calc(50% - 339.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 300.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 339.999px);
		max-width: -moz-calc(50% - 339.999px);
		max-width: calc(50% - 339.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 300.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 342.499px);
		max-width: -moz-calc(50% - 342.499px);
		max-width: calc(50% - 342.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 302.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 342.499px);
		max-width: -moz-calc(50% - 342.499px);
		max-width: calc(50% - 342.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 302.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 344.999px);
		max-width: -moz-calc(50% - 344.999px);
		max-width: calc(50% - 344.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 305.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 344.999px);
		max-width: -moz-calc(50% - 344.999px);
		max-width: calc(50% - 344.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 305.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 347.499px);
		max-width: -moz-calc(50% - 347.499px);
		max-width: calc(50% - 347.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 307.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 347.499px);
		max-width: -moz-calc(50% - 347.499px);
		max-width: calc(50% - 347.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 307.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 349.999px);
		max-width: -moz-calc(50% - 349.999px);
		max-width: calc(50% - 349.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
		max-width: 310.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 349.999px);
		max-width: -moz-calc(50% - 349.999px);
		max-width: calc(50% - 349.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
		max-width: 310.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 206.66567px);
		max-width: -moz-calc(50% - 206.66567px);
		max-width: calc(50% - 206.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 373.33433px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 206.66567px);
		max-width: -moz-calc(50% - 206.66567px);
		max-width: calc(50% - 206.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 373.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 206.66567px);
		max-width: -moz-calc(50% - 206.66567px);
		max-width: calc(50% - 206.66567px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 373.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 199.999px);
		max-width: -moz-calc(50% - 199.999px);
		max-width: calc(50% - 199.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 360.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 199.999px);
		max-width: -moz-calc(50% - 199.999px);
		max-width: calc(50% - 199.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 360.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 201.66567px);
		max-width: -moz-calc(50% - 201.66567px);
		max-width: calc(50% - 201.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 363.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 201.66567px);
		max-width: -moz-calc(50% - 201.66567px);
		max-width: calc(50% - 201.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 363.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 203.33233px);
		max-width: -moz-calc(50% - 203.33233px);
		max-width: calc(50% - 203.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 366.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 203.33233px);
		max-width: -moz-calc(50% - 203.33233px);
		max-width: calc(50% - 203.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 366.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 204.999px);
		max-width: -moz-calc(50% - 204.999px);
		max-width: calc(50% - 204.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 370.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 204.999px);
		max-width: -moz-calc(50% - 204.999px);
		max-width: calc(50% - 204.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 370.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 206.66567px);
		max-width: -moz-calc(50% - 206.66567px);
		max-width: calc(50% - 206.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 373.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 206.66567px);
		max-width: -moz-calc(50% - 206.66567px);
		max-width: calc(50% - 206.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 373.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 208.33233px);
		max-width: -moz-calc(50% - 208.33233px);
		max-width: calc(50% - 208.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 376.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 208.33233px);
		max-width: -moz-calc(50% - 208.33233px);
		max-width: calc(50% - 208.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 376.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 209.999px);
		max-width: -moz-calc(50% - 209.999px);
		max-width: calc(50% - 209.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 380.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 209.999px);
		max-width: -moz-calc(50% - 209.999px);
		max-width: calc(50% - 209.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 380.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 211.66567px);
		max-width: -moz-calc(50% - 211.66567px);
		max-width: calc(50% - 211.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 383.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 211.66567px);
		max-width: -moz-calc(50% - 211.66567px);
		max-width: calc(50% - 211.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 383.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 213.33233px);
		max-width: -moz-calc(50% - 213.33233px);
		max-width: calc(50% - 213.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 386.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 213.33233px);
		max-width: -moz-calc(50% - 213.33233px);
		max-width: calc(50% - 213.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 386.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 214.999px);
		max-width: -moz-calc(50% - 214.999px);
		max-width: calc(50% - 214.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 390.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 214.999px);
		max-width: -moz-calc(50% - 214.999px);
		max-width: calc(50% - 214.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 390.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 216.66567px);
		max-width: -moz-calc(50% - 216.66567px);
		max-width: calc(50% - 216.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 393.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 216.66567px);
		max-width: -moz-calc(50% - 216.66567px);
		max-width: calc(50% - 216.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 393.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 218.33233px);
		max-width: -moz-calc(50% - 218.33233px);
		max-width: calc(50% - 218.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 396.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 218.33233px);
		max-width: -moz-calc(50% - 218.33233px);
		max-width: calc(50% - 218.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 396.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 219.999px);
		max-width: -moz-calc(50% - 219.999px);
		max-width: calc(50% - 219.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 400.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 219.999px);
		max-width: -moz-calc(50% - 219.999px);
		max-width: calc(50% - 219.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 400.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 221.66567px);
		max-width: -moz-calc(50% - 221.66567px);
		max-width: calc(50% - 221.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 403.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 221.66567px);
		max-width: -moz-calc(50% - 221.66567px);
		max-width: calc(50% - 221.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 403.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 223.33233px);
		max-width: -moz-calc(50% - 223.33233px);
		max-width: calc(50% - 223.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 406.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 223.33233px);
		max-width: -moz-calc(50% - 223.33233px);
		max-width: calc(50% - 223.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 406.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 224.999px);
		max-width: -moz-calc(50% - 224.999px);
		max-width: calc(50% - 224.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 410.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 224.999px);
		max-width: -moz-calc(50% - 224.999px);
		max-width: calc(50% - 224.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 410.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 226.66567px);
		max-width: -moz-calc(50% - 226.66567px);
		max-width: calc(50% - 226.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 413.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 226.66567px);
		max-width: -moz-calc(50% - 226.66567px);
		max-width: calc(50% - 226.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 413.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 228.33233px);
		max-width: -moz-calc(50% - 228.33233px);
		max-width: calc(50% - 228.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 416.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 228.33233px);
		max-width: -moz-calc(50% - 228.33233px);
		max-width: calc(50% - 228.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 416.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 229.999px);
		max-width: -moz-calc(50% - 229.999px);
		max-width: calc(50% - 229.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 420.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 229.999px);
		max-width: -moz-calc(50% - 229.999px);
		max-width: calc(50% - 229.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 420.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 231.66567px);
		max-width: -moz-calc(50% - 231.66567px);
		max-width: calc(50% - 231.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 423.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 231.66567px);
		max-width: -moz-calc(50% - 231.66567px);
		max-width: calc(50% - 231.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 423.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 233.33233px);
		max-width: -moz-calc(50% - 233.33233px);
		max-width: calc(50% - 233.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
		max-width: 426.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 233.33233px);
		max-width: -moz-calc(50% - 233.33233px);
		max-width: calc(50% - 233.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
		max-width: 426.66767px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 123.999px);
		max-width: -moz-calc(50% - 123.999px);
		max-width: calc(50% - 123.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 456.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 123.999px);
		max-width: -moz-calc(50% - 123.999px);
		max-width: calc(50% - 123.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 456.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 123.999px);
		max-width: -moz-calc(50% - 123.999px);
		max-width: calc(50% - 123.999px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 456.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 119.999px);
		max-width: -moz-calc(50% - 119.999px);
		max-width: calc(50% - 119.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 440.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 119.999px);
		max-width: -moz-calc(50% - 119.999px);
		max-width: calc(50% - 119.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 440.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 120.999px);
		max-width: -moz-calc(50% - 120.999px);
		max-width: calc(50% - 120.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 444.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 120.999px);
		max-width: -moz-calc(50% - 120.999px);
		max-width: calc(50% - 120.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 444.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 121.999px);
		max-width: -moz-calc(50% - 121.999px);
		max-width: calc(50% - 121.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 448.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 121.999px);
		max-width: -moz-calc(50% - 121.999px);
		max-width: calc(50% - 121.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 448.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 122.999px);
		max-width: -moz-calc(50% - 122.999px);
		max-width: calc(50% - 122.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 452.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 122.999px);
		max-width: -moz-calc(50% - 122.999px);
		max-width: calc(50% - 122.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 452.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 123.999px);
		max-width: -moz-calc(50% - 123.999px);
		max-width: calc(50% - 123.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 456.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 123.999px);
		max-width: -moz-calc(50% - 123.999px);
		max-width: calc(50% - 123.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 456.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 124.999px);
		max-width: -moz-calc(50% - 124.999px);
		max-width: calc(50% - 124.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 460.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 124.999px);
		max-width: -moz-calc(50% - 124.999px);
		max-width: calc(50% - 124.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 460.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 125.999px);
		max-width: -moz-calc(50% - 125.999px);
		max-width: calc(50% - 125.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 464.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 125.999px);
		max-width: -moz-calc(50% - 125.999px);
		max-width: calc(50% - 125.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 464.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 126.999px);
		max-width: -moz-calc(50% - 126.999px);
		max-width: calc(50% - 126.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 468.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 126.999px);
		max-width: -moz-calc(50% - 126.999px);
		max-width: calc(50% - 126.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 468.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 127.999px);
		max-width: -moz-calc(50% - 127.999px);
		max-width: calc(50% - 127.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 472.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 127.999px);
		max-width: -moz-calc(50% - 127.999px);
		max-width: calc(50% - 127.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 472.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 128.999px);
		max-width: -moz-calc(50% - 128.999px);
		max-width: calc(50% - 128.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 476.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 128.999px);
		max-width: -moz-calc(50% - 128.999px);
		max-width: calc(50% - 128.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 476.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 129.999px);
		max-width: -moz-calc(50% - 129.999px);
		max-width: calc(50% - 129.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 480.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 129.999px);
		max-width: -moz-calc(50% - 129.999px);
		max-width: calc(50% - 129.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 480.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 130.999px);
		max-width: -moz-calc(50% - 130.999px);
		max-width: calc(50% - 130.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 484.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 130.999px);
		max-width: -moz-calc(50% - 130.999px);
		max-width: calc(50% - 130.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 484.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 131.999px);
		max-width: -moz-calc(50% - 131.999px);
		max-width: calc(50% - 131.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 488.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 131.999px);
		max-width: -moz-calc(50% - 131.999px);
		max-width: calc(50% - 131.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 488.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 132.999px);
		max-width: -moz-calc(50% - 132.999px);
		max-width: calc(50% - 132.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 492.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 132.999px);
		max-width: -moz-calc(50% - 132.999px);
		max-width: calc(50% - 132.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 492.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 133.999px);
		max-width: -moz-calc(50% - 133.999px);
		max-width: calc(50% - 133.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 496.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 133.999px);
		max-width: -moz-calc(50% - 133.999px);
		max-width: calc(50% - 133.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 496.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 134.999px);
		max-width: -moz-calc(50% - 134.999px);
		max-width: calc(50% - 134.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 500.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 134.999px);
		max-width: -moz-calc(50% - 134.999px);
		max-width: calc(50% - 134.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 500.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 135.999px);
		max-width: -moz-calc(50% - 135.999px);
		max-width: calc(50% - 135.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 504.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 135.999px);
		max-width: -moz-calc(50% - 135.999px);
		max-width: calc(50% - 135.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 504.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 136.999px);
		max-width: -moz-calc(50% - 136.999px);
		max-width: calc(50% - 136.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 508.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 136.999px);
		max-width: -moz-calc(50% - 136.999px);
		max-width: calc(50% - 136.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 508.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 137.999px);
		max-width: -moz-calc(50% - 137.999px);
		max-width: calc(50% - 137.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 512.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 137.999px);
		max-width: -moz-calc(50% - 137.999px);
		max-width: calc(50% - 137.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 512.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 138.999px);
		max-width: -moz-calc(50% - 138.999px);
		max-width: calc(50% - 138.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 516.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 138.999px);
		max-width: -moz-calc(50% - 138.999px);
		max-width: calc(50% - 138.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 516.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 139.999px);
		max-width: -moz-calc(50% - 139.999px);
		max-width: calc(50% - 139.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
		max-width: 520.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 139.999px);
		max-width: -moz-calc(50% - 139.999px);
		max-width: calc(50% - 139.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
		max-width: 520.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 103.33233px);
		max-width: -moz-calc(50% - 103.33233px);
		max-width: calc(50% - 103.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 476.66767px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 103.33233px);
		max-width: -moz-calc(50% - 103.33233px);
		max-width: calc(50% - 103.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 476.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 103.33233px);
		max-width: -moz-calc(50% - 103.33233px);
		max-width: calc(50% - 103.33233px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 476.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 99.999px);
		max-width: -moz-calc(50% - 99.999px);
		max-width: calc(50% - 99.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 460.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 99.999px);
		max-width: -moz-calc(50% - 99.999px);
		max-width: calc(50% - 99.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 460.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 100.83233px);
		max-width: -moz-calc(50% - 100.83233px);
		max-width: calc(50% - 100.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 464.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 100.83233px);
		max-width: -moz-calc(50% - 100.83233px);
		max-width: calc(50% - 100.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 464.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 101.66567px);
		max-width: -moz-calc(50% - 101.66567px);
		max-width: calc(50% - 101.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 468.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 101.66567px);
		max-width: -moz-calc(50% - 101.66567px);
		max-width: calc(50% - 101.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 468.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 102.499px);
		max-width: -moz-calc(50% - 102.499px);
		max-width: calc(50% - 102.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 472.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 102.499px);
		max-width: -moz-calc(50% - 102.499px);
		max-width: calc(50% - 102.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 472.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 103.33233px);
		max-width: -moz-calc(50% - 103.33233px);
		max-width: calc(50% - 103.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 476.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 103.33233px);
		max-width: -moz-calc(50% - 103.33233px);
		max-width: calc(50% - 103.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 476.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 104.16567px);
		max-width: -moz-calc(50% - 104.16567px);
		max-width: calc(50% - 104.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 480.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 104.16567px);
		max-width: -moz-calc(50% - 104.16567px);
		max-width: calc(50% - 104.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 480.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 104.999px);
		max-width: -moz-calc(50% - 104.999px);
		max-width: calc(50% - 104.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 485.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 104.999px);
		max-width: -moz-calc(50% - 104.999px);
		max-width: calc(50% - 104.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 485.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 105.83233px);
		max-width: -moz-calc(50% - 105.83233px);
		max-width: calc(50% - 105.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 489.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 105.83233px);
		max-width: -moz-calc(50% - 105.83233px);
		max-width: calc(50% - 105.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 489.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 106.66567px);
		max-width: -moz-calc(50% - 106.66567px);
		max-width: calc(50% - 106.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 493.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 106.66567px);
		max-width: -moz-calc(50% - 106.66567px);
		max-width: calc(50% - 106.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 493.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 107.499px);
		max-width: -moz-calc(50% - 107.499px);
		max-width: calc(50% - 107.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 497.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 107.499px);
		max-width: -moz-calc(50% - 107.499px);
		max-width: calc(50% - 107.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 497.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 108.33233px);
		max-width: -moz-calc(50% - 108.33233px);
		max-width: calc(50% - 108.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 501.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 108.33233px);
		max-width: -moz-calc(50% - 108.33233px);
		max-width: calc(50% - 108.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 501.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 109.16567px);
		max-width: -moz-calc(50% - 109.16567px);
		max-width: calc(50% - 109.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 505.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 109.16567px);
		max-width: -moz-calc(50% - 109.16567px);
		max-width: calc(50% - 109.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 505.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 109.999px);
		max-width: -moz-calc(50% - 109.999px);
		max-width: calc(50% - 109.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 510.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 109.999px);
		max-width: -moz-calc(50% - 109.999px);
		max-width: calc(50% - 109.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 510.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 110.83233px);
		max-width: -moz-calc(50% - 110.83233px);
		max-width: calc(50% - 110.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 514.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 110.83233px);
		max-width: -moz-calc(50% - 110.83233px);
		max-width: calc(50% - 110.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 514.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 111.66567px);
		max-width: -moz-calc(50% - 111.66567px);
		max-width: calc(50% - 111.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 518.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 111.66567px);
		max-width: -moz-calc(50% - 111.66567px);
		max-width: calc(50% - 111.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 518.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 112.499px);
		max-width: -moz-calc(50% - 112.499px);
		max-width: calc(50% - 112.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 522.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 112.499px);
		max-width: -moz-calc(50% - 112.499px);
		max-width: calc(50% - 112.499px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 522.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 113.33233px);
		max-width: -moz-calc(50% - 113.33233px);
		max-width: calc(50% - 113.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 526.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 113.33233px);
		max-width: -moz-calc(50% - 113.33233px);
		max-width: calc(50% - 113.33233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 526.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 114.16567px);
		max-width: -moz-calc(50% - 114.16567px);
		max-width: calc(50% - 114.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 530.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 114.16567px);
		max-width: -moz-calc(50% - 114.16567px);
		max-width: calc(50% - 114.16567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 530.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 114.999px);
		max-width: -moz-calc(50% - 114.999px);
		max-width: calc(50% - 114.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 535.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 114.999px);
		max-width: -moz-calc(50% - 114.999px);
		max-width: calc(50% - 114.999px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 535.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 115.83233px);
		max-width: -moz-calc(50% - 115.83233px);
		max-width: calc(50% - 115.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 539.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 115.83233px);
		max-width: -moz-calc(50% - 115.83233px);
		max-width: calc(50% - 115.83233px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 539.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 116.66567px);
		max-width: -moz-calc(50% - 116.66567px);
		max-width: calc(50% - 116.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
		max-width: 543.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - 116.66567px);
		max-width: -moz-calc(50% - 116.66567px);
		max-width: calc(50% - 116.66567px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
		max-width: 543.33433px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 580.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 580.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 580.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 560.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 560.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 565.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 565.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 570.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 570.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 575.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 575.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 580.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 580.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 585.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 585.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 590.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 590.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 595.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 595.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 600.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 600.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 605.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 605.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 610.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 610.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 615.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 615.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 620.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 620.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 625.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 625.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 630.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 630.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 635.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 635.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 640.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 640.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 645.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 645.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 650.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 650.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 655.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 655.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
		max-width: 660.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -.001px);
		max-width: -moz-calc(50% - -.001px);
		max-width: calc(50% - -.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
		max-width: 660.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -103.33433px);
		max-width: -moz-calc(50% - -103.33433px);
		max-width: calc(50% - -103.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 683.33433px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -103.33433px);
		max-width: -moz-calc(50% - -103.33433px);
		max-width: calc(50% - -103.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 683.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -103.33433px);
		max-width: -moz-calc(50% - -103.33433px);
		max-width: calc(50% - -103.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 683.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -100.001px);
		max-width: -moz-calc(50% - -100.001px);
		max-width: calc(50% - -100.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 660.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -100.001px);
		max-width: -moz-calc(50% - -100.001px);
		max-width: calc(50% - -100.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 660.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -100.83433px);
		max-width: -moz-calc(50% - -100.83433px);
		max-width: calc(50% - -100.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 665.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -100.83433px);
		max-width: -moz-calc(50% - -100.83433px);
		max-width: calc(50% - -100.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 665.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -101.66767px);
		max-width: -moz-calc(50% - -101.66767px);
		max-width: calc(50% - -101.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 671.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -101.66767px);
		max-width: -moz-calc(50% - -101.66767px);
		max-width: calc(50% - -101.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 671.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -102.501px);
		max-width: -moz-calc(50% - -102.501px);
		max-width: calc(50% - -102.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 677.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -102.501px);
		max-width: -moz-calc(50% - -102.501px);
		max-width: calc(50% - -102.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 677.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -103.33433px);
		max-width: -moz-calc(50% - -103.33433px);
		max-width: calc(50% - -103.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 683.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -103.33433px);
		max-width: -moz-calc(50% - -103.33433px);
		max-width: calc(50% - -103.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 683.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -104.16767px);
		max-width: -moz-calc(50% - -104.16767px);
		max-width: calc(50% - -104.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 689.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -104.16767px);
		max-width: -moz-calc(50% - -104.16767px);
		max-width: calc(50% - -104.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 689.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -105.001px);
		max-width: -moz-calc(50% - -105.001px);
		max-width: calc(50% - -105.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 695.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -105.001px);
		max-width: -moz-calc(50% - -105.001px);
		max-width: calc(50% - -105.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 695.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -105.83433px);
		max-width: -moz-calc(50% - -105.83433px);
		max-width: calc(50% - -105.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 700.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -105.83433px);
		max-width: -moz-calc(50% - -105.83433px);
		max-width: calc(50% - -105.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 700.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -106.66767px);
		max-width: -moz-calc(50% - -106.66767px);
		max-width: calc(50% - -106.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 706.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -106.66767px);
		max-width: -moz-calc(50% - -106.66767px);
		max-width: calc(50% - -106.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 706.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -107.501px);
		max-width: -moz-calc(50% - -107.501px);
		max-width: calc(50% - -107.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 712.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -107.501px);
		max-width: -moz-calc(50% - -107.501px);
		max-width: calc(50% - -107.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 712.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -108.33433px);
		max-width: -moz-calc(50% - -108.33433px);
		max-width: calc(50% - -108.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 718.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -108.33433px);
		max-width: -moz-calc(50% - -108.33433px);
		max-width: calc(50% - -108.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 718.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -109.16767px);
		max-width: -moz-calc(50% - -109.16767px);
		max-width: calc(50% - -109.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 724.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -109.16767px);
		max-width: -moz-calc(50% - -109.16767px);
		max-width: calc(50% - -109.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 724.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -110.001px);
		max-width: -moz-calc(50% - -110.001px);
		max-width: calc(50% - -110.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 730.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -110.001px);
		max-width: -moz-calc(50% - -110.001px);
		max-width: calc(50% - -110.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 730.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -110.83433px);
		max-width: -moz-calc(50% - -110.83433px);
		max-width: calc(50% - -110.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 735.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -110.83433px);
		max-width: -moz-calc(50% - -110.83433px);
		max-width: calc(50% - -110.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 735.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -111.66767px);
		max-width: -moz-calc(50% - -111.66767px);
		max-width: calc(50% - -111.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 741.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -111.66767px);
		max-width: -moz-calc(50% - -111.66767px);
		max-width: calc(50% - -111.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 741.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -112.501px);
		max-width: -moz-calc(50% - -112.501px);
		max-width: calc(50% - -112.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 747.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -112.501px);
		max-width: -moz-calc(50% - -112.501px);
		max-width: calc(50% - -112.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 747.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -113.33433px);
		max-width: -moz-calc(50% - -113.33433px);
		max-width: calc(50% - -113.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 753.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -113.33433px);
		max-width: -moz-calc(50% - -113.33433px);
		max-width: calc(50% - -113.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 753.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -114.16767px);
		max-width: -moz-calc(50% - -114.16767px);
		max-width: calc(50% - -114.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 759.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -114.16767px);
		max-width: -moz-calc(50% - -114.16767px);
		max-width: calc(50% - -114.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 759.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -115.001px);
		max-width: -moz-calc(50% - -115.001px);
		max-width: calc(50% - -115.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 765.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -115.001px);
		max-width: -moz-calc(50% - -115.001px);
		max-width: calc(50% - -115.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 765.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -115.83433px);
		max-width: -moz-calc(50% - -115.83433px);
		max-width: calc(50% - -115.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 770.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -115.83433px);
		max-width: -moz-calc(50% - -115.83433px);
		max-width: calc(50% - -115.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 770.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -116.66767px);
		max-width: -moz-calc(50% - -116.66767px);
		max-width: calc(50% - -116.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
		max-width: 776.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -116.66767px);
		max-width: -moz-calc(50% - -116.66767px);
		max-width: calc(50% - -116.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
		max-width: 776.66767px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -124.001px);
		max-width: -moz-calc(50% - -124.001px);
		max-width: calc(50% - -124.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 704.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -124.001px);
		max-width: -moz-calc(50% - -124.001px);
		max-width: calc(50% - -124.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 704.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -124.001px);
		max-width: -moz-calc(50% - -124.001px);
		max-width: calc(50% - -124.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 704.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -120.001px);
		max-width: -moz-calc(50% - -120.001px);
		max-width: calc(50% - -120.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 680.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -120.001px);
		max-width: -moz-calc(50% - -120.001px);
		max-width: calc(50% - -120.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 680.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -121.001px);
		max-width: -moz-calc(50% - -121.001px);
		max-width: calc(50% - -121.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 686.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -121.001px);
		max-width: -moz-calc(50% - -121.001px);
		max-width: calc(50% - -121.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 686.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -122.001px);
		max-width: -moz-calc(50% - -122.001px);
		max-width: calc(50% - -122.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 692.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -122.001px);
		max-width: -moz-calc(50% - -122.001px);
		max-width: calc(50% - -122.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 692.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -123.001px);
		max-width: -moz-calc(50% - -123.001px);
		max-width: calc(50% - -123.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 698.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -123.001px);
		max-width: -moz-calc(50% - -123.001px);
		max-width: calc(50% - -123.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 698.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -124.001px);
		max-width: -moz-calc(50% - -124.001px);
		max-width: calc(50% - -124.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 704.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -124.001px);
		max-width: -moz-calc(50% - -124.001px);
		max-width: calc(50% - -124.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 704.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -125.001px);
		max-width: -moz-calc(50% - -125.001px);
		max-width: calc(50% - -125.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 710.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -125.001px);
		max-width: -moz-calc(50% - -125.001px);
		max-width: calc(50% - -125.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 710.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -126.001px);
		max-width: -moz-calc(50% - -126.001px);
		max-width: calc(50% - -126.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 716.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -126.001px);
		max-width: -moz-calc(50% - -126.001px);
		max-width: calc(50% - -126.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 716.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -127.001px);
		max-width: -moz-calc(50% - -127.001px);
		max-width: calc(50% - -127.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 722.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -127.001px);
		max-width: -moz-calc(50% - -127.001px);
		max-width: calc(50% - -127.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 722.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -128.001px);
		max-width: -moz-calc(50% - -128.001px);
		max-width: calc(50% - -128.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 728.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -128.001px);
		max-width: -moz-calc(50% - -128.001px);
		max-width: calc(50% - -128.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 728.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -129.001px);
		max-width: -moz-calc(50% - -129.001px);
		max-width: calc(50% - -129.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 734.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -129.001px);
		max-width: -moz-calc(50% - -129.001px);
		max-width: calc(50% - -129.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 734.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -130.001px);
		max-width: -moz-calc(50% - -130.001px);
		max-width: calc(50% - -130.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 740.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -130.001px);
		max-width: -moz-calc(50% - -130.001px);
		max-width: calc(50% - -130.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 740.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -131.001px);
		max-width: -moz-calc(50% - -131.001px);
		max-width: calc(50% - -131.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 746.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -131.001px);
		max-width: -moz-calc(50% - -131.001px);
		max-width: calc(50% - -131.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 746.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -132.001px);
		max-width: -moz-calc(50% - -132.001px);
		max-width: calc(50% - -132.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 752.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -132.001px);
		max-width: -moz-calc(50% - -132.001px);
		max-width: calc(50% - -132.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 752.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -133.001px);
		max-width: -moz-calc(50% - -133.001px);
		max-width: calc(50% - -133.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 758.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -133.001px);
		max-width: -moz-calc(50% - -133.001px);
		max-width: calc(50% - -133.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 758.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -134.001px);
		max-width: -moz-calc(50% - -134.001px);
		max-width: calc(50% - -134.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 764.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -134.001px);
		max-width: -moz-calc(50% - -134.001px);
		max-width: calc(50% - -134.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 764.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -135.001px);
		max-width: -moz-calc(50% - -135.001px);
		max-width: calc(50% - -135.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 770.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -135.001px);
		max-width: -moz-calc(50% - -135.001px);
		max-width: calc(50% - -135.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 770.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -136.001px);
		max-width: -moz-calc(50% - -136.001px);
		max-width: calc(50% - -136.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 776.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -136.001px);
		max-width: -moz-calc(50% - -136.001px);
		max-width: calc(50% - -136.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 776.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -137.001px);
		max-width: -moz-calc(50% - -137.001px);
		max-width: calc(50% - -137.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 782.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -137.001px);
		max-width: -moz-calc(50% - -137.001px);
		max-width: calc(50% - -137.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 782.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -138.001px);
		max-width: -moz-calc(50% - -138.001px);
		max-width: calc(50% - -138.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 788.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -138.001px);
		max-width: -moz-calc(50% - -138.001px);
		max-width: calc(50% - -138.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 788.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -139.001px);
		max-width: -moz-calc(50% - -139.001px);
		max-width: calc(50% - -139.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 794.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -139.001px);
		max-width: -moz-calc(50% - -139.001px);
		max-width: calc(50% - -139.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 794.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7.2"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -140.001px);
		max-width: -moz-calc(50% - -140.001px);
		max-width: calc(50% - -140.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:first-child .bt_bb_column_inner_content {
		max-width: 800.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7.2"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -140.001px);
		max-width: -moz-calc(50% - -140.001px);
		max-width: calc(50% - -140.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7.2"]:last-child .bt_bb_column_inner_content {
		max-width: 800.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -206.66767px);
		max-width: -moz-calc(50% - -206.66767px);
		max-width: calc(50% - -206.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 786.66767px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -206.66767px);
		max-width: -moz-calc(50% - -206.66767px);
		max-width: calc(50% - -206.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 786.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -206.66767px);
		max-width: -moz-calc(50% - -206.66767px);
		max-width: calc(50% - -206.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 786.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -200.001px);
		max-width: -moz-calc(50% - -200.001px);
		max-width: calc(50% - -200.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 760.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -200.001px);
		max-width: -moz-calc(50% - -200.001px);
		max-width: calc(50% - -200.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 760.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -201.66767px);
		max-width: -moz-calc(50% - -201.66767px);
		max-width: calc(50% - -201.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 766.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -201.66767px);
		max-width: -moz-calc(50% - -201.66767px);
		max-width: calc(50% - -201.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 766.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -203.33433px);
		max-width: -moz-calc(50% - -203.33433px);
		max-width: calc(50% - -203.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 773.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -203.33433px);
		max-width: -moz-calc(50% - -203.33433px);
		max-width: calc(50% - -203.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 773.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -205.001px);
		max-width: -moz-calc(50% - -205.001px);
		max-width: calc(50% - -205.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 780.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -205.001px);
		max-width: -moz-calc(50% - -205.001px);
		max-width: calc(50% - -205.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 780.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -206.66767px);
		max-width: -moz-calc(50% - -206.66767px);
		max-width: calc(50% - -206.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 786.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -206.66767px);
		max-width: -moz-calc(50% - -206.66767px);
		max-width: calc(50% - -206.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 786.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -208.33433px);
		max-width: -moz-calc(50% - -208.33433px);
		max-width: calc(50% - -208.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 793.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -208.33433px);
		max-width: -moz-calc(50% - -208.33433px);
		max-width: calc(50% - -208.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 793.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -210.001px);
		max-width: -moz-calc(50% - -210.001px);
		max-width: calc(50% - -210.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 800.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -210.001px);
		max-width: -moz-calc(50% - -210.001px);
		max-width: calc(50% - -210.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 800.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -211.66767px);
		max-width: -moz-calc(50% - -211.66767px);
		max-width: calc(50% - -211.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 806.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -211.66767px);
		max-width: -moz-calc(50% - -211.66767px);
		max-width: calc(50% - -211.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 806.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -213.33433px);
		max-width: -moz-calc(50% - -213.33433px);
		max-width: calc(50% - -213.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 813.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -213.33433px);
		max-width: -moz-calc(50% - -213.33433px);
		max-width: calc(50% - -213.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 813.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -215.001px);
		max-width: -moz-calc(50% - -215.001px);
		max-width: calc(50% - -215.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 820.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -215.001px);
		max-width: -moz-calc(50% - -215.001px);
		max-width: calc(50% - -215.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 820.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -216.66767px);
		max-width: -moz-calc(50% - -216.66767px);
		max-width: calc(50% - -216.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 826.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -216.66767px);
		max-width: -moz-calc(50% - -216.66767px);
		max-width: calc(50% - -216.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 826.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -218.33433px);
		max-width: -moz-calc(50% - -218.33433px);
		max-width: calc(50% - -218.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 833.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -218.33433px);
		max-width: -moz-calc(50% - -218.33433px);
		max-width: calc(50% - -218.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 833.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -220.001px);
		max-width: -moz-calc(50% - -220.001px);
		max-width: calc(50% - -220.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 840.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -220.001px);
		max-width: -moz-calc(50% - -220.001px);
		max-width: calc(50% - -220.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 840.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -221.66767px);
		max-width: -moz-calc(50% - -221.66767px);
		max-width: calc(50% - -221.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 846.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -221.66767px);
		max-width: -moz-calc(50% - -221.66767px);
		max-width: calc(50% - -221.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 846.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -223.33433px);
		max-width: -moz-calc(50% - -223.33433px);
		max-width: calc(50% - -223.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 853.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -223.33433px);
		max-width: -moz-calc(50% - -223.33433px);
		max-width: calc(50% - -223.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 853.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -225.001px);
		max-width: -moz-calc(50% - -225.001px);
		max-width: calc(50% - -225.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 860.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -225.001px);
		max-width: -moz-calc(50% - -225.001px);
		max-width: calc(50% - -225.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 860.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -226.66767px);
		max-width: -moz-calc(50% - -226.66767px);
		max-width: calc(50% - -226.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 866.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -226.66767px);
		max-width: -moz-calc(50% - -226.66767px);
		max-width: calc(50% - -226.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 866.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -228.33433px);
		max-width: -moz-calc(50% - -228.33433px);
		max-width: calc(50% - -228.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 873.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -228.33433px);
		max-width: -moz-calc(50% - -228.33433px);
		max-width: calc(50% - -228.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 873.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -230.001px);
		max-width: -moz-calc(50% - -230.001px);
		max-width: calc(50% - -230.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 880.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -230.001px);
		max-width: -moz-calc(50% - -230.001px);
		max-width: calc(50% - -230.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 880.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -231.66767px);
		max-width: -moz-calc(50% - -231.66767px);
		max-width: calc(50% - -231.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 886.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -231.66767px);
		max-width: -moz-calc(50% - -231.66767px);
		max-width: calc(50% - -231.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 886.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="8"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -233.33433px);
		max-width: -moz-calc(50% - -233.33433px);
		max-width: calc(50% - -233.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:first-child .bt_bb_column_inner_content {
		max-width: 893.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="8"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -233.33433px);
		max-width: -moz-calc(50% - -233.33433px);
		max-width: calc(50% - -233.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="8"]:last-child .bt_bb_column_inner_content {
		max-width: 893.33433px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -310.001px);
		max-width: -moz-calc(50% - -310.001px);
		max-width: calc(50% - -310.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 890.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -310.001px);
		max-width: -moz-calc(50% - -310.001px);
		max-width: calc(50% - -310.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 890.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -310.001px);
		max-width: -moz-calc(50% - -310.001px);
		max-width: calc(50% - -310.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 890.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -300.001px);
		max-width: -moz-calc(50% - -300.001px);
		max-width: calc(50% - -300.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 860.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -300.001px);
		max-width: -moz-calc(50% - -300.001px);
		max-width: calc(50% - -300.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 860.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -302.501px);
		max-width: -moz-calc(50% - -302.501px);
		max-width: calc(50% - -302.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 867.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -302.501px);
		max-width: -moz-calc(50% - -302.501px);
		max-width: calc(50% - -302.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 867.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -305.001px);
		max-width: -moz-calc(50% - -305.001px);
		max-width: calc(50% - -305.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 875.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -305.001px);
		max-width: -moz-calc(50% - -305.001px);
		max-width: calc(50% - -305.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 875.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -307.501px);
		max-width: -moz-calc(50% - -307.501px);
		max-width: calc(50% - -307.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 882.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -307.501px);
		max-width: -moz-calc(50% - -307.501px);
		max-width: calc(50% - -307.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 882.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -310.001px);
		max-width: -moz-calc(50% - -310.001px);
		max-width: calc(50% - -310.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 890.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -310.001px);
		max-width: -moz-calc(50% - -310.001px);
		max-width: calc(50% - -310.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 890.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -312.501px);
		max-width: -moz-calc(50% - -312.501px);
		max-width: calc(50% - -312.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 897.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -312.501px);
		max-width: -moz-calc(50% - -312.501px);
		max-width: calc(50% - -312.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 897.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -315.001px);
		max-width: -moz-calc(50% - -315.001px);
		max-width: calc(50% - -315.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 905.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -315.001px);
		max-width: -moz-calc(50% - -315.001px);
		max-width: calc(50% - -315.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 905.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -317.501px);
		max-width: -moz-calc(50% - -317.501px);
		max-width: calc(50% - -317.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 912.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -317.501px);
		max-width: -moz-calc(50% - -317.501px);
		max-width: calc(50% - -317.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 912.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -320.001px);
		max-width: -moz-calc(50% - -320.001px);
		max-width: calc(50% - -320.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 920.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -320.001px);
		max-width: -moz-calc(50% - -320.001px);
		max-width: calc(50% - -320.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 920.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -322.501px);
		max-width: -moz-calc(50% - -322.501px);
		max-width: calc(50% - -322.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 927.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -322.501px);
		max-width: -moz-calc(50% - -322.501px);
		max-width: calc(50% - -322.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 927.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -325.001px);
		max-width: -moz-calc(50% - -325.001px);
		max-width: calc(50% - -325.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 935.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -325.001px);
		max-width: -moz-calc(50% - -325.001px);
		max-width: calc(50% - -325.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 935.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -327.501px);
		max-width: -moz-calc(50% - -327.501px);
		max-width: calc(50% - -327.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 942.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -327.501px);
		max-width: -moz-calc(50% - -327.501px);
		max-width: calc(50% - -327.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 942.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -330.001px);
		max-width: -moz-calc(50% - -330.001px);
		max-width: calc(50% - -330.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 950.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -330.001px);
		max-width: -moz-calc(50% - -330.001px);
		max-width: calc(50% - -330.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 950.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -332.501px);
		max-width: -moz-calc(50% - -332.501px);
		max-width: calc(50% - -332.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 957.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -332.501px);
		max-width: -moz-calc(50% - -332.501px);
		max-width: calc(50% - -332.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 957.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -335.001px);
		max-width: -moz-calc(50% - -335.001px);
		max-width: calc(50% - -335.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 965.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -335.001px);
		max-width: -moz-calc(50% - -335.001px);
		max-width: calc(50% - -335.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 965.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -337.501px);
		max-width: -moz-calc(50% - -337.501px);
		max-width: calc(50% - -337.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 972.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -337.501px);
		max-width: -moz-calc(50% - -337.501px);
		max-width: calc(50% - -337.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 972.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -340.001px);
		max-width: -moz-calc(50% - -340.001px);
		max-width: calc(50% - -340.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 980.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -340.001px);
		max-width: -moz-calc(50% - -340.001px);
		max-width: calc(50% - -340.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 980.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -342.501px);
		max-width: -moz-calc(50% - -342.501px);
		max-width: calc(50% - -342.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 987.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -342.501px);
		max-width: -moz-calc(50% - -342.501px);
		max-width: calc(50% - -342.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 987.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -345.001px);
		max-width: -moz-calc(50% - -345.001px);
		max-width: calc(50% - -345.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 995.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -345.001px);
		max-width: -moz-calc(50% - -345.001px);
		max-width: calc(50% - -345.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 995.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -347.501px);
		max-width: -moz-calc(50% - -347.501px);
		max-width: calc(50% - -347.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 1002.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -347.501px);
		max-width: -moz-calc(50% - -347.501px);
		max-width: calc(50% - -347.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 1002.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -350.001px);
		max-width: -moz-calc(50% - -350.001px);
		max-width: calc(50% - -350.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:first-child .bt_bb_column_inner_content {
		max-width: 1010.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -350.001px);
		max-width: -moz-calc(50% - -350.001px);
		max-width: calc(50% - -350.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9"]:last-child .bt_bb_column_inner_content {
		max-width: 1010.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -372.001px);
		max-width: -moz-calc(50% - -372.001px);
		max-width: calc(50% - -372.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 952.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -372.001px);
		max-width: -moz-calc(50% - -372.001px);
		max-width: calc(50% - -372.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 952.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -372.001px);
		max-width: -moz-calc(50% - -372.001px);
		max-width: calc(50% - -372.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 952.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -360.001px);
		max-width: -moz-calc(50% - -360.001px);
		max-width: calc(50% - -360.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 920.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -360.001px);
		max-width: -moz-calc(50% - -360.001px);
		max-width: calc(50% - -360.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 920.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -363.001px);
		max-width: -moz-calc(50% - -363.001px);
		max-width: calc(50% - -363.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 928.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -363.001px);
		max-width: -moz-calc(50% - -363.001px);
		max-width: calc(50% - -363.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 928.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -366.001px);
		max-width: -moz-calc(50% - -366.001px);
		max-width: calc(50% - -366.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 936.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -366.001px);
		max-width: -moz-calc(50% - -366.001px);
		max-width: calc(50% - -366.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 936.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -369.001px);
		max-width: -moz-calc(50% - -369.001px);
		max-width: calc(50% - -369.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 944.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -369.001px);
		max-width: -moz-calc(50% - -369.001px);
		max-width: calc(50% - -369.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 944.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -372.001px);
		max-width: -moz-calc(50% - -372.001px);
		max-width: calc(50% - -372.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 952.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -372.001px);
		max-width: -moz-calc(50% - -372.001px);
		max-width: calc(50% - -372.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 952.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -375.001px);
		max-width: -moz-calc(50% - -375.001px);
		max-width: calc(50% - -375.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 960.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -375.001px);
		max-width: -moz-calc(50% - -375.001px);
		max-width: calc(50% - -375.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 960.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -378.001px);
		max-width: -moz-calc(50% - -378.001px);
		max-width: calc(50% - -378.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 968.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -378.001px);
		max-width: -moz-calc(50% - -378.001px);
		max-width: calc(50% - -378.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 968.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -381.001px);
		max-width: -moz-calc(50% - -381.001px);
		max-width: calc(50% - -381.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 976.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -381.001px);
		max-width: -moz-calc(50% - -381.001px);
		max-width: calc(50% - -381.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 976.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -384.001px);
		max-width: -moz-calc(50% - -384.001px);
		max-width: calc(50% - -384.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 984.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -384.001px);
		max-width: -moz-calc(50% - -384.001px);
		max-width: calc(50% - -384.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 984.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -387.001px);
		max-width: -moz-calc(50% - -387.001px);
		max-width: calc(50% - -387.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 992.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -387.001px);
		max-width: -moz-calc(50% - -387.001px);
		max-width: calc(50% - -387.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 992.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -390.001px);
		max-width: -moz-calc(50% - -390.001px);
		max-width: calc(50% - -390.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1000.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -390.001px);
		max-width: -moz-calc(50% - -390.001px);
		max-width: calc(50% - -390.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1000.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -393.001px);
		max-width: -moz-calc(50% - -393.001px);
		max-width: calc(50% - -393.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1008.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -393.001px);
		max-width: -moz-calc(50% - -393.001px);
		max-width: calc(50% - -393.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1008.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -396.001px);
		max-width: -moz-calc(50% - -396.001px);
		max-width: calc(50% - -396.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1016.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -396.001px);
		max-width: -moz-calc(50% - -396.001px);
		max-width: calc(50% - -396.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1016.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -399.001px);
		max-width: -moz-calc(50% - -399.001px);
		max-width: calc(50% - -399.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1024.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -399.001px);
		max-width: -moz-calc(50% - -399.001px);
		max-width: calc(50% - -399.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1024.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -402.001px);
		max-width: -moz-calc(50% - -402.001px);
		max-width: calc(50% - -402.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1032.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -402.001px);
		max-width: -moz-calc(50% - -402.001px);
		max-width: calc(50% - -402.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1032.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -405.001px);
		max-width: -moz-calc(50% - -405.001px);
		max-width: calc(50% - -405.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1040.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -405.001px);
		max-width: -moz-calc(50% - -405.001px);
		max-width: calc(50% - -405.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1040.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -408.001px);
		max-width: -moz-calc(50% - -408.001px);
		max-width: calc(50% - -408.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1048.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -408.001px);
		max-width: -moz-calc(50% - -408.001px);
		max-width: calc(50% - -408.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1048.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -411.001px);
		max-width: -moz-calc(50% - -411.001px);
		max-width: calc(50% - -411.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1056.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -411.001px);
		max-width: -moz-calc(50% - -411.001px);
		max-width: calc(50% - -411.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1056.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -414.001px);
		max-width: -moz-calc(50% - -414.001px);
		max-width: calc(50% - -414.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1064.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -414.001px);
		max-width: -moz-calc(50% - -414.001px);
		max-width: calc(50% - -414.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1064.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -417.001px);
		max-width: -moz-calc(50% - -417.001px);
		max-width: calc(50% - -417.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1072.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -417.001px);
		max-width: -moz-calc(50% - -417.001px);
		max-width: calc(50% - -417.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1072.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -420.001px);
		max-width: -moz-calc(50% - -420.001px);
		max-width: calc(50% - -420.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
		max-width: 1080.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -420.001px);
		max-width: -moz-calc(50% - -420.001px);
		max-width: calc(50% - -420.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
		max-width: 1080.001px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -413.33433px);
		max-width: -moz-calc(50% - -413.33433px);
		max-width: calc(50% - -413.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 993.33433px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -413.33433px);
		max-width: -moz-calc(50% - -413.33433px);
		max-width: calc(50% - -413.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 993.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -413.33433px);
		max-width: -moz-calc(50% - -413.33433px);
		max-width: calc(50% - -413.33433px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 993.33433px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -400.001px);
		max-width: -moz-calc(50% - -400.001px);
		max-width: calc(50% - -400.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 960.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -400.001px);
		max-width: -moz-calc(50% - -400.001px);
		max-width: calc(50% - -400.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 960.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -403.33433px);
		max-width: -moz-calc(50% - -403.33433px);
		max-width: calc(50% - -403.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 968.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -403.33433px);
		max-width: -moz-calc(50% - -403.33433px);
		max-width: calc(50% - -403.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 968.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -406.66767px);
		max-width: -moz-calc(50% - -406.66767px);
		max-width: calc(50% - -406.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 976.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -406.66767px);
		max-width: -moz-calc(50% - -406.66767px);
		max-width: calc(50% - -406.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 976.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -410.001px);
		max-width: -moz-calc(50% - -410.001px);
		max-width: calc(50% - -410.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 985.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -410.001px);
		max-width: -moz-calc(50% - -410.001px);
		max-width: calc(50% - -410.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 985.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -413.33433px);
		max-width: -moz-calc(50% - -413.33433px);
		max-width: calc(50% - -413.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 993.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -413.33433px);
		max-width: -moz-calc(50% - -413.33433px);
		max-width: calc(50% - -413.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 993.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -416.66767px);
		max-width: -moz-calc(50% - -416.66767px);
		max-width: calc(50% - -416.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1001.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -416.66767px);
		max-width: -moz-calc(50% - -416.66767px);
		max-width: calc(50% - -416.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1001.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -420.001px);
		max-width: -moz-calc(50% - -420.001px);
		max-width: calc(50% - -420.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1010.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -420.001px);
		max-width: -moz-calc(50% - -420.001px);
		max-width: calc(50% - -420.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1010.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -423.33433px);
		max-width: -moz-calc(50% - -423.33433px);
		max-width: calc(50% - -423.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1018.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -423.33433px);
		max-width: -moz-calc(50% - -423.33433px);
		max-width: calc(50% - -423.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1018.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -426.66767px);
		max-width: -moz-calc(50% - -426.66767px);
		max-width: calc(50% - -426.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1026.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -426.66767px);
		max-width: -moz-calc(50% - -426.66767px);
		max-width: calc(50% - -426.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1026.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -430.001px);
		max-width: -moz-calc(50% - -430.001px);
		max-width: calc(50% - -430.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1035.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -430.001px);
		max-width: -moz-calc(50% - -430.001px);
		max-width: calc(50% - -430.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1035.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -433.33433px);
		max-width: -moz-calc(50% - -433.33433px);
		max-width: calc(50% - -433.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1043.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -433.33433px);
		max-width: -moz-calc(50% - -433.33433px);
		max-width: calc(50% - -433.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1043.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -436.66767px);
		max-width: -moz-calc(50% - -436.66767px);
		max-width: calc(50% - -436.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1051.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -436.66767px);
		max-width: -moz-calc(50% - -436.66767px);
		max-width: calc(50% - -436.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1051.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -440.001px);
		max-width: -moz-calc(50% - -440.001px);
		max-width: calc(50% - -440.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1060.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -440.001px);
		max-width: -moz-calc(50% - -440.001px);
		max-width: calc(50% - -440.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1060.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -443.33433px);
		max-width: -moz-calc(50% - -443.33433px);
		max-width: calc(50% - -443.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1068.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -443.33433px);
		max-width: -moz-calc(50% - -443.33433px);
		max-width: calc(50% - -443.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1068.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -446.66767px);
		max-width: -moz-calc(50% - -446.66767px);
		max-width: calc(50% - -446.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1076.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -446.66767px);
		max-width: -moz-calc(50% - -446.66767px);
		max-width: calc(50% - -446.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1076.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -450.001px);
		max-width: -moz-calc(50% - -450.001px);
		max-width: calc(50% - -450.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1085.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -450.001px);
		max-width: -moz-calc(50% - -450.001px);
		max-width: calc(50% - -450.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1085.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -453.33433px);
		max-width: -moz-calc(50% - -453.33433px);
		max-width: calc(50% - -453.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1093.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -453.33433px);
		max-width: -moz-calc(50% - -453.33433px);
		max-width: calc(50% - -453.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1093.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -456.66767px);
		max-width: -moz-calc(50% - -456.66767px);
		max-width: calc(50% - -456.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1101.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -456.66767px);
		max-width: -moz-calc(50% - -456.66767px);
		max-width: calc(50% - -456.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1101.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -460.001px);
		max-width: -moz-calc(50% - -460.001px);
		max-width: calc(50% - -460.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1110.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -460.001px);
		max-width: -moz-calc(50% - -460.001px);
		max-width: calc(50% - -460.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1110.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -463.33433px);
		max-width: -moz-calc(50% - -463.33433px);
		max-width: calc(50% - -463.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1118.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -463.33433px);
		max-width: -moz-calc(50% - -463.33433px);
		max-width: calc(50% - -463.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1118.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -466.66767px);
		max-width: -moz-calc(50% - -466.66767px);
		max-width: calc(50% - -466.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
		max-width: 1126.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -466.66767px);
		max-width: -moz-calc(50% - -466.66767px);
		max-width: calc(50% - -466.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
		max-width: 1126.66767px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -516.66767px);
		max-width: -moz-calc(50% - -516.66767px);
		max-width: calc(50% - -516.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1096.66767px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -516.66767px);
		max-width: -moz-calc(50% - -516.66767px);
		max-width: calc(50% - -516.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1096.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -516.66767px);
		max-width: -moz-calc(50% - -516.66767px);
		max-width: calc(50% - -516.66767px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1096.66767px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -500.001px);
		max-width: -moz-calc(50% - -500.001px);
		max-width: calc(50% - -500.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1060.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -500.001px);
		max-width: -moz-calc(50% - -500.001px);
		max-width: calc(50% - -500.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1060.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -504.16767px);
		max-width: -moz-calc(50% - -504.16767px);
		max-width: calc(50% - -504.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1069.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -504.16767px);
		max-width: -moz-calc(50% - -504.16767px);
		max-width: calc(50% - -504.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1069.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -508.33433px);
		max-width: -moz-calc(50% - -508.33433px);
		max-width: calc(50% - -508.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1078.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -508.33433px);
		max-width: -moz-calc(50% - -508.33433px);
		max-width: calc(50% - -508.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1078.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -512.501px);
		max-width: -moz-calc(50% - -512.501px);
		max-width: calc(50% - -512.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1087.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -512.501px);
		max-width: -moz-calc(50% - -512.501px);
		max-width: calc(50% - -512.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1087.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -516.66767px);
		max-width: -moz-calc(50% - -516.66767px);
		max-width: calc(50% - -516.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1096.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -516.66767px);
		max-width: -moz-calc(50% - -516.66767px);
		max-width: calc(50% - -516.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1096.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -520.83433px);
		max-width: -moz-calc(50% - -520.83433px);
		max-width: calc(50% - -520.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1105.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -520.83433px);
		max-width: -moz-calc(50% - -520.83433px);
		max-width: calc(50% - -520.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1105.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -525.001px);
		max-width: -moz-calc(50% - -525.001px);
		max-width: calc(50% - -525.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1115.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -525.001px);
		max-width: -moz-calc(50% - -525.001px);
		max-width: calc(50% - -525.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1115.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -529.16767px);
		max-width: -moz-calc(50% - -529.16767px);
		max-width: calc(50% - -529.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1124.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -529.16767px);
		max-width: -moz-calc(50% - -529.16767px);
		max-width: calc(50% - -529.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1124.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -533.33433px);
		max-width: -moz-calc(50% - -533.33433px);
		max-width: calc(50% - -533.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1133.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -533.33433px);
		max-width: -moz-calc(50% - -533.33433px);
		max-width: calc(50% - -533.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1133.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -537.501px);
		max-width: -moz-calc(50% - -537.501px);
		max-width: calc(50% - -537.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1142.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -537.501px);
		max-width: -moz-calc(50% - -537.501px);
		max-width: calc(50% - -537.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1142.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -541.66767px);
		max-width: -moz-calc(50% - -541.66767px);
		max-width: calc(50% - -541.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1151.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -541.66767px);
		max-width: -moz-calc(50% - -541.66767px);
		max-width: calc(50% - -541.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1151.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -545.83433px);
		max-width: -moz-calc(50% - -545.83433px);
		max-width: calc(50% - -545.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1160.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -545.83433px);
		max-width: -moz-calc(50% - -545.83433px);
		max-width: calc(50% - -545.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1160.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -550.001px);
		max-width: -moz-calc(50% - -550.001px);
		max-width: calc(50% - -550.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -550.001px);
		max-width: -moz-calc(50% - -550.001px);
		max-width: calc(50% - -550.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -554.16767px);
		max-width: -moz-calc(50% - -554.16767px);
		max-width: calc(50% - -554.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1179.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -554.16767px);
		max-width: -moz-calc(50% - -554.16767px);
		max-width: calc(50% - -554.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1179.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -558.33433px);
		max-width: -moz-calc(50% - -558.33433px);
		max-width: calc(50% - -558.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1188.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -558.33433px);
		max-width: -moz-calc(50% - -558.33433px);
		max-width: calc(50% - -558.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1188.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -562.501px);
		max-width: -moz-calc(50% - -562.501px);
		max-width: calc(50% - -562.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1197.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -562.501px);
		max-width: -moz-calc(50% - -562.501px);
		max-width: calc(50% - -562.501px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1197.501px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -566.66767px);
		max-width: -moz-calc(50% - -566.66767px);
		max-width: calc(50% - -566.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1206.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -566.66767px);
		max-width: -moz-calc(50% - -566.66767px);
		max-width: calc(50% - -566.66767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1206.66767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -570.83433px);
		max-width: -moz-calc(50% - -570.83433px);
		max-width: calc(50% - -570.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1215.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -570.83433px);
		max-width: -moz-calc(50% - -570.83433px);
		max-width: calc(50% - -570.83433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1215.83433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -575.001px);
		max-width: -moz-calc(50% - -575.001px);
		max-width: calc(50% - -575.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1225.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -575.001px);
		max-width: -moz-calc(50% - -575.001px);
		max-width: calc(50% - -575.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1225.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -579.16767px);
		max-width: -moz-calc(50% - -579.16767px);
		max-width: calc(50% - -579.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1234.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -579.16767px);
		max-width: -moz-calc(50% - -579.16767px);
		max-width: calc(50% - -579.16767px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1234.16767px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="11"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -583.33433px);
		max-width: -moz-calc(50% - -583.33433px);
		max-width: calc(50% - -583.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:first-child .bt_bb_column_inner_content {
		max-width: 1243.33433px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="11"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -583.33433px);
		max-width: -moz-calc(50% - -583.33433px);
		max-width: calc(50% - -583.33433px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="11"]:last-child .bt_bb_column_inner_content {
		max-width: 1243.33433px
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -620.001px);
		max-width: -moz-calc(50% - -620.001px);
		max-width: calc(50% - -620.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1200.001px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -620.001px);
		max-width: -moz-calc(50% - -620.001px);
		max-width: calc(50% - -620.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1200.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -620.001px);
		max-width: -moz-calc(50% - -620.001px);
		max-width: calc(50% - -620.001px)
	}

	.bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1200.001px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -600.001px);
		max-width: -moz-calc(50% - -600.001px);
		max-width: calc(50% - -600.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1160.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -600.001px);
		max-width: -moz-calc(50% - -600.001px);
		max-width: calc(50% - -600.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_0.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1160.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -605.001px);
		max-width: -moz-calc(50% - -605.001px);
		max-width: calc(50% - -605.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -605.001px);
		max-width: -moz-calc(50% - -605.001px);
		max-width: calc(50% - -605.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1170.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -610.001px);
		max-width: -moz-calc(50% - -610.001px);
		max-width: calc(50% - -610.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1180.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -610.001px);
		max-width: -moz-calc(50% - -610.001px);
		max-width: calc(50% - -610.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1180.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -615.001px);
		max-width: -moz-calc(50% - -615.001px);
		max-width: calc(50% - -615.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1190.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -615.001px);
		max-width: -moz-calc(50% - -615.001px);
		max-width: calc(50% - -615.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1190.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -620.001px);
		max-width: -moz-calc(50% - -620.001px);
		max-width: calc(50% - -620.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1200.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -620.001px);
		max-width: -moz-calc(50% - -620.001px);
		max-width: calc(50% - -620.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1200.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -625.001px);
		max-width: -moz-calc(50% - -625.001px);
		max-width: calc(50% - -625.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1210.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -625.001px);
		max-width: -moz-calc(50% - -625.001px);
		max-width: calc(50% - -625.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1210.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -630.001px);
		max-width: -moz-calc(50% - -630.001px);
		max-width: calc(50% - -630.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1220.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -630.001px);
		max-width: -moz-calc(50% - -630.001px);
		max-width: calc(50% - -630.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1220.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -635.001px);
		max-width: -moz-calc(50% - -635.001px);
		max-width: calc(50% - -635.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1230.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -635.001px);
		max-width: -moz-calc(50% - -635.001px);
		max-width: calc(50% - -635.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1230.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -640.001px);
		max-width: -moz-calc(50% - -640.001px);
		max-width: calc(50% - -640.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1240.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -640.001px);
		max-width: -moz-calc(50% - -640.001px);
		max-width: calc(50% - -640.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1240.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -645.001px);
		max-width: -moz-calc(50% - -645.001px);
		max-width: calc(50% - -645.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1250.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -645.001px);
		max-width: -moz-calc(50% - -645.001px);
		max-width: calc(50% - -645.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1250.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -650.001px);
		max-width: -moz-calc(50% - -650.001px);
		max-width: calc(50% - -650.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1260.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -650.001px);
		max-width: -moz-calc(50% - -650.001px);
		max-width: calc(50% - -650.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1260.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -655.001px);
		max-width: -moz-calc(50% - -655.001px);
		max-width: calc(50% - -655.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1270.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -655.001px);
		max-width: -moz-calc(50% - -655.001px);
		max-width: calc(50% - -655.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1270.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -660.001px);
		max-width: -moz-calc(50% - -660.001px);
		max-width: calc(50% - -660.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1280.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -660.001px);
		max-width: -moz-calc(50% - -660.001px);
		max-width: calc(50% - -660.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1280.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -665.001px);
		max-width: -moz-calc(50% - -665.001px);
		max-width: calc(50% - -665.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1290.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -665.001px);
		max-width: -moz-calc(50% - -665.001px);
		max-width: calc(50% - -665.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1290.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -670.001px);
		max-width: -moz-calc(50% - -670.001px);
		max-width: calc(50% - -670.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1300.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -670.001px);
		max-width: -moz-calc(50% - -670.001px);
		max-width: calc(50% - -670.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1300.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -675.001px);
		max-width: -moz-calc(50% - -675.001px);
		max-width: calc(50% - -675.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1310.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -675.001px);
		max-width: -moz-calc(50% - -675.001px);
		max-width: calc(50% - -675.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1310.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -680.001px);
		max-width: -moz-calc(50% - -680.001px);
		max-width: calc(50% - -680.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1320.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -680.001px);
		max-width: -moz-calc(50% - -680.001px);
		max-width: calc(50% - -680.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1320.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -685.001px);
		max-width: -moz-calc(50% - -685.001px);
		max-width: calc(50% - -685.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1330.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -685.001px);
		max-width: -moz-calc(50% - -685.001px);
		max-width: calc(50% - -685.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1330.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -690.001px);
		max-width: -moz-calc(50% - -690.001px);
		max-width: calc(50% - -690.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1340.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -690.001px);
		max-width: -moz-calc(50% - -690.001px);
		max-width: calc(50% - -690.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1340.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -695.001px);
		max-width: -moz-calc(50% - -695.001px);
		max-width: calc(50% - -695.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1350.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -695.001px);
		max-width: -moz-calc(50% - -695.001px);
		max-width: calc(50% - -695.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1350.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[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_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -700.001px);
		max-width: -moz-calc(50% - -700.001px);
		max-width: calc(50% - -700.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
		max-width: 1360.001px
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: -webkit-calc(50% - -700.001px);
		max-width: -moz-calc(50% - -700.001px);
		max-width: calc(50% - -700.001px)
	}

	.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
		max-width: 1360.001px
	}
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row .bt_bb_column.bt_bb_order_-5 {
	-webkit-order: -5;
	-ms-flex-order: -5;
	order: -5
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row .bt_bb_column.bt_bb_order_-4 {
	-webkit-order: -4;
	-ms-flex-order: -4;
	order: -4
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row .bt_bb_column.bt_bb_order_-3 {
	-webkit-order: -3;
	-ms-flex-order: -3;
	order: -3
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row .bt_bb_column.bt_bb_order_-2 {
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row .bt_bb_column.bt_bb_order_-1 {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row .bt_bb_column.bt_bb_order_0 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row .bt_bb_column.bt_bb_order_1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row .bt_bb_column.bt_bb_order_2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row .bt_bb_column.bt_bb_order_3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row .bt_bb_column.bt_bb_order_4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row .bt_bb_column.bt_bb_order_5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

@media(min-width:993px) and (max-width:1200px) {

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-5,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_-5 {
		-webkit-order: -5;
		-ms-flex-order: -5;
		order: -5
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-4,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_-4 {
		-webkit-order: -4;
		-ms-flex-order: -4;
		order: -4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-3,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_-3 {
		-webkit-order: -3;
		-ms-flex-order: -3;
		order: -3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-2,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_-2 {
		-webkit-order: -2;
		-ms-flex-order: -2;
		order: -2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-1,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_-1 {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_0,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_1,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_2,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_3,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_4,
	.bt_bb_row .bt_bb_column.bt_bb_order_lg_4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_5,
	.bt_bb_row .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_inner .bt_bb_column_inner.bt_bb_order_md_-5,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_-5 {
		-webkit-order: -5;
		-ms-flex-order: -5;
		order: -5
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-4,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_-4 {
		-webkit-order: -4;
		-ms-flex-order: -4;
		order: -4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-3,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_-3 {
		-webkit-order: -3;
		-ms-flex-order: -3;
		order: -3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-2,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_-2 {
		-webkit-order: -2;
		-ms-flex-order: -2;
		order: -2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-1,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_-1 {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_0,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_1,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_2,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_3,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_4,
	.bt_bb_row .bt_bb_column.bt_bb_order_md_4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_5,
	.bt_bb_row .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_inner .bt_bb_column_inner.bt_bb_order_sm_-5,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_-5 {
		-webkit-order: -5;
		-ms-flex-order: -5;
		order: -5
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-4,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_-4 {
		-webkit-order: -4;
		-ms-flex-order: -4;
		order: -4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-3,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_-3 {
		-webkit-order: -3;
		-ms-flex-order: -3;
		order: -3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-2,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_-2 {
		-webkit-order: -2;
		-ms-flex-order: -2;
		order: -2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-1,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_-1 {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_0,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_1,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_2,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_3,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_4,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_5,
	.bt_bb_row .bt_bb_column.bt_bb_order_sm_5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
}

@media(max-width:480px) {

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-5,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_-5 {
		-webkit-order: -5;
		-ms-flex-order: -5;
		order: -5
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-4,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_-4 {
		-webkit-order: -4;
		-ms-flex-order: -4;
		order: -4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-3,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_-3 {
		-webkit-order: -3;
		-ms-flex-order: -3;
		order: -3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-2,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_-2 {
		-webkit-order: -2;
		-ms-flex-order: -2;
		order: -2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-1,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_-1 {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_0,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_0 {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_1,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_2,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_3,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_4,
	.bt_bb_row .bt_bb_column.bt_bb_order_xs_4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_5,
	.bt_bb_row .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;
	clear: both;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: 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: inline-block
}

.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: 400
}

.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: initial;
	-webkit-box-shadow: 0 0 0 1px #000 inset;
	box-shadow: 0 0 0 1px #000 inset;
	color: #000;
	line-height: 0
}

.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
	-webkit-box-shadow: 0 0 0 1em #000 inset;
	box-shadow: 0 0 0 1em #000 inset;
	color: #fff
}

.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
	-webkit-box-shadow: 0 0 0 1em #000 inset;
	box-shadow: 0 0 0 1em #000 inset;
	color: #fff;
	line-height: 0
}

.bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
	background-color: initial;
	-webkit-box-shadow: 0 0 0 1px #000 inset;
	box-shadow: 0 0 0 1px #000 inset;
	color: #000
}

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

.bt_bb_style_outline.bt_bb_button a {
	-webkit-box-shadow: 0 0 0 1px black inset;
	box-shadow: 0 0 0 1px black inset
}

.bt_bb_style_outline:hover.bt_bb_button a {
	-webkit-box-shadow: 0 0 0 2em black inset;
	box-shadow: 0 0 0 2em black inset;
	color: #fff
}

.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: 400
}

.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
	font-weight: 700
}

.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_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:after {
	border-bottom: 1px solid #ccc
}

.bt_bb_separator.bt_bb_border_style_dotted:after {
	border-bottom: 1px dotted #ccc
}

.bt_bb_separator.bt_bb_border_style_dashed:after {
	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):before {
	border-bottom: 6px solid transparent;
	margin-bottom: -6px
}

.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: 0
}

.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: 0
}

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

.bt_bb_separator_v2 {
	line-height: 0;
	clear: both
}

.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: 1px 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: 1px 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: 1px 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_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: 400
}

.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: 700
}

.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_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 {
	float: left
}

.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 {
	float: right
}

.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 {
	float: left
}

.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 {
	float: right
}

.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 {
	margin-left: auto;
	margin-right: auto;
	float: none
}

.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: 400
}

.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 700
}

.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_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: 400
}

.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
	font-weight: 700
}

.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_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 5e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 5e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 5e3ms cubic-bezier(.455, .03, .515, .955)
}

.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
	-webkit-transition: transform 5e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 5e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 5e3ms cubic-bezier(.455, .03, .515, .955)
}

.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
	-webkit-transition: transform 4e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 4e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 4e3ms cubic-bezier(.455, .03, .515, .955)
}

.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
	-webkit-transition: transform 3e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 3e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 3e3ms cubic-bezier(.455, .03, .515, .955)
}

.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
	-webkit-transition: transform 2e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 2e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 2e3ms cubic-bezier(.455, .03, .515, .955)
}

.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
	-webkit-transition: transform 1e3ms cubic-bezier(.455, .03, .515, .955);
	-moz-transition: transform 1e3ms cubic-bezier(.455, .03, .515, .955);
	transition: transform 1e3ms cubic-bezier(.455, .03, .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.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(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-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(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0)
}

.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(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0)
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(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
}

.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_service {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-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;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	max-width: 100%
}

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

.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: 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 {
	background-color: initial;
	-webkit-box-shadow: 0 0 0 1px #000 inset;
	box-shadow: 0 0 0 1px #000 inset;
	color: #000
}

.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
	-webkit-box-shadow: 0 0 0 1em #000 inset;
	box-shadow: 0 0 0 1em #000 inset;
	color: #fff
}

.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
	-webkit-box-shadow: 0 0 0 1em #000 inset;
	box-shadow: 0 0 0 1em #000 inset;
	color: #fff
}

.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
	background-color: initial;
	-webkit-box-shadow: 0 0 0 0 #000 inset;
	box-shadow: 0 0 #000 inset;
	color: #000
}

.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: #000
}

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

@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_video {
	display: block;
	position: relative;
	padding-bottom: 56.25%
}

.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-layers,
.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_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: initial;
	background-position: 50%;
	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
}

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

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1em;
	height: 1em;
	cursor: pointer;
	color: transparent;
	background-color: initial;
	border: 0;
	outline: none
}

.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, #000 0%, transparent 25%, transparent 75%, #000 100%);
	background: -moz-linear-gradient(top, #000 0%, transparent 25%, transparent 75%, #000 100%);
	background: linear-gradient(to bottom, #000 0%, transparent 25%, transparent 75%, #000 100%)
}

.bt_bb_content_slider_item[class*=light_gradient]:before {
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%)
}

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

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
	background: rgba(0, 0, 0, 5%);
	padding: 1.5em 1em .5em
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
	padding: 0 0 1em
}

.bt_bb_masonry_post_grid .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_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
	margin: 0 0 .25em;
	display: inline-block
}

.bt_bb_masonry_post_grid .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_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
	background: rgba(0, 0, 0, .1)
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
	padding: 0 0 1em
}

.bt_bb_masonry_post_grid .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_masonry_post_grid .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_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
	content: '\f133'
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
	content: '\f2bd'
}

.bt_bb_masonry_post_grid .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_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
	content: '\f0e6'
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0
}

.bt_bb_masonry_post_grid .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_masonry_post_grid .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_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
	margin-top: 1em
}

.bt_bb_masonry_post_grid .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, 5%)
}

.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(0);
		transform: rotate(0)
	}

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

@-moz-keyframes bt_bb_grid_animation {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

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

@keyframes bt_bb_grid_animation {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

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

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

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

.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_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%
}

.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.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: 400
}

.bt_bb_font_weight_bold.bt_bb_custom_menu {
	font-weight: 700
}

.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_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: #fff
}

.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
	color: #000;
	border: 1px solid #000
}

.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
	background: #fff
}

.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
	color: #000;
	border-bottom: 2px solid #000
}

.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
	background: #fff
}

.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
	color: #fff;
	background: #000
}

.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: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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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_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: #fff;
	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
	}
}

.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: none;
	background-color: #333;
	font-weight: 700;
	color: #fff;
	padding: .8em 2em
}

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

.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: #fff;
	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 1e3ms cubic-bezier(.19, 1, .22, 1), opacity 1e3ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: transform 1e3ms cubic-bezier(.19, 1, .22, 1), opacity 1e3ms cubic-bezier(.19, 1, .22, 1);
	transition: transform 1e3ms cubic-bezier(.19, 1, .22, 1), opacity 1e3ms cubic-bezier(.19, 1, .22, 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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
	-webkit-transition-delay: 1e3ms;
	-moz-transition-delay: 1e3ms;
	transition-delay: 1e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
	-webkit-transition-delay: 2e3ms;
	-moz-transition-delay: 2e3ms;
	transition-delay: 2e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
	-webkit-transition-delay: 3e3ms;
	-moz-transition-delay: 3e3ms;
	transition-delay: 3e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
	-webkit-transition-delay: 4e3ms;
	-moz-transition-delay: 4e3ms;
	transition-delay: 4e3ms
}

.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: 5e3ms;
	-moz-transition-delay: 5e3ms;
	transition-delay: 5e3ms
}

.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: 6e3ms;
	-moz-transition-delay: 6e3ms;
	transition-delay: 6e3ms
}

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

.bt_bb_animation_fade_in {
	opacity: 0
}

.bt_bb_animation_fade_in.animated {
	opacity: 1
}

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

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

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

.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;
	-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:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
	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
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.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
	}

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

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

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

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

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

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

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;
	margin: 0 auto
}

.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) {
	.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
	}
}

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

@font-face {
	font-family: icon7stroke;
	src: url(https://laundryday.in/wp-content/themes/laundry/fonts/Pe-icon-7-stroke.eot?d7yf1v);
	src: url(https://laundryday.in/wp-content/themes/laundry/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v)format('embedded-opentype'), url(https://laundryday.in/wp-content/themes/laundry/fonts/Pe-icon-7-stroke.woff?d7yf1v)format('woff'), url(https://laundryday.in/wp-content/themes/laundry/fonts/Pe-icon-7-stroke.ttf?d7yf1v)format('truetype'), url(https://laundryday.in/wp-content/themes/laundry/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke)format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: fontawesome5brands;
	src: url(https://laundryday.in/wp-content/themes/laundry/fonts/FontAwesome5Brands.woff?v=1.1.1)format('woff'), url(https://laundryday.in/wp-content/themes/laundry/fonts/FontAwesome5Brands.ttf?v=1.1.1)format('truetype');
	font-weight: 400;
	font-style: normal
}

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

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

[data-ico-fa5b]:before {
	font-family: FontAwesome5Brands;
	content: attr(data-ico-fa5b)
}

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

[data-ico-fa5b]:before {
	font-family: FontAwesome5Brands;
	content: attr(data-ico-fa5b)
}

@media(max-width:479px) {
	.bold_timeline_responsive_hidden_xs {
		display: none !important
	}
}

@media(min-width:480px) and (max-width:767px) {
	.bold_timeline_responsive_hidden_ms {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.bold_timeline_responsive_hidden_sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.bold_timeline_responsive_hidden_md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.bold_timeline_responsive_hidden_lg {
		display: none !important
	}
}

.bold_timeline_container {
	margin: 0;
	padding: 0
}

.bold_timeline_container p {
	margin-top: 0
}

.bold_timeline_container p:last-child {
	margin-bottom: 0
}

.bold_timeline_container.bold_timeline_container_has_line_style {
	position: relative
}

.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	content: '';
	position: absolute;
	right: auto;
	border-color: #eee
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	top: 0;
	bottom: 0;
	left: 50%;
	right: auto
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	top: 0;
	bottom: 0;
	right: 0;
	left: auto
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	right: 0;
	left: 0;
	bottom: auto;
	top: 7em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	top: 9em
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	right: 0;
	left: 0;
	top: auto;
	bottom: 7em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	bottom: 9em
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_solid.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-top-style: solid
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_solid.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-left-style: solid
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_dashed.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-top-style: dashed
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_dashed.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-left-style: dashed
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_line_style_dotted.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-top-style: dotted
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_line_style_dotted.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-left-style: dotted
}

.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-width: 1px;
	-webkit-transform: translateX(0%) !important;
	-moz-transform: translateX(0%) !important;
	-ms-transform: translateX(0%) !important;
	transform: translateX(0%) !important
}

.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-width: 2px
}

.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	border-width: 4px
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_has_line_style .bold_timeline_container_line {
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

@media(max-width:768px) {
	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item {
		margin: 0 0 1em !important
	}

	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_marker,
	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_connection,
	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item .bold_timeline_item_icon {
		opacity: 0 !important
	}

	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header {
		margin: 0 0 1em !important
	}

	.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_container_line {
		display: none
	}
}

@media(max-width:480px) {
	.visible-xs {
		display: block !important
	}
}

@media(min-width:480px) and (max-width:767px) {
	.visible-ms {
		display: block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block !important
	}
}

@media(max-width:480px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:480px) and (max-width:767px) {
	.hidden-ms {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

[data-ico-fa5b]:before {
	font-family: FontAwesome5Brands;
	content: attr(data-ico-fa5b)
}

.bold_timeline_group {
	position: relative;
	z-index: 1
}

.bold_timeline_container_line_position_left .bold_timeline_group {
	text-align: left
}

.bold_timeline_container_line_position_center .bold_timeline_group {
	text-align: center
}

.bold_timeline_container_line_position_right .bold_timeline_group {
	text-align: right
}

.bold_timeline_container_line_position_vertical .bold_timeline_group .bold_timeline_group_header {
	margin-bottom: 3em
}

.bold_timeline_group .bold_timeline_group_header {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff
}

.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: inherit
}

.bold_timeline_container.bold_timeline_container_group_style_clear .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_clear.bold_timeline_group .bold_timeline_group_header {
	padding: .25em 0;
	border: none;
	background: 0 0
}

.bold_timeline_container.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
	border: 2px solid transparent;
	border-color: #181818;
	background: #fff
}

.bold_timeline_container.bold_timeline_container_group_style_filled .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_filled.bold_timeline_group .bold_timeline_group_header {
	border: none;
	background: #181818;
	color: #fff
}

.bold_timeline_container.bold_timeline_container_group_style_shadow .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_style_shadow.bold_timeline_group .bold_timeline_group_header {
	border: none;
	color: #181818;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container.bold_timeline_container_group_thickness_thin.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_group_thickness_thin .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
	border-width: 1px
}

.bold_timeline_container.bold_timeline_container_group_thickness_thick.bold_timeline_container_group_style_outline .bold_timeline_group_override_style_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_group_thickness_thick .bold_timeline_group_override_style_outline.bold_timeline_group .bold_timeline_group_header {
	border-width: 4px
}

.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
	padding: .5em 1em;
	border-radius: 0;
	height: auto;
	width: auto;
	text-align: inherit
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
	margin-right: -1px
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_square .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_square.bold_timeline_group .bold_timeline_group_header {
	margin-left: -1px
}

.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
	padding: .5em 1em;
	border-radius: 5px;
	height: auto;
	width: auto;
	text-align: inherit
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
	margin-right: -5px
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_soft_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_soft_rounded.bold_timeline_group .bold_timeline_group_header {
	margin-left: -5px
}

.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
	padding: .5em 1em;
	border-radius: 15px;
	height: auto;
	width: auto;
	text-align: inherit
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
	margin-right: -15px
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_hard_rounded .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_shape_hard_rounded.bold_timeline_group .bold_timeline_group_header {
	margin-left: -15px
}

.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header {
	border-radius: 50%;
	padding: 0
}

.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
	width: 6em;
	padding-bottom: 100%;
	text-align: center;
	position: relative
}

.bold_timeline_container_group_shape_circle .bold_timeline_group_override_shape_inherit.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_shape_circle.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container.bold_timeline_container_group_thickness_thin .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_thickness_thin.bold_timeline_group .bold_timeline_group_header {
	border-width: 1px
}

.bold_timeline_container.bold_timeline_container_group_thickness_normal .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_thickness_normal.bold_timeline_group .bold_timeline_group_header {
	border-width: 2px
}

.bold_timeline_container.bold_timeline_container_group_thickness_thick .bold_timeline_group_override_thickness_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_override_tickness_thick.bold_timeline_group .bold_timeline_group_header {
	border-width: 4px
}

.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header_title {
	font-size: 1.25em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header_inner {
	width: 6em
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header {
	margin-right: -3em
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_default .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_default.bold_timeline_group .bold_timeline_group_header {
	margin-left: -3em
}

.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header_title {
	font-size: 1em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header_inner {
	width: 4em
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header {
	margin-right: -2em
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_small .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_small.bold_timeline_group .bold_timeline_group_header {
	margin-left: -2em
}

.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header_title {
	font-size: 1.5em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header_inner {
	width: 7em
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header {
	margin-right: -3.5em
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_normal .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_normal.bold_timeline_group .bold_timeline_group_header {
	margin-left: -3.5em
}

.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_title,
.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header_title {
	font-size: 1.75em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header_inner,
.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header_inner {
	width: 8em
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_right.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header {
	margin-right: -4em
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container_group_title_size_large .bold_timeline_group_override_title_size_inherit.bold_timeline_group .bold_timeline_group_header,
.bold_timeline_container_line_position_left.bold_timeline_container_group_shape_circle.bold_timeline_container .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header {
	margin-left: -4em
}

.bold_timeline_group .bold_timeline_group_show_button {
	padding: 0;
	display: none;
	margin-bottom: 3em
}

.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	display: inline-block;
	padding: .25em .5em;
	cursor: pointer
}

.bold_timeline_container_group_show_button_shape_square .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_square.bold_timeline_group .bold_timeline_group_show_button {
	padding: 0 1em
}

.bold_timeline_container_group_show_button_shape_square .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_square.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	border-radius: 0;
	overflow: hidden
}

.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	border-radius: 5px;
	overflow: hidden
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	margin-right: -5px
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_show_button_shape_soft_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_show_button_shape_soft_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	margin-left: -5px
}

.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	border-radius: 15px;
	overflow: hidden
}

.bold_timeline_container_line_position_right.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	margin-right: -15px
}

.bold_timeline_container_line_position_left.bold_timeline_container_group_show_button_shape_hard_rounded .bold_timeline_container_group_override_show_button_shape_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_group_override_show_button_shape_hard_rounded.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	margin-left: -15px
}

.bold_timeline_container_group_show_button_style_outline .bold_timeline_group_override_show_button_style_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_style_outline.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	border: 2px solid #008ed4;
	background: #fff
}

.bold_timeline_container_group_show_button_style_filled .bold_timeline_group_override_show_button_style_inherit.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner,
.bold_timeline_container .bold_timeline_group_override_show_button_style_filled.bold_timeline_group .bold_timeline_group_show_button .bold_timeline_group_show_button_inner {
	background: #008ed4;
	border: none
}

.bold_timeline_container_group_content_display_show .bold_timeline_group_override_content_display_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_content_display_show.bold_timeline_group .bold_timeline_group_show_button {
	display: none
}

.bold_timeline_container_group_content_display_show .bold_timeline_group_override_content_display_inherit.bold_timeline_group:not(.on) .bold_timeline_group_content,
.bold_timeline_container .bold_timeline_group_override_content_display_show.bold_timeline_group:not(.on) .bold_timeline_group_content {
	display: block
}

.bold_timeline_container_group_content_display_hide .bold_timeline_group_override_content_display_inherit.bold_timeline_group .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_override_content_display_hide.bold_timeline_group .bold_timeline_group_show_button {
	display: block
}

.bold_timeline_container_group_content_display_hide .bold_timeline_group_override_content_display_inherit.bold_timeline_group:not(.on) .bold_timeline_group_content,
.bold_timeline_container .bold_timeline_group_override_content_display_hide.bold_timeline_group:not(.on) .bold_timeline_group_content {
	display: none
}

.bold_timeline_container_line_position_top .bold_timeline_group {
	position: absolute;
	top: -7em;
	left: 2em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top .bold_timeline_group {
	top: -9em
}

.bold_timeline_container_line_position_top .bold_timeline_group .bold_timeline_group_inner {
	margin: 0
}

.bold_timeline_container_line_position_bottom .bold_timeline_group {
	position: absolute;
	bottom: -7em;
	left: 2em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom .bold_timeline_group {
	bottom: -9em
}

.bold_timeline_container_line_position_bottom .bold_timeline_group .bold_timeline_group_inner {
	margin: 0
}

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

[data-ico-fa5b]:before {
	font-family: FontAwesome5Brands;
	content: attr(data-ico-fa5b)
}

.bold_timeline_item {
	margin-bottom: 3em;
	position: relative
}

.bold_timeline_container_line_position_left .bold_timeline_item,
.bold_timeline_container_line_position_none .bold_timeline_item {
	margin-left: 2.5rem
}

.bold_timeline_container_line_position_right .bold_timeline_item {
	margin-right: 2.5rem
}

.bold_timeline_container_line_position_bottom .bold_timeline_item {
	margin-bottom: 2.5em
}

.bold_timeline_container_line_position_top .bold_timeline_item {
	margin-top: 2.5em
}

.bold_timeline_container_line_position_bottom.bold_timeline_container_slider_height_auto .bold_timeline_item {
	margin-bottom: 2.5em
}

.bold_timeline_container_line_position_top.bold_timeline_container_slider_height_auto .bold_timeline_item {
	margin-bottom: 8.5em
}

.bold_timeline_item .bold_timeline_item_inner {
	z-index: 1
}

.bold_timeline_container .bold_timeline_item .bold_timeline_item_inner {
	background: #fff
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	z-index: 1
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	position: relative;
	z-index: 1
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -1em -.5em 0;
	width: -webkit-calc(100% + 1em);
	width: -moz-calc(100% + 1em);
	width: calc(100% + 1em)
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image img {
	display: block;
	width: 100%;
	width: -webkit-calc(100% - 1em);
	width: -moz-calc(100% - 1em);
	width: calc(100% - 1em);
	margin: 1em .5em 0
}

.bold_timeline_container_item_images_columns_1 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_1.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

.bold_timeline_container_item_images_columns_2 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_2.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}

.bold_timeline_container_item_images_columns_3 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_3.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
	-webkit-flex: 1 1 33.333333%;
	-ms-flex: 1 1 33.333333%;
	flex: 1 1 33.333333%
}

.bold_timeline_container_item_images_columns_4 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image,
.bold_timeline_container .bold_timeline_item_override_images_columns_4.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner {
	position: relative;
	padding-bottom: 56.25%
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .bt-video-container {
	padding-bottom: initial;
	height: initial;
	overflow: initial;
	position: initial
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .wp-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .wp-video,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner video.wp-video-shortcode,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .mejs-container,
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_video .bold_timeline_item_media_video_inner .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important
}

.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item {
	border-radius: 0
}

.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner {
	border-radius: 0;
	overflow: visible
}

.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	border-radius: 0
}

.bold_timeline_container_item_shape_square .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_shape_square.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	border-radius: 0
}

.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item {
	border-radius: 5px
}

.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner {
	border-radius: 5px;
	overflow: hidden
}

.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	border-radius: 0
}

.bold_timeline_container_item_shape_soft_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_shape_soft_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner {
	border-radius: 5px
}

.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item {
	border-radius: 15px
}

.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner {
	border-radius: 15px;
	overflow: hidden
}

.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	border-radius: 0
}

.bold_timeline_container_item_shape_hard_rounded .bold_timeline_item_override_shape_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_shape_hard_rounded.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle_inner {
	border-radius: 5px
}

.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner {
	border: none
}

.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: 0 0;
	border: none;
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_clear .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_clear.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	background: 0 0;
	border: none;
	padding: 0 1em 1em
}

.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner {
	border-style: solid;
	border-color: #eee
}

.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: 0 0;
	padding: 1em;
	border: none
}

.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content {
	padding-bottom: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	background: 0 0;
	border: none;
	padding: 0 1em 1em
}

.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner {
	border-style: solid;
	border-color: #eee
}

.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	border: none;
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: 0 0;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_outline_full .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_full.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header.bold_timeline_item_header_no_content {
	border: none
}

.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner {
	border-top-style: solid;
	border-top-color: #eee
}

.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: 0 0;
	border: none;
	padding: 1em 1em 0
}

.bold_timeline_container.bold_timeline_container_item_style_outline_top .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner {
	border: none
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: #eee;
	color: #fff;
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header *,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header * {
	position: relative;
	z-index: 1
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_filled_header.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner {
	border-style: solid;
	border-color: #eee
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	background: #eee;
	color: #fff;
	padding: 1em
}

.bold_timeline_container.bold_timeline_container_item_style_filled_header_outline .bold_timeline_item_override_style_inherit.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_style_filled_header_outline.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	padding: 1em
}

.bold_timeline_item .bold_timeline_item_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.bold_timeline_container_item_media_position_bottom .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
	padding: 1em 0 0
}

.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%
}

.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%
}

.bold_timeline_container_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
	padding: 0 0 0 1em
}

.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.bold_timeline_container_item_media_position_left .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
	padding: 0 1em 0 0
}

.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_content_inner {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.bold_timeline_container_item_media_position_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content .bold_timeline_item_media .bold_timeline_item_media_inner {
	padding: 0 0 1em
}

.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(even) {
	margin-left: -webkit-calc(50% + 2.5rem);
	margin-left: -moz-calc(50% + 2.5rem);
	margin-left: calc(50% + 2.5rem)
}

.bold_timeline_container_line_position_center .bold_timeline_item:nth-child(odd) {
	margin-right: -webkit-calc(50% + 2.5rem);
	margin-right: -moz-calc(50% + 2.5rem);
	margin-right: calc(50% + 2.5rem)
}

.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
	margin: .5em 0 0;
	padding: 0
}

.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	margin: 0;
	padding: 0
}

.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
	color: inherit
}

.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
	font-size: 1em;
	margin: 0;
	padding: 0
}

.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	font-size: .75em
}

.bold_timeline_container.bold_timeline_container_item_title_size_small .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_small.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
	font-size: .75em
}

.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
	font-size: 1.5em;
	margin: 0;
	padding: 0
}

.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	font-size: .9em
}

.bold_timeline_container.bold_timeline_container_item_title_size_normal .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_normal.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
	font-size: .9em
}

.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
	font-size: 2em;
	margin: 0;
	padding: 0
}

.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	font-size: 1em
}

.bold_timeline_container.bold_timeline_container_item_title_size_large .bold_timeline_item_override_title_size_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle,
.bold_timeline_container .bold_timeline_item_override_title_size_large.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_subtitle {
	font-size: 1em
}

.bold_timeline_container_line_position_left.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
	text-align: left
}

.bold_timeline_container_line_position_right.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
	text-align: right
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item {
	text-align: left
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_alignment_default .bold_timeline_item_override_alignment_inherit.bold_timeline_item:nth-child(odd),
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_alignment_default.bold_timeline_item:nth-child(odd) {
	text-align: right
}

.bold_timeline_container_item_alignment_left .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_left.bold_timeline_item {
	text-align: left
}

.bold_timeline_container_item_alignment_right .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_right.bold_timeline_item {
	text-align: right
}

.bold_timeline_container_item_alignment_center .bold_timeline_item_override_alignment_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_alignment_center.bold_timeline_item {
	text-align: center
}

.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_sticker.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	position: absolute;
	top: -1em;
	left: 1em;
	right: 1em
}

.bold_timeline_container.bold_timeline_container_item_supertitle_style_sticker .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_sticker.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
	background: #27b6fd;
	color: #fff;
	padding: 3px 10px
}

.bold_timeline_container.bold_timeline_container_item_supertitle_style_default .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_default.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle {
	position: initial;
	top: auto;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.bold_timeline_container.bold_timeline_container_item_supertitle_style_default .bold_timeline_item_override_supertitle_style_inherit.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner,
.bold_timeline_container .bold_timeline_item_override_supertitle_style_default.bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
	background: 0 0;
	color: inherit;
	padding: 0
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header {
	cursor: pointer
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_content {
	display: none
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner {
	padding-right: 3em
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item .bold_timeline_item_header_inner:after {
	font-family: fontawesome;
	content: "\f107";
	position: absolute;
	top: 1em;
	right: 1em;
	line-height: 0;
	font-size: 1.5em
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.bold_timeline_container.bold_timeline_container_item_content_display_hide .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_header_inner:after,
.bold_timeline_container .bold_timeline_item_override_content_display_hide.bold_timeline_item.on .bold_timeline_item_header_inner:after {
	content: "\f106"
}

.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item .bold_timeline_item_header {
	cursor: initial
}

.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item .bold_timeline_item_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.bold_timeline_container.bold_timeline_container_item_content_display_show .bold_timeline_item_override_content_display_inherit.bold_timeline_item.on .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_content_display_show.bold_timeline_item.on .bold_timeline_item_content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item {
	position: relative
}

.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	content: ' ';
	position: absolute;
	z-index: 1;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #008ed4;
	opacity: 1
}

.bold_timeline_container_line_position_none.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_none.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	top: 2rem;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	left: -webkit-calc(-2.5rem - 8px);
	left: -moz-calc(-2.5rem - 8px);
	left: calc(-2.5rem - 8px);
	right: auto
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 8px);
	left: -moz-calc(-2.5rem - 8px);
	left: calc(-2.5rem - 8px);
	right: auto
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 8px);
	right: -moz-calc(-2.5rem - 8px);
	right: calc(-2.5rem - 8px);
	left: auto
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 8px);
	left: -moz-calc(-2.5rem - 8px);
	left: calc(-2.5rem - 8px);
	right: auto
}

.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	top: 2rem;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	right: auto;
	top: -2.5em;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	left: -webkit-calc(2rem - 8px);
	left: -moz-calc(2rem - 8px);
	left: calc(2rem - 8px)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item .bold_timeline_item_marker {
	right: auto;
	bottom: -2.5em;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
	left: -webkit-calc(2rem - 8px);
	left: -moz-calc(2rem - 8px);
	left: calc(2rem - 8px)
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 8px);
	right: -moz-calc(-2.5rem - 8px);
	right: calc(-2.5rem - 8px);
	left: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_dot .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_dot.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
	top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item {
	position: relative
}

.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	content: ' ';
	position: absolute;
	z-index: 1;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	right: auto;
	border-style: solid;
	border-color: #008ed4;
	border-width: 5px;
	background: #fff;
	opacity: 1
}

.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thin.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	border-width: 1px
}

.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_normal.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	border-width: 2px
}

.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thick.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	border-width: 4px
}

.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 11px);
	left: -moz-calc(-2.5rem - 11px);
	left: calc(-2.5rem - 11px)
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 11px);
	right: -moz-calc(-2.5rem - 11px);
	right: calc(-2.5rem - 11px);
	left: auto
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	top: -2.5em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	bottom: -2.5em;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item .bold_timeline_item_marker {
	right: auto;
	left: -webkit-calc(2rem - 11px);
	left: -moz-calc(2rem - 11px);
	left: calc(2rem - 11px)
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 11px);
	right: -moz-calc(-2.5rem - 11px);
	right: calc(-2.5rem - 11px);
	left: auto
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item:nth-child(even) .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 11px);
	left: -moz-calc(-2.5rem - 11px);
	left: calc(-2.5rem - 11px);
	right: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container.bold_timeline_container_item_marker_type_circle .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
	top: 0
}

.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item {
	position: relative
}

.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	content: ' ';
	position: absolute;
	z-index: 1;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	right: auto;
	border-style: solid;
	border-color: #008ed4;
	border-width: 3px;
	background: #fff;
	opacity: 1
}

.bold_timeline_container_line_thickness_thin.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thin.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	border-width: 1px
}

.bold_timeline_container_line_thickness_normal.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_normal.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	border-width: 2px
}

.bold_timeline_container_line_thickness_thick.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_thickness_thick.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	border-width: 4px
}

.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 6px);
	left: -moz-calc(-2.5rem - 6px);
	left: calc(-2.5rem - 6px)
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 6px);
	right: -moz-calc(-2.5rem - 6px);
	right: calc(-2.5rem - 6px);
	left: auto
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	top: -2.5em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	bottom: -2.5em;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item .bold_timeline_item_marker {
	right: auto;
	left: -webkit-calc(2rem - 6px);
	left: -moz-calc(2rem - 6px);
	left: calc(2rem - 6px)
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item:nth-child(odd) .bold_timeline_item_marker {
	right: -webkit-calc(-2.5rem - 6px);
	right: -moz-calc(-2.5rem - 6px);
	right: calc(-2.5rem - 6px);
	left: auto
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_marker,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item:nth-child(even) .bold_timeline_item_marker {
	left: -webkit-calc(-2.5rem - 6px);
	left: -moz-calc(-2.5rem - 6px);
	left: calc(-2.5rem - 6px);
	right: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container.bold_timeline_container_item_marker_type_circle_small .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_circle_small.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
	top: 0
}

.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item {
	position: relative
}

.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item .bold_timeline_item_marker {
	content: ' ';
	position: absolute;
	top: 2rem;
	opacity: 0
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container_item_marker_type_none .bold_timeline_item_override_marker_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_marker,
.bold_timeline_container .bold_timeline_item_override_marker_type_none.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_marker {
	top: 0
}

.bold_timeline_item .bold_timeline_item_connection {
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.bold_timeline_container.bold_timeline_container_item_connection_type_none .bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_none.bold_timeline_item .bold_timeline_item_connection {
	display: none
}

.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item {
	position: relative
}

.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	content: ' ';
	position: absolute;
	display: block;
	background: #eee
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -2.5rem;
	right: 100%
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	left: 100%
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 2rem
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	left: 2rem
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	top: -2.5em
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	bottom: -2.5em
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	height: 2.5em
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item .bold_timeline_item_connection {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -2.5rem;
	right: 100%
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection {
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	left: 100%
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_connection_type_line .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_connection_type_line.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
	top: 0
}

.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item,
.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item {
	position: relative
}

.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	content: ' ';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	background: 0 0
}

.bold_timeline_container_line_position_left.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #eee;
	border-left: none;
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -10px;
	right: 100%
}

.bold_timeline_container_line_position_right.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #eee;
	border-right: none;
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	left: 100%
}

.bold_timeline_container_line_position_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #eee;
	border-left: none;
	right: auto;
	left: -webkit-calc(2rem - 5px);
	left: -moz-calc(2rem - 5px);
	left: calc(2rem - 5px);
	top: -15px;
	bottom: auto;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #eee;
	border-left: none;
	right: auto;
	left: -webkit-calc(2rem - 5px);
	left: -moz-calc(2rem - 5px);
	left: calc(2rem - 5px);
	bottom: -15px;
	top: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(even) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item:nth-child(even) .bold_timeline_item_connection {
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -10px;
	right: 100%;
	border-right-width: 10px;
	border-right-style: solid;
	border-left: none
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item:nth-child(odd) .bold_timeline_item_connection {
	border-left-width: 10px;
	border-left-style: solid;
	border-right: none;
	top: 2rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	left: 100%
}

.bold_timeline_container_line_position_center.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item .bold_timeline_item_connection {
	border-right-color: #eee;
	border-left-color: #eee
}

.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thin.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
	top: .5px
}

.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_normal.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
	top: 1px
}

.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container.bold_timeline_container_item_connection_type_triangle .bold_timeline_item_override_connection_type_inherit.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_inherit .bold_timeline_item_connection,
.bold_timeline_container_item_frame_thickness_thick.bold_timeline_container .bold_timeline_item_override_connection_type_triangle.bold_timeline_item.bold_timeline_item_override_style_outline_top .bold_timeline_item_connection {
	top: 2px
}

.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_header {
	border-bottom-width: 1px
}

.bold_timeline_container_item_icon_style_outline.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
	-webkit-box-shadow: 0 0 0 1px #008ed4;
	box-shadow: 0 0 0 1px #008ed4
}

.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_inner {
	border-width: 1px
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_inner {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_connection {
	width: 1px
}

.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item .bold_timeline_item_connection {
	height: 1px
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thin .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thin.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_header {
	border-bottom-width: 2px
}

.bold_timeline_container_item_icon_style_outline.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
	-webkit-box-shadow: 0 0 0 2px #008ed4;
	box-shadow: 0 0 0 2px #008ed4
}

.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_inner {
	border-width: 2px
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_inner {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_connection {
	width: 2px
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item .bold_timeline_item_connection {
	height: 2px
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container_item_frame_thickness_normal .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_normal.bold_timeline_item.bold_timeline_item_override_connection_type_inherit:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_header,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_header {
	border-bottom-width: 4px
}

.bold_timeline_container_item_icon_style_outline.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon,
.bold_timeline_container_item_icon_style_outline.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item.bold_timeline_container_item_override_icon_style_outline .bold_timeline_item_icon {
	-webkit-box-shadow: 0 0 0 4px #008ed4;
	box-shadow: 0 0 0 4px #008ed4
}

.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_inner {
	border-width: 4px
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_inner,
.bold_timeline_container_item_style_outline_top.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_inner {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_connection {
	width: 4px
}

.bold_timeline_container_line_position_vertical.bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item .bold_timeline_item_connection {
	height: 4px
}

.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_horizontal.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container.bold_timeline_container_item_frame_thickness_thick .bold_timeline_item_override_frame_thickness_inherit.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection,
.bold_timeline_container_line_position_vertical.bold_timeline_container_item_connection_type_line:not(.bold_timeline_container_item_style_outline_top).bold_timeline_container .bold_timeline_item_override_frame_thickness_thick.bold_timeline_item:not(.bold_timeline_item_override_style_outline_top) .bold_timeline_item_connection {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bold_timeline_item .bold_timeline_item_icon {
	position: absolute;
	z-index: 2;
	width: 2em;
	line-height: 2em;
	font-size: 1.5em;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.bold_timeline_item .bold_timeline_item_icon:before {
	display: block
}

.bold_timeline_container.bold_timeline_container_item_icon_style_filled .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_filled.bold_timeline_item .bold_timeline_item_icon {
	background: #008ed4;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.bold_timeline_container.bold_timeline_container_item_icon_style_outline .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_outline.bold_timeline_item .bold_timeline_item_icon {
	background: #fff;
	-webkit-box-shadow: 0 0 0 2px #008ed4;
	box-shadow: 0 0 0 2px #008ed4;
	color: #008ed4
}

.bold_timeline_container.bold_timeline_container_item_icon_style_shadow .bold_timeline_item_override_icon_style_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_style_shadow.bold_timeline_item .bold_timeline_item_icon {
	background: #fff;
	border: none;
	color: #008ed4;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container_item_icon_shape_soft_rounded .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_soft_rounded.bold_timeline_item .bold_timeline_item_icon {
	border-radius: 5px
}

.bold_timeline_container_item_icon_shape_hard_rounded .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_hard_rounded.bold_timeline_item .bold_timeline_item_icon {
	border-radius: 50%
}

.bold_timeline_container_item_icon_shape_square .bold_timeline_item_override_icon_shape_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container .bold_timeline_item_override_icon_shape_square.bold_timeline_item .bold_timeline_item_icon {
	border-radius: 0%
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: 2rem
}

.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: 2rem;
	left: -2.5rem;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	-ms-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	right: auto
}

.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: -webkit-calc(2rem);
	top: -moz-calc(2rem);
	top: calc(2rem);
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	-webkit-transform: translateX(50%)translateY(-50%);
	-moz-transform: translateX(50%)translateY(-50%);
	-ms-transform: translateX(50%)translateY(-50%);
	transform: translateX(50%)translateY(-50%);
	left: auto
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: -webkit-calc(2rem);
	top: -moz-calc(2rem);
	top: calc(2rem);
	left: -webkit-calc(-2.5rem);
	left: -moz-calc(-2.5rem);
	left: calc(-2.5rem);
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	-ms-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	right: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: 0
}

.bold_timeline_container_line_position_top.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	top: -2.5rem;
	left: 2rem;
	right: auto;
	-webkit-transform: translateY(-50%)translateX(-50%);
	-moz-transform: translateY(-50%)translateX(-50%);
	-ms-transform: translateY(-50%)translateX(-50%);
	transform: translateY(-50%)translateX(-50%)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item .bold_timeline_item_icon {
	bottom: -2.5rem;
	left: 2rem;
	right: auto;
	-webkit-transform: translateY(50%)translateX(-50%);
	-moz-transform: translateY(50%)translateX(-50%);
	-ms-transform: translateY(50%)translateX(-50%);
	transform: translateY(50%)translateX(-50%)
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_line .bold_timeline_item_override_icon_position_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_line.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon {
	-webkit-transform: translateX(50%)translateY(-50%);
	-moz-transform: translateX(50%)translateY(-50%);
	-ms-transform: translateX(50%)translateY(-50%);
	transform: translateX(50%)translateY(-50%);
	right: -webkit-calc(-2.5rem);
	right: -moz-calc(-2.5rem);
	right: calc(-2.5rem);
	left: auto
}

.bold_timeline_container_line_position_vertical.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_vertical.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: 2rem
}

.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: 2rem;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	-ms-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	left: -webkit-calc(-2.5rem - 2em);
	left: -moz-calc(-2.5rem - 2em);
	left: calc(-2.5rem - 2em);
	right: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_left.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: 0;
	-webkit-transform: translateY(-50%)translateX(-50%);
	-moz-transform: translateY(-50%)translateX(-50%);
	-ms-transform: translateY(-50%)translateX(-50%);
	transform: translateY(-50%)translateX(-50%)
}

.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: 2rem;
	-webkit-transform: translateX(50%)translateY(-50%);
	-moz-transform: translateX(50%)translateY(-50%);
	-ms-transform: translateX(50%)translateY(-50%);
	transform: translateX(50%)translateY(-50%);
	right: -webkit-calc(-2.5rem - 2em);
	right: -moz-calc(-2.5rem - 2em);
	right: calc(-2.5rem - 2em);
	left: auto
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_right.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: 0;
	-webkit-transform: translateY(-50%)translateX(50%);
	-moz-transform: translateY(-50%)translateX(50%);
	-ms-transform: translateY(-50%)translateX(50%);
	transform: translateY(-50%)translateX(50%)
}

.bold_timeline_container_line_position_top.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_top.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	right: auto;
	top: -2.5em;
	-webkit-transform: translateY(-50%)translateY(-50%);
	-moz-transform: translateY(-50%)translateY(-50%);
	-ms-transform: translateY(-50%)translateY(-50%);
	transform: translateY(-50%)translateY(-50%);
	left: -webkit-calc(2rem - .75);
	left: -moz-calc(2rem - .75);
	left: calc(2rem - .75)
}

.bold_timeline_container_line_position_bottom.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_bottom.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	right: auto;
	bottom: -webkit-calc(-2.5em - 1em);
	bottom: -moz-calc(-2.5em - 1em);
	bottom: calc(-2.5em - 1em);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -webkit-calc(2rem - .75);
	left: -moz-calc(2rem - .75);
	left: calc(2rem - .75)
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item .bold_timeline_item_icon {
	top: -webkit-calc(2rem - 1.5em/2);
	top: -moz-calc(2rem - 1.5em/2);
	top: calc(2rem - 1.5em/2);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: -webkit-calc(-2.5rem - 3em);
	left: -moz-calc(-2.5rem - 3em);
	left: calc(-2.5rem - 3em);
	right: auto
}

.bold_timeline_container_line_position_center.bold_timeline_container_item_icon_position_opposite .bold_timeline_item_override_icon_position_inherit.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon,
.bold_timeline_container_line_position_center.bold_timeline_container .bold_timeline_item_override_icon_position_opposite.bold_timeline_item:nth-child(odd) .bold_timeline_item_icon {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	right: -webkit-calc(-2.5rem - 3em);
	right: -moz-calc(-2.5rem - 3em);
	right: calc(-2.5rem - 3em);
	left: auto
}

.bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_style_outline_top.bold_timeline_item .bold_timeline_item_icon {
	top: -.75em
}

.bold_timeline_container_item_style_outline_top.bold_timeline_container_line_position_vertical .bold_timeline_item:not(.bold_timeline_item_override_style_inherit).bold_timeline_item .bold_timeline_item_icon {
	top: 2rem
}

.bold_timeline_container[class*=fade_in] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=fade_in],
.bold_timeline_container[class*=fade_in] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=fade_in],
.bold_timeline_container[class*=fade_in] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=fade_in] {
	opacity: 0
}

.bold_timeline_container[class*=move_down] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=move_down],
.bold_timeline_container[class*=move_down] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=move_down],
.bold_timeline_container[class*=move_down] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=move_down] {
	-webkit-transform: translate3d(0, -100px, 0);
	-moz-transform: translate3d(0, -100px, 0);
	-ms-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0)
}

.bold_timeline_container[class*=move_up] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=move_up],
.bold_timeline_container[class*=move_up] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=move_up],
.bold_timeline_container[class*=move_up] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=move_up] {
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	-ms-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0)
}

.bold_timeline_container[class*=move_left] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=move_left],
.bold_timeline_container[class*=move_left] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=move_left],
.bold_timeline_container[class*=move_left] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=move_left] {
	-webkit-transform: translate3d(100px, 0, 0);
	-moz-transform: translate3d(100px, 0, 0);
	-ms-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

.bold_timeline_container[class*=move_right] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=move_right],
.bold_timeline_container[class*=move_right] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=move_right],
.bold_timeline_container[class*=move_right] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=move_right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	-moz-transform: translate3d(-100px, 0, 0);
	-ms-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0)
}

.bold_timeline_container[class*=zoom_in] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=zoom_in],
.bold_timeline_container[class*=zoom_in] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=zoom_in],
.bold_timeline_container[class*=zoom_in] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=zoom_in] {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.bold_timeline_container[class*=zoom_out] .bold_timeline_item,
.bold_timeline_container .bold_timeline_item[class*=zoom_out],
.bold_timeline_container[class*=zoom_out] .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_group_header[class*=zoom_out],
.bold_timeline_container[class*=zoom_out] .bold_timeline_group_show_button,
.bold_timeline_container .bold_timeline_group_show_button[class*=zoom_out] {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.bold_timeline_container .bold_timeline_item.bold_timeline_animate,
.bold_timeline_container .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_animate .bold_timeline_group_show_button {
	-webkit-transition: transform 2e3ms cubic-bezier(.19, 1, .22, 1), opacity 2e3ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: transform 2e3ms cubic-bezier(.19, 1, .22, 1), opacity 2e3ms cubic-bezier(.19, 1, .22, 1);
	transition: transform 2e3ms cubic-bezier(.19, 1, .22, 1), opacity 2e3ms cubic-bezier(.19, 1, .22, 1)
}

.bold_timeline_container .bold_timeline_item.bold_timeline_animated,
.bold_timeline_container .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container .bold_timeline_animate .bold_timeline_group_show_button {
	-webkit-transform: scale(1)translate3d(0, 0, 0);
	-moz-transform: scale(1)translate3d(0, 0, 0);
	-ms-transform: scale(1)translate3d(0, 0, 0);
	transform: scale(1)translate3d(0, 0, 0);
	opacity: 1
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_extra_small {
	padding-top: .25em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_small {
	padding-top: .5em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_normal {
	padding-top: 1em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_top_margin_large {
	padding-top: 2em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_extra_small {
	padding-bottom: .25em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_small {
	padding-bottom: .5em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_normal {
	padding-bottom: 1em
}

.bold_timeline_item .bold_timeline_item_separator.bold_timeline_item_separator_bottom_margin_large {
	padding-bottom: 2em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_title a {
	color: currentColor
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_title a:hover {
	opacity: .8
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: .5em;
	margin-right: 1em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date:before {
	font-family: FontAwesome;
	content: "\f017";
	margin-right: .5em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date a {
	color: currentColor
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_date a:hover {
	opacity: .5
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 1em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats:before {
	font-family: FontAwesome;
	content: "\f02c";
	margin-right: .5em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_cats:last-child {
	margin-right: 0
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_comments {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 1em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_posts_comments:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: .5em
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a {
	color: currentColor;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a:hover {
	opacity: .5
}

.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header a:not(:last-child):after {
	display: block;
	content: "";
	border-left: 1px solid;
	margin: 0 .5em;
	opacity: .1
}

[data-ico-fa]:before {
	font-family: FontAwesome;
	content: attr(data-ico-fa)
}

[data-ico-s7]:before {
	font-family: Icon7Stroke;
	content: attr(data-ico-s7)
}

[data-ico-fa5b]:before {
	font-family: FontAwesome5Brands;
	content: attr(data-ico-fa5b)
}

.bold_timeline_container_line_position_top .bold_timeline_container_content .slick-track {
	margin-top: 7em;
	margin-bottom: 0;
	margin-bottom: 0
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top .bold_timeline_container_content .slick-track {
	margin-top: 9em
}

.bold_timeline_container_line_position_bottom .bold_timeline_container_content .slick-track {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 7em;
	margin-top: 0;
	margin-top: 0
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom .bold_timeline_container_content .slick-track {
	margin-bottom: 9em
}

.bold_timeline_container_content.slick-slider:not(.slick-initialized) {
	position: relative;
	width: 100%;
	min-height: 200px
}

.bold_timeline_container_content.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
	position: absolute;
	left: auto;
	right: auto;
	opacity: 0
}

.bold_timeline_container_content.slick-slider {
	position: relative;
	width: 100%;
	overflow: visible
}

.bold_timeline_container_content.slick-slider .slick-list {
	width: auto
}

.bold_timeline_container_content.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
	width: 100%
}

.bt_bb_height_auto .bold_timeline_container_content.slick-slider .slick-slide {
	width: 100%
}

.bt_bb_height_auto .bold_timeline_container_content.slick-slider .slick-slide img {
	max-width: none;
	width: 100%;
	height: auto;
	display: block
}

.bt_bb_height_full_screen .bold_timeline_container_content.slick-slider .slick-slide {
	height: 100vh
}

.bt_bb_height_full_screen .bold_timeline_container_content.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_half_screen .bold_timeline_container_content.slick-slider .slick-slide {
	height: 50vh
}

.bt_bb_height_keep-height .bold_timeline_container_content.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 .bold_timeline_container_content.slick-slider .slick-slide,
.bt_bb_height_half_screen .bold_timeline_container_content.slick-slider .slick-slide {
	background-color: initial;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.bold_timeline_container_slider_gap_small .slick-list {
	margin: 0 -.25em
}

.bold_timeline_container_slider_gap_small .slick-list .slick-slide {
	margin-left: .25em;
	margin-right: .25em
}

.bold_timeline_container_slider_gap_normal .slick-list {
	margin: 0 -.5em
}

.bold_timeline_container_slider_gap_normal .slick-list .slick-slide {
	margin-left: .5em;
	margin-right: .5em
}

.bold_timeline_container_slider_gap_large .slick-list {
	margin: 0 -1em
}

.bold_timeline_container_slider_gap_large .slick-list .slick-slide {
	margin-left: 1em;
	margin-right: 1em
}

.bold_timeline_container button.bold_timeline_slick_arrow {
	padding: 0;
	margin: 0;
	letter-spacing: initial;
	font-size: 1em;
	border-radius: 0;
	position: absolute;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	border: none
}

.bold_timeline_container_line_position_top.bold_timeline_container button.bold_timeline_slick_arrow {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	top: 7em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_top.bold_timeline_container button.bold_timeline_slick_arrow {
	top: 9em
}

.bold_timeline_container_line_position_bottom.bold_timeline_container button.bold_timeline_slick_arrow {
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	top: auto;
	bottom: 7em
}

.bold_timeline_container_group_shape_circle.bold_timeline_container_line_position_bottom.bold_timeline_container button.bold_timeline_slick_arrow {
	bottom: 9em;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.bold_timeline_container button.bold_timeline_slick_arrow:focus {
	outline: none
}

.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next:before {
	content: '\e684'
}

.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev:before {
	content: '\e686'
}

.bold_timeline_container button.bold_timeline_slick_arrow:before {
	color: inherit;
	display: block;
	font-family: Icon7Stroke;
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important
}

.bold_timeline_container button.bold_timeline_slick_arrow:hover:before {
	-webkit-transform: translateX(-.2em);
	-moz-transform: translateX(-.2em);
	-ms-transform: translateX(-.2em);
	transform: translateX(-.2em)
}

.bold_timeline_container .slick-list {
	width: 100%;
	position: relative
}

.bold_timeline_container .slick-list .slick-slide {
	background-size: cover
}

.bold_timeline_container .bold_timeline_slick_dots {
	position: absolute;
	bottom: -1em;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 1;
	color: #27b6fd
}

.bold_timeline_container .bold_timeline_slick_dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: initial;
	border-radius: 50%;
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	opacity: .7
}

.bold_timeline_container .bold_timeline_slick_dots li.slick-active,
.bold_timeline_container .bold_timeline_slick_dots li:hover {
	opacity: 1;
	background: currentColor
}

.bold_timeline_container .bold_timeline_slick_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 1em;
	height: 1em;
	cursor: pointer;
	color: transparent;
	background-color: initial;
	border: 0;
	outline: none
}

.bold_timeline_container_slider_arrows_shape_square.bold_timeline_container button.bold_timeline_slick_arrow {
	border-radius: 0
}

.bold_timeline_container_slider_arrows_shape_soft_rounded.bold_timeline_container button.bold_timeline_slick_arrow {
	border-radius: 5px
}

.bold_timeline_container_slider_arrows_shape_hard_rounded.bold_timeline_container button.bold_timeline_slick_arrow {
	border-radius: 15px
}

.bold_timeline_container_slider_arrows_shape_circle.bold_timeline_container button.bold_timeline_slick_arrow {
	border-radius: 50%
}

.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow {
	width: 44px;
	height: 44px
}

.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow:before {
	font-size: 34px;
	line-height: 44px
}

.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
	right: -44px
}

.bold_timeline_container_slider_arrows_size_normal.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
	left: -44px
}

.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow {
	width: 34px;
	height: 34px
}

.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow:before {
	font-size: 24px;
	line-height: 34px
}

.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
	right: -34px
}

.bold_timeline_container_slider_arrows_size_small.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
	left: -34px
}

.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow {
	width: 64px;
	height: 64px
}

.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow:before {
	font-size: 54px;
	line-height: 64px
}

.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_next {
	right: -64px
}

.bold_timeline_container_slider_arrows_size_large.bold_timeline_container button.bold_timeline_slick_arrow.bold_timeline_slick_prev {
	left: -64px
}

.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow {
	border: none;
	background: #27b6fd;
	color: #fff
}

.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow:hover {
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
	cursor: default;
	opacity: .5
}

.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	background: #27b6fd
}

.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
	background: 0 0;
	border-style: solid;
	border-color: #27b6fd;
	color: #27b6fd
}

.bold_timeline_container_line_thickness_thin.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
	border-width: 1px
}

.bold_timeline_container_line_thickness_normal.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
	border-width: 2px
}

.bold_timeline_container_line_thickness_thick.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow {
	border-width: 4px
}

.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow:hover {
	border-color: #eee;
	color: #eee;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
	cursor: default;
	opacity: .5
}

.bold_timeline_container_slider_arrows_style_outline.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow {
	background: 0 0;
	border: 2px solid transparent;
	color: #27b6fd;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow:hover {
	border-color: #eee
}

.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
	cursor: default;
	opacity: .5
}

.bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
	padding: .5em 1em;
	display: block;
	color: inherit;
	text-align: center;
	text-decoration: none
}

.bold_timeline_container.bold_timeline_container_button_shape_soft_rounded .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_soft_rounded.bold_timeline_item_button .bold_timeline_item_button_inner {
	border-radius: 5px
}

.bold_timeline_container.bold_timeline_container_button_shape_hard_rounded .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_hard_rounded.bold_timeline_item_button .bold_timeline_item_button_inner {
	border-radius: 100px
}

.bold_timeline_container.bold_timeline_container_button_shape_square .bold_timeline_item_button_shape_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_shape_square.bold_timeline_item_button .bold_timeline_item_button_inner {
	border-radius: 0
}

.bold_timeline_container.bold_timeline_container_button_style_filled .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_filled.bold_timeline_item_button .bold_timeline_item_button_inner {
	background: #008ed4;
	color: #fff;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bold_timeline_container.bold_timeline_container_button_style_outline .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_outline.bold_timeline_item_button .bold_timeline_item_button_inner {
	border-width: 2px;
	border-style: solid;
	border-color: #008ed4;
	color: #008ed4;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bold_timeline_container.bold_timeline_container_button_style_outline .bold_timeline_item_button_style_inherit.bold_timeline_item_button.bold_timeline_group_button,
.bold_timeline_container .bold_timeline_item_button_style_outline.bold_timeline_item_button.bold_timeline_group_button {
	background: #fff
}

.bold_timeline_container.bold_timeline_container_button_style_clear .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_clear.bold_timeline_item_button .bold_timeline_item_button_inner {
	border: none;
	color: inherit;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bold_timeline_container.bold_timeline_container_button_style_shadow .bold_timeline_item_button_style_inherit.bold_timeline_item_button .bold_timeline_item_button_inner,
.bold_timeline_container .bold_timeline_item_button_style_shadow.bold_timeline_item_button .bold_timeline_item_button_inner {
	border: none;
	color: #008ed4;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.bold_timeline_container.bold_timeline_container_button_size_small .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_small.bold_timeline_item_button {
	font-size: .85em
}

.bold_timeline_container.bold_timeline_container_button_size_normal .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_normal.bold_timeline_item_button {
	font-size: 1em
}

.bold_timeline_container.bold_timeline_container_button_size_large .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_large.bold_timeline_item_button {
	font-size: 1.15em
}

.bold_timeline_container .bold_timeline_item_button.bold_timeline_item_button_width_block {
	display: block
}

.bold_timeline_container .bold_timeline_item_button.bold_timeline_item_button_width_inline {
	display: inline-block
}

/* Item lock */

.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;
	-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: 1000px;
	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: #52b7bd 2px solid;
	color: #52b7bd;
	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 #52b7bd 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: #52b7bd;
}

.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 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 #52b7bd 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 #52b7bd 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 #52b7bd 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 #52b7bd 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 #52b7bd 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: #52b7bd;
	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: #52b7bd;
	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 #52b7bd 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 #52b7bd 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 #52b7bd 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 #52b7bd 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 #52b7bd 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 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* Error fields validation */
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
	border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
	transition: all 380ms ease;
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
	border: 1px solid #52b7bd;
	box-shadow: 0 0 0 1px #52b7bd inset;
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError input:hover,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:hover {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 0 0 0 #52b7bd 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 #52b7bd inset, 5px 0 0 #52b7bd 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 #52b7bd inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, 5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

.rtl .btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
	box-shadow: 0 0 0 1px #52b7bd inset, -5px 0 0 #52b7bd inset, 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
	color: #52b7bd;
	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: #52b7bd;
	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: #52b7bd;
	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: 1000px;
	}

	/*.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 #52b7bd 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 .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

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

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

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

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

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

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	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;
	opacity: .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;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1e3ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

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

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

	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	from {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

*:focus,
* {
	outline: none;
	outline: 0
}

.touch * {
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent
}

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

audio:not([controls]) {
	display: none;
	height: 0
}

html,
body {
	margin: 0;
	padding: 0
}

*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat
}

.btClear:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

@font-face {
	font-family: quote;
	src: url(https://laundryday.in/wp-content/themes/laundry/fonts/Quote.woff)format("woff"), url(https://laundryday.in/wp-content/themes/laundry/fonts/Quote.ttf)format("truetype")
}

.btDarkSkin,
.bt-dark-skin {
	color: #fff;
	background-color: #000
}

.btLightSkin {
	color: #000;
	background-color: #fff
}

select,
textarea,
input,
.fancy-select .trigger {
	color: inherit
}

.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
	border: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger,
.bt-dark-skin select,
.bt-dark-skin textarea,
.bt-dark-skin input,
.bt-dark-skin .fancy-select .trigger,
.btLightSkin .bt-dark-skin select,
.btLightSkin .bt-dark-skin textarea,
.btLightSkin .bt-dark-skin input,
.btLightSkin .bt-dark-skin .fancy-select .trigger,
.bt-dark-skin .btLightSkin .bt-dark-skin select,
.bt-dark-skin .btLightSkin .bt-dark-skin textarea,
.bt-dark-skin .btLightSkin .bt-dark-skin input,
.bt-dark-skin .btLightSkin .bt-dark-skin .fancy-select .trigger {
	border: 1px solid rgba(255, 255, 255, .5)
}

select,
input {
	font-family: rubik, Arial, Helvetica, sans-serif
}

input:not([type=checkbox]):not([type=radio]),
button {
	-webkit-appearance: none
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
	outline: none;
	font: inherit;
	width: 100%;
	line-height: 1;
	width: 100%;
	display: block;
	padding: .8em;
	background: 0 0;
	color: inherit
}

.btTextRight input:not([type=checkbox]):not([type=radio]),
.btTextRight textarea,
.btTextRight select {
	text-align: right
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle
}

select,
.fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
input[type=submit] {
	height: 3.2em;
	line-height: 3.1em
}

input[type=text] {
	line-height: 3.1
}

.fancy-select {
	position: relative
}

.fancy-select .trigger {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer;
	padding: 0 0 0 1.5em
}

.btHardRoundedButtons .fancy-select .trigger {
	border-radius: 50px
}

.btSoftRoundedButtons .fancy-select .trigger {
	border-radius: 3px
}

.rtl .fancy-select .trigger {
	padding: 0 1.5em 0 0
}

.fancy-select .trigger:before {
	content: "\e688";
	font-family: Icon7Stroke;
	font-size: 2em;
	display: block;
	float: right;
	padding-right: .5em;
	transition: 150ms ease transform, 150ms ease color
}

.rtl .fancy-select .trigger:before {
	float: left;
	padding-right: 0;
	padding-left: .5em
}

.fancy-select .trigger.open:before {
	transform: scaleY(-1)
}

.fancy-select .options {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	list-style: none;
	max-height: 320px;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 7%);
	background-color: #fff;
	color: #000
}

.fancy-select .options.open {
	z-index: 20;
	display: block
}

.fancy-select .options.overflowing {
	top: auto;
	bottom: 2.4em
}

.fancy-select ul.options {
	padding: 0;
	margin: 0
}

.fancy-select ul.options li {
	cursor: pointer;
	padding-left: 1em;
	margin: 0;
	transition: 150ms ease color
}

.fancy-select ul.options li:hover {
	opacity: .8
}

.btHardRoundedButtons input:not([type=checkbox]):not([type=radio]),
.btHardRoundedButtons a.select2-choice {
	border-radius: 50px
}

.btSoftRoundedButtons input:not([type=checkbox]):not([type=radio]),
.btSoftRoundedButtons a.select2-choice {
	border-radius: 3px
}

.btHardRoundedButtons select {
	border-radius: 20px
}

.btSoftRoundedButtons select {
	border-radius: 3px
}

.btHardRoundedButtons textarea {
	border-radius: 10px
}

.btSoftRoundedButtons textarea {
	border-radius: 3px
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
.fancy-select .trigger {
	transition: all 500ms ease
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
textarea:focus,
.fancy-select .trigger.open {
	box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

textarea {
	resize: vertical;
	line-height: inherit
}

button {
	font: inherit;
	cursor: pointer
}

input[type=date]:before {
	display: none
}

input[type=submit] {
	font-family: rubik, Arial, Helvetica, sans-serif
}

.bt-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.bt-video-container iframe,
.bt-video-container object,
.bt-video-container embed,
.bt-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

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

pre code {
	display: block
}

pre {
	overflow: hidden
}

.btContentHolder pre {
	margin: 0 0 30px;
	white-space: pre-wrap;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .1)
}

a {
	text-decoration: none;
	transition: all 200ms ease;
	color: inherit
}

.btContent a {
	color: inherit
}

a:hover {
	text-decoration: none
}

.btContent a:hover {
	color: inherit
}

.btText a,
figcaption a {
	color: inherit;
	border-bottom: 2px solid #fcf113
}

a img {
	border: none
}

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

p,
dl,
address,
cite {
	margin: 0 0 1em
}

ul {
	margin: 0 0 1em 1em;
	padding: 0
}

ul ul {
	margin-bottom: 0
}

.rtl ul {
	margin: 0 1em 1em 0
}

.rtl ul ul {
	margin-bottom: 0
}

ol {
	margin: 0 0 1em 1em;
	padding: 0
}

ol ol {
	margin-bottom: 0
}

.rtl ol {
	margin: 0 1em 1em 0
}

.rtl ol ol {
	margin-bottom: 0
}

li {
	margin: 0 0 0 .5em;
	padding: 0
}

.btText li {
	margin-left: 1em
}

dt {
	font-weight: 600
}

dd {
	margin: 0 0 1.5em 3.5em
}

dd p {
	display: inline
}

dd:after {
	content: "";
	display: table;
	clear: both
}

figcaption {
	font-size: inherit
}

html {
	font-size: 16px
}

body {
	font-family: rubik, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	background-size: cover;
	background-attachment: fixed
}

small {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: rubik, Arial, Helvetica, sans-serif
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding: 0 0 .4em;
	line-height: 1.1;
	margin: 0;
	font-weight: 500
}

.btHeadingWeight_default h1,
.btHeadingWeight_default h2,
.btHeadingWeight_default h3,
.btHeadingWeight_default h4,
.btHeadingWeight_default h5,
.btHeadingWeight_default h6 {
	font-weight: 500
}

.btHeadingWeight_black h1,
.btHeadingWeight_black h2,
.btHeadingWeight_black h3,
.btHeadingWeight_black h4,
.btHeadingWeight_black h5,
.btHeadingWeight_black h6 {
	font-weight: 900
}

.btHeadingWeight_bolder h1,
.btHeadingWeight_bolder h2,
.btHeadingWeight_bolder h3,
.btHeadingWeight_bolder h4,
.btHeadingWeight_bolder h5,
.btHeadingWeight_bolder h6 {
	font-weight: 800
}

.btHeadingWeight_bold h1,
.btHeadingWeight_bold h2,
.btHeadingWeight_bold h3,
.btHeadingWeight_bold h4,
.btHeadingWeight_bold h5,
.btHeadingWeight_bold h6 {
	font-weight: 700
}

.btHeadingWeight_semi-bold h1,
.btHeadingWeight_semi-bold h2,
.btHeadingWeight_semi-bold h3,
.btHeadingWeight_semi-bold h4,
.btHeadingWeight_semi-bold h5,
.btHeadingWeight_semi-bold h6 {
	font-weight: 600
}

.btHeadingWeight_medium h1,
.btHeadingWeight_medium h2,
.btHeadingWeight_medium h3,
.btHeadingWeight_medium h4,
.btHeadingWeight_medium h5,
.btHeadingWeight_medium h6 {
	font-weight: 500
}

.btHeadingWeight_normal h1,
.btHeadingWeight_normal h2,
.btHeadingWeight_normal h3,
.btHeadingWeight_normal h4,
.btHeadingWeight_normal h5,
.btHeadingWeight_normal h6 {
	font-weight: 400
}

.btHeadingWeight_light h1,
.btHeadingWeight_light h2,
.btHeadingWeight_light h3,
.btHeadingWeight_light h4,
.btHeadingWeight_light h5,
.btHeadingWeight_light h6 {
	font-weight: 300
}

.btHeadingWeight_lighter h1,
.btHeadingWeight_lighter h2,
.btHeadingWeight_lighter h3,
.btHeadingWeight_lighter h4,
.btHeadingWeight_lighter h5,
.btHeadingWeight_lighter h6 {
	font-weight: 200
}

.btHeadingWeight_thin h1,
.btHeadingWeight_thin h2,
.btHeadingWeight_thin h3,
.btHeadingWeight_thin h4,
.btHeadingWeight_thin h5,
.btHeadingWeight_thin h6 {
	font-weight: 100
}

h1 {
	font-size: 4.375em
}

h2 {
	font-size: 3.75em
}

h3 {
	font-size: 3em
}

h4 {
	font-size: 2em
}

h5 {
	font-size: 1.5em
}

h6 {
	font-size: 1.125em
}

blockquote {
	font-size: 1.3em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	display: block;
	padding: 0;
	margin: 0;
	position: relative
}

.bt_bb_align_center blockquote {
	padding: 0
}

.bt_bb_align_right blockquote {
	padding: 0
}

.btArticleContent blockquote {
	margin: 3em 0 2em 2em
}

.btArticleContent blockquote p {
	margin-bottom: 0
}

blockquote:after {
	content: "";
	display: table;
	width: 100%;
	clear: both
}

blockquote:before {
	content: "\e900";
	font-family: Quote;
	display: block;
	font-size: 5.5em;
	line-height: 1;
	position: absolute;
	top: -.35em;
	left: -.35em;
	z-index: -1;
	color: #e8e8e8
}

.bt_bb_align_right blockquote:before {
	right: 0;
	left: auto
}

.bt_bb_align_center blockquote:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.btDarkSkin blockquote:before,
.btLightSkin .btDarkSkin blockquote:before,
.btDarkSkin.btLightSkin .btDarkSkin blockquote:before,
.bt-dark-skin blockquote:before,
.btLightSkin .bt-dark-skin blockquote:before,
.bt-dark-skin .btLightSkin .bt-dark-skin blockquote:before {
	opacity: .5
}

.bt_bb_align_center blockquote {
	padding: 0
}

.bt_bb_align_right blockquote {
	padding: 0 0 3.5em
}

cite {
	opacity: .6;
	font-size: .9em;
	font-style: normal
}

blockquote cite {
	display: block;
	margin: 1em 0
}

blockquote p cite {
	margin-top: 1em;
	display: block
}

.btContentHolder table {
	width: 100%;
	margin: 0 0 1em;
	border-collapse: collapse;
	text-align: initial;
	border: 1px solid rgba(0, 0, 0, 7%)
}

.btDarkSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btContentHolder table,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table,
.bt-dark-skin .btContentHolder table,
.btLightSkin .bt-dark-skin .btContentHolder table,
.bt-dark-skin .btLightSkin .bt-dark-skin .btContentHolder table {
	border: 1px solid rgba(255, 255, 255, 5%)
}

.btContentHolder table td,
.btContentHolder table th {
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 7%)
}

.btDarkSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,
.bt-dark-skin .btContentHolder table td,
.btLightSkin .bt-dark-skin .btContentHolder table td,
.bt-dark-skin .btLightSkin .bt-dark-skin .btContentHolder table td,
.btDarkSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btContentHolder table th,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th,
.bt-dark-skin .btContentHolder table th,
.btLightSkin .bt-dark-skin .btContentHolder table th,
.bt-dark-skin .btLightSkin .bt-dark-skin .btContentHolder table th {
	border: 1px solid rgba(255, 255, 255, 5%)
}

.btContentHolder table th {
	text-align: left
}

.rtl .btContentHolder table th {
	text-align: right
}

.btContentHolder table thead th {
	font-weight: 500;
	color: #000;
	background-color: #f3f3f3
}

.bt_bb_layout_boxed_600 .bt_bb_cell {
	width: 600px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_700 .bt_bb_cell {
	width: 700px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_800 .bt_bb_cell {
	width: 800px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_900 .bt_bb_cell {
	width: 900px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_1000 .bt_bb_cell {
	width: 1e3px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_1100 .bt_bb_cell {
	width: 1100px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
	width: 1200px;
	max-width: calc(100% - 60px)
}

.bt_bb_layout_boxed_1400 .bt_bb_cell {
	width: 1400px;
	max-width: calc(100% - 60px)
}

@media(max-width:480px) {
	.visible-xs {
		display: block !important
	}
}

@media(min-width:480px) and (max-width:767px) {
	.visible-ms {
		display: block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block !important
	}
}

@media(max-width:480px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:480px) and (max-width:767px) {
	.hidden-ms {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

html,
body {
	min-height: 100vh
}

body:not(.btPageTransitions) {
	min-height: 101vh
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed
}

.btContentWrap {
	transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.btContentWrap:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btSiteFooter {
	transition: transform 1s cubic-bezier(.23, 1, .32, 1), padding-top 300ms ease
}

.btPageWrap {
	position: relative;
	overflow: hidden;
	transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.btPageWrap:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.mainHeader,
.btVerticalHeaderTop {
	z-index: 10002
}

.btPreloader {
	z-index: 100000
}

.port {
	width: 100%;
	padding: 0 30px
}

.gutter .port {
	max-width: 1260px;
	margin: auto
}

.btWithSidebar .btContent .gutter .port {
	padding: 0
}

@media(max-width:1259px) {
	.gutter .port {
		width: 100%;
		max-width: none;
		padding-left: 30px;
		padding-right: 30px
	}

	.btMenuVerticalRight .btVerticalMenuTrigger {
		margin: 0
	}
}

.btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
	width: auto;
	padding: 0
}

:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding: 6em 30px
}

:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent .gutter .port {
	padding-left: 0;
	padding-right: 0
}

:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline+.btContentHolder .btContent>article:first-child {
	margin-top: 0
}

:not(.bt_bb_plugin_active) .btPageHeadline+.btContentHolder .btContent .btPagination {
	margin-bottom: 0
}

.btWithSidebar .btContentHolder {
	max-width: 1260px;
	margin: auto;
	padding: 6em 30px 8em;
	display: flex
}

.btWithSidebar .btContentHolder .btContent {
	width: 75%
}

.btWithSidebar .btContentHolder .btSidebar {
	width: 25%;
	padding: 0
}

.btSidebarLeft.btWithSidebar .btContentHolder {
	flex-direction: row-reverse
}

.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
	padding-right: 30px
}

.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
	padding-right: 0;
	padding-left: 30px
}

.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
	padding-left: 30px
}

.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
	padding-left: 0;
	padding-right: 30px
}

.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
	padding-left: 30px
}

.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
	padding-left: 0;
	padding-right: 30px
}

.btSidebarRight.btWithSidebar .btContentHolder .btContent {
	padding-right: 30px
}

.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
	padding-right: 0;
	padding-left: 30px
}

@media(max-width:768px) {

	.btWithSidebar.btSidebarRight .btContentHolder,
	.btWithSidebar.btSidebarLeft .btContentHolder {
		display: block
	}

	.btWithSidebar.btSidebarRight .btContentHolder .btContent,
	.btWithSidebar.btSidebarLeft .btContentHolder .btContent,
	.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
	.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
		width: auto;
		float: none;
		padding: 0
	}

	.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
	.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
		padding-top: 4em
	}
}

.btPreloader {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	transform: translateY(0);
	opacity: 1;
	transition: all .3s ease, opacity .3s ease
}

.btPreloader .animation {
	display: block;
	width: 100%;
	transition: all .3s ease
}

.btPreloader .animation>div img {
	margin: 0 auto
}

.btPreloader .animation .btLoaderText {
	color: #000;
	padding-bottom: 0;
	font-size: 1.5em;
	font-weight: 600
}

.btPreloader .animation .btLoaderText:empty {
	display: none
}

.btPreloader .btLoaderSpin svg {
	width: 100px;
	height: 100px;
	margin: 0;
	display: inline-block
}

.btPreloader .btLoaderSpin svg circle {
	fill: #fcf113
}

.btRemovePreloader .btPreloader {
	opacity: 0;
	transition: transform ease 1s, opacity ease 1s;
	visibility: hidden
}

.btRemovePreloader .btPreloader .animation {
	opacity: 0;
	transition: opacity ease .5s
}

body.error404 .mainHeader,
body.error404 .btVerticalHeaderTop,
body.error404 .btSiteFooter {
	display: none
}

body.error404 .btContentWrap {
	padding-top: 0 !important
}

body.error404 .btErrorPage {
	min-height: 70vh;
	align-items: center;
	display: flex;
	background-position: 10% 100%;
	background-size: initial
}

body.error404 .btErrorPage .port {
	padding-top: 6em;
	padding-bottom: 6em
}

body.error404 .btErrorPage .port .bt_bb_button.bt_bb_style_filled {
	font-size: .8em
}

body.error404 .btErrorPage .port .bt_bb_button.bt_bb_style_filled a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	padding: 1em 2em;
	box-shadow: 0 0 0 4em #000 inset;
	color: #fff;
	background-color: initial;
	transition: all 300ms ease
}

body.error404 .btErrorPage .port .bt_bb_button.bt_bb_style_filled a:hover {
	box-shadow: 0 0 0 1px #000 inset;
	color: #000
}

body.error404 .btErrorPage .port .bt_bb_button.bt_bb_style_filled a:after {
	content: "\e90c";
	font-family: Dripicons;
	padding-left: .5em
}

.post-password-form {
	max-width: 1260px;
	margin: 50px auto !important
}

.btBreadCrumbs {
	text-transform: uppercase
}

.btBreadCrumbs span {
	display: inline-block;
	margin-left: 0;
	padding-left: 0
}

.btBreadCrumbs span:not(:last-child):after {
	content: "";
	display: inline-block;
	margin: -2px 10px 0;
	letter-spacing: inherit;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	line-height: inherit;
	vertical-align: middle
}

.btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after {
	background-color: #000
}

.btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.bt-dark-skin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .bt-dark-skin .btBreadCrumbs span:not(:last-child):after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btBreadCrumbs span:not(:last-child):after {
	background-color: #fff
}

.btPageHeadline {
	background-color: rgba(0, 0, 0, 7%);
	background-size: cover
}

.btPageHeadline header {
	max-width: 768px;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.btMenuCenter .btPageHeadline header {
	margin: auto
}

.btPageHeadline header:not(.bt_bb_dash_top) .bt_bb_headline_superheadline {
	width: auto
}

.btPageHeadline .bt_bb_port {
	padding-bottom: 6em;
	padding-top: 6em
}

body.btBelowMenu .btPageHeadline .bt_bb_port {
	padding-top: 16em
}

.btBoxedPage .btPageWrap {
	max-width: 1200px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	margin-bottom: 3em;
	margin: 0 auto 3em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: initial
}

.btStickyHeaderActive.btBoxedPage .mainHeader {
	max-width: 1200px
}

.btLightSkin.btBoxedPage .btContentWrap {
	background-color: #fff
}

.btDarkSkin.btBoxedPage .btContentWrap,
.bt-dark-skin.btBoxedPage .btContentWrap {
	background-color: #000
}

.btErrorPage {
	min-height: 70vh;
	align-items: center;
	display: flex
}

.btErrorPage .port {
	padding-top: 6em;
	padding-bottom: 6em
}

.btNoSearchResults .bt_bb_port {
	display: block;
	max-width: 1260px;
	margin: 0 auto
}

.btNoSearchResults .bt_bb_port #searchform {
	display: flex;
	flex-wrap: wrap
}

.btNoSearchResults .bt_bb_port #searchform input[type=search] {
	flex-basis: 80%;
	margin-right: 1em
}

.btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	flex-basis: 15%;
	height: auto;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1;
	border: none;
	box-shadow: 0 0 0 3em #000 inset;
	color: #fff;
	transition: all 300ms ease;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btButtonWeight_default .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 500
}

.btButtonWeight_black .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 900
}

.btButtonWeight_bolder .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 800
}

.btButtonWeight_bold .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 700
}

.btButtonWeight_semi-bold .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 600
}

.btButtonWeight_medium .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 500
}

.btButtonWeight_normal .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 400
}

.btButtonWeight_light .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 300
}

.btButtonWeight_lighter .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 200
}

.btButtonWeight_thin .btNoSearchResults .bt_bb_port #searchform input[type=submit] {
	font-weight: 100
}

.btNoSearchResults .bt_bb_port #searchform input[type=submit]:hover {
	border: none;
	box-shadow: 0 0 0 1px #000 inset;
	color: #000
}

.btNoSearchResults .bt_bb_port .bt_bb_button.bt_bb_style_filled {
	font-size: .8em
}

.btNoSearchResults .bt_bb_port .bt_bb_button.bt_bb_style_filled a {
	padding: 1em 2em;
	box-shadow: 0 0 0 4em #000 inset;
	color: #fff;
	background-color: initial;
	transition: all 300ms ease
}

.btNoSearchResults .bt_bb_port .bt_bb_button.bt_bb_style_filled a:hover {
	box-shadow: 0 0 0 1px #000 inset;
	color: #000
}

.btNoSearchResults .bt_bb_port .bt_bb_button.bt_bb_style_filled a:after {
	content: "\e90c";
	font-family: Dripicons;
	padding-left: .5em
}

@media(max-width:620px) {
	.btNoSearchResults .bt_bb_port #searchform {
		display: block
	}

	.btNoSearchResults .bt_bb_port #searchform input[type=search] {
		margin-right: 0;
		margin-bottom: 1em
	}
}

.btNoSearchResults.bt_bb_section.bt_bb_top_spacing_large .bt_bb_port {
	padding-top: 0
}

.mainHeader {
	width: 100%;
	position: absolute;
	background-color: inherit;
	transform: translateY(0);
	font-family: rubik, Arial, Helvetica, sans-serif;
	transition: opacity 300ms ease;
	visibility: hidden;
	opacity: 0
}

.btMenuInitFinished .mainHeader {
	visibility: initial;
	opacity: 1
}

.mainHeader:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.mainHeader a {
	color: inherit;
	transition: all 200ms ease
}

.btPageTransitions .mainHeader {
	z-index: 1020
}

.btMenuHorizontal:not(.btBelowMenu) .mainHeader {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.btLogoArea {
	position: relative;
	z-index: 1
}

.menuPort {
	font-size: 15px;
	font-family: rubik, Arial, Helvetica, sans-serif;
	position: relative
}

.menuPort:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.menuPort nav ul {
	color:white;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	transition: all 100ms ease 0s
}

.menuPort nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}

.menuPort nav ul li a {
	display: block;
	position: relative;
	padding: 1em;
	font-weight: 400
}

.menuPort nav ul li a:hover {
	color: inherit;
	text-decoration: none
}

.btCapitalizeMainMenuItems .menuPort nav ul li a {
	text-transform: uppercase
}

.btMenuWeight_default .menuPort nav ul li a {
	font-weight: 400
}

.btMenuWeight_black .menuPort nav ul li a {
	font-weight: 900
}

.btMenuWeight_bolder .menuPort nav ul li a {
	font-weight: 800
}

.btMenuWeight_bold .menuPort nav ul li a {
	font-weight: 700
}

.btMenuWeight_semi-bold .menuPort nav ul li a {
	font-weight: 600
}

.btMenuWeight_medium .menuPort nav ul li a {
	font-weight: 500
}

.btMenuWeight_normal .menuPort nav ul li a {
	font-weight: 400
}

.btMenuWeight_light .menuPort nav ul li a {
	font-weight: 300
}

.btMenuWeight_lighter .menuPort nav ul li a {
	font-weight: 200
}

.btMenuWeight_thin .menuPort nav ul li a {
	font-weight: 100
}

.menuPort nav ul ul li {
	transition: opacity 300ms ease
}

.menuPort nav ul ul li.on {
	opacity: 1
}

.menuPort ul>li>ul {
	opacity: 0;
	pointer-events: none;
	transition: all 300ms ease
}

.rtl .menuPort ul>li>ul {
	transform-origin: 100% 0
}

.btCurrentPage_dot .menuPort ul>li>ul {
	transform: translateY(-20px);
	transform-origin: 0 0
}

.menuPort ul>li>ul ul {
	transform: none !important
}

.menuPort nav>ul>li>a {
	line-height: 80px;
	padding: 0
}

.btBelowLogoArea .menuPort nav>ul>li>a {
	line-height: 50px
}

.btTextLogo {
	font-size: 2em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 80px;
	z-index: 6
}

.btMenuVertical .btTextLogo {
	line-height: 48px
}

.btHeadingWeight_default .btTextLogo {
	font-weight: 500
}

.btHeadingWeight_black .btTextLogo {
	font-weight: 900
}

.btHeadingWeight_bolder .btTextLogo {
	font-weight: 800
}

.btHeadingWeight_bold .btTextLogo {
	font-weight: 700
}

.btHeadingWeight_semi-bold .btTextLogo {
	font-weight: 600
}

.btHeadingWeight_medium .btTextLogo {
	font-weight: 500
}

.btHeadingWeight_normal .btTextLogo {
	font-weight: 400
}

.btHeadingWeight_light .btTextLogo {
	font-weight: 300
}

.btHeadingWeight_lighter .btTextLogo {
	font-weight: 200
}

.btHeadingWeight_thin .btTextLogo {
	font-weight: 100
}

.btLogoArea .logo {
	line-height: 0;
	float: left;
	z-index: 6;
	position: relative
}

.btMenuVertical .btLogoArea .logo {
	transform: none !important
}

.rtl .btLogoArea .logo {
	float: right
}

.btLogoArea .logo img {
	height: 80px;
	width: auto;
	display: block
}

.btMenuCenter .btLogoArea .logo img {
	margin: auto
}

.btLogoArea .logo img.btAltLogo {
	display: none
}

.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
	display: block;
	position: relative;
	z-index: 1
}

.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
	margin: 14px 0
}

.btMenuHorizontal.btHideMenu .menuPort {
	opacity: 0;
	transition: opacity 1s ease;
	pointer-events: none
}

.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
	opacity: 1 !important;
	pointer-events: all
}

.btHorizontalMenuTrigger {
	display: none;
	float: right;
	margin: 0 0 0 .5em;
	font-size: 1.5em
}

.btHorizontalMenuTrigger .bt_bb_icon {
	width: 24px;
	height: 20px;
	position: relative;
	padding: 0;
	float: left;
	margin: 30px 0
}

.btHorizontalMenuTrigger .bt_bb_icon:before,
.btHorizontalMenuTrigger .bt_bb_icon:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	border-top-width: 2px;
	border-top-style: solid;
	transition: 300ms ease all;
	transform: translateY(0);
	transform-origin: -.75px 1px
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
	transform: rotate(45deg)translateY(0) !important
}

.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btDarkTransparentHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btDarkTransparentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btDarkTransparentHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btDarkTransparentHeader .btHorizontalMenuTrigger .bt_bb_icon:after {
	border-top-color: #000
}

.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after {
	border-top-color: #fff
}

.btHorizontalMenuTrigger .bt_bb_icon:after {
	top: auto;
	bottom: 0
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
	transform: rotate(-45deg)translateY(0) !important
}

.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	border-top-width: 2px;
	border-top-style: solid;
	margin-top: -1px;
	transform: scaleX(1)
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	transform: scaleX(0) !important
}

.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #000
}

.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #fff
}

.btHorizontalMenuTrigger:hover {
	cursor: pointer;
	color: inherit
}

.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btDarkTransparentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btDarkTransparentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
	border-top-color: #fcf113
}

.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
	border-top-color: #000
}

.btHorizontalMenuTrigger:hover .bt_bb_icon:before {
	transform: translateY(-5px)
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
	transform: rotate(0)translateY(-5px)
}

.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
	transform: translateY(5px)
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
	transform: rotate(0)translateY(5px)
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	transform: scaleX(1)
}

.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #fcf113
}

.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #000
}

.btMenuHorizontal .menuPort nav>ul>li>a:after {
	content: "";
	display: none;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	height: 4px;
	transition: 300ms ease all;
	opacity: 0
}

.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li>a:after {
	display: block;
	background-color: #fcf113;
	transform: translateX(-100px)
}

.btLightAccentHeader.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li>a:after {
	background-color: #fff
}

.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li>a:after {
	display: block;
	left: calc(5px * .4);
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #fcf113;
	bottom: 20%;
	margin-bottom: -4px;
	transform: translateY(8px)
}

.rtl.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li>a:after {
	left: auto;
	right: calc(50px * .4)
}

.btLightAccentHeader.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li>a:after {
	background-color: #fff
}

.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.on>a:after,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:after,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:after {
	opacity: 1;
	transform: translateY(0)
}

.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li.on>a:after,
.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor>a:after,
.btCurrentPage_dot.btMenuHorizontal .menuPort nav>ul>li.current-menu-item>a:after {
	opacity: 1;
	transform: translateY(0)
}

.btMenuHorizontal .menuPort nav>ul>li.on li.current-menu-ancestor>a,
.btMenuHorizontal .menuPort nav>ul>li.on li.current-menu-item>a,
.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-ancestor>a,
.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-item>a,
.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-ancestor>a,
.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-item>a {
	color: #fcf113 !important
}

.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.on li.current-menu-ancestor>a,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.on li.current-menu-item>a,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-ancestor>a,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-ancestor li.current-menu-item>a,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-ancestor>a,
.btCurrentPage_underline.btMenuHorizontal .menuPort nav>ul>li.current-menu-item li.current-menu-item>a {
	color: #000 !important
}

.btMenuHorizontal .menuPort>nav ul li a.btEmptyElement:after {
	display: none !important
}

.btMenuHorizontal .menuPort nav>ul>li:not(.btMenuWideDropdown)>ul>li.menu-item-has-children>a:before {
	content: "\e684";
	font-family: Icon7Stroke;
	font-size: 1.3em;
	display: inline-block;
	margin: 0 6px;
	position: relative;
	line-height: inherit;
	float: right;
	vertical-align: middle;
	color: inherit
}

rtl.btMenuHorizontal .menuPort nav>ul>li:not(.btMenuWideDropdown)>ul>li.menu-item-has-children>a:before {
	transform: rotate(180deg)
}

.btMenuHorizontal.btMenuCenter .menuPort nav.rightNav>ul>li:not(.btMenuWideDropdown)>ul>li.menu-item-has-children>a:before {
	transform: rotate(180deg);
	float: left
}

.btMenuHorizontal .menuPort ul li.btMenuWideDropdown>ul.sub-menu>li li:last-child a:after {
	display: none
}

.btMenuHorizontal .menuPort ul ul {
	background-color: #fff
}

.btMenuHorizontal .menuPort ul ul li a {
	line-height: 1.6;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: #000
}

.btMenuHorizontal .menuPort ul ul li .subToggler {
	color: #000
}

.btMenuHorizontal .menuPort ul ul li:not(:last-child)>a:after {
	content: "";
	display: block;
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	bottom: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, .1)
}

.btMenuHorizontal .menuPort ul ul li:not(:last-child)>a.btEmptyElement {
	display: none
}

.btMenuHorizontal .menuPort ul li.btMenuWideDropdown ul li:last-child>a:after {
	content: "";
	display: block;
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	bottom: 0;
	height: 1px;
	background-color: #fcf113
}

.subToggler {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 45px;
	z-index: 80;
	padding: 0;
	text-align: center
}

.on>.subToggler {
	transform: rotateX(180deg)
}

body.btMenuVertical .subToggler {
	display: block !important;
	padding: 20px 0;
	line-height: 1;
	right: 0;
	top: -5px
}

body.btMenuHorizontal .subToggler {
	right: 15px;
	line-height: 80px
}

body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
	right: auto;
	left: 0
}

body.btMenuHorizontal.rtl .subToggler {
	left: 15px;
	right: auto
}

body.btMenuHorizontal.btMenuBelowLogo .subToggler {
	line-height: 50px
}

body.btMenuHorizontal .menuPort ul ul .subToggler {
	right: 0;
	line-height: inherit;
	padding: 1em 0
}

body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
	left: 0;
	right: auto
}

.subToggler:before {
	content: "\f107";
	font: 16px/1 FontAwesome
}

.touch .btMenuHorizontal .menuPort nav ul li .subToggler {
	display: block
}

.btMenuHorizontal .menuPort>nav>ul>li {
	padding: 0 50px 0 0
}

.rtl.btMenuHorizontal .menuPort>nav>ul>li {
	padding: 0 0 0 50px
}

.rtl.btMenuHorizontal .menuPort>nav>ul>li:last-child {
	padding: 0
}

:not(.rtl).btMenuHorizontal .menuPort>nav>ul>li:last-child {
	padding: 0
}

html.touch :not(.rtl).btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children {
	padding: 0 50px 0 0
}

html.touch .rtl.btMenuHorizontal .menuPort>nav>ul>li.menu-item-has-children {
	padding: 0 0 0 50px
}

.btMenuHorizontal .menuPort>nav>ul ul {
	position: absolute;
	right: 0;
	top: auto;
	width: 220px;
	margin: 0;
	z-index: 1;
	padding: 0;
	pointer-events: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.btMenuHorizontal .menuPort>nav>ul ul li {
	z-index: 4;
	float: none
}

.btMenuHorizontal .menuPort>nav>ul ul ul {
	display: block;
	top: 0;
	margin: 0;
	pointer-events: none
}

.btMenuHorizontal .menuPort>nav>ul li.current-menu-item ul,
.btMenuHorizontal .menuPort>nav>li.current-menu-ancestor ul {
	margin: 0
}

.btMenuHorizontal .menuPort>nav>ul>li {
	float: left;
	position: relative;
	z-index: 5
}

.rtl.btMenuHorizontal .menuPort>nav>ul>li {
	float: right
}

.btMenuHorizontal .menuPort>nav>ul>li.on>ul {
	opacity: 1;
	pointer-events: auto;
	z-index: 2
}

.btCurrentPage_dot.btMenuHorizontal .menuPort>nav>ul>li.on>ul {
	transform: translateY(0)
}

.btMenuHorizontal .menuPort>nav>ul>li.on>ul>li.on>ul {
	opacity: 1;
	pointer-events: auto;
	z-index: 3
}

.btMenuHorizontal .menuPort nav ul li.on ul li.on ul li.on ul {
	opacity: 1;
	pointer-events: auto;
	z-index: 4
}

.btMenuHorizontal .menuPort>nav>ul>li>ul li a {
	transition: all ease 300ms
}

.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover {
	color: #fcf113
}

.btCurrentPage_underline.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover {
	color: #000;
	box-shadow: inset 5px 0 #fcf113
}

.btCurrentPage_dot.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover {
	transform: translateX(2px)
}

.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:last-child>ul {
	right: 0;
	left: auto
}

.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:nth-last-child(2)>ul {
	right: 0;
	left: auto
}

.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:last-child:not(.btMenuWideDropdown)>ul>li>ul {
	right: 0;
	left: -100%
}

.rtl.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:last-child:not(.btMenuWideDropdown)>ul>li>ul {
	right: auto
}

.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:nth-last-child(2):not(.btMenuWideDropdown)>ul>li>ul {
	right: 0;
	left: -100%
}

.rtl.btMenuHorizontal:not(.btMenuLeft) .menuPort>nav>ul>li:nth-last-child(2):not(.btMenuWideDropdown)>ul>li>ul {
	right: auto
}

.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.btMenuHorizontal .menuPort ul ul {
	right: auto;
	left: 0
}

.btMenuHorizontal .menuPort ul ul ul {
	left: 220px;
	right: auto
}

.rtl.btMenuHorizontal .menuPort ul ul ul {
	left: auto;
	right: 220px
}

.btMenuHorizontal .menuPort nav {
	float: left;
	padding-left: 50px
}

.rtl.btMenuHorizontal .menuPort nav {
	padding-right: 50px;
	padding-left: 0
}

.btMenuHorizontal.btMenuRight .menuPort nav {
	float: right
}

.btMenuHorizontal.btMenuCenter .logo {
	position: relative;
	z-index: 5;
	margin: 0 0 0 50%
}

.rtl.btMenuHorizontal.btMenuCenter .logo {
	float: left
}

.btMenuHorizontal.btMenuCenter .menuPort nav {
	float: none
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
	position: absolute;
	right: 50%;
	left: auto;
	padding: 0;
	padding-right: 50px
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
	float: right
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
	right: auto;
	left: -20px
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
	left: 220px;
	right: auto
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
	position: absolute;
	left: 50%;
	right: auto;
	padding-left: 50px
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
	right: -20px;
	left: auto
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
	right: 220px;
	left: auto
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
	text-align: right
}

.btMenuHorizontal.btMenuCenterBelow .logo {
	float: none;
	text-align: center
}

.btMenuHorizontal.btMenuCenterBelow .logo img {
	margin-left: auto;
	margin-right: auto
}

.btMenuHorizontal.btMenuCenterBelow .gutter .port {
	position: relative
}

.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
	position: absolute;
	right: 30px;
	top: 0
}

.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
	right: auto;
	left: 30px
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
	float: none;
	text-align: center
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
	float: none;
	display: inline-block
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
	display: block;
	text-align: left
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
	float: none !important
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
	padding: 0 0 0 50px !important
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
	left: 0;
	right: -20px
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
	text-align: right
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
	right: auto;
	left: -220px
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li>a:after {
	left: auto;
	right: 0
}

.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
	position: absolute;
	right: 0
}

.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
	right: auto;
	left: 0
}

html:not(.touch) body.btMenuHorizontal.btMenuRight .menuPort>nav>ul>li.btMenuWideDropdown ul {
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown {
	position: static
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul {
	width: 100%;
	left: 0
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li {
	top: auto;
	border-top: none !important;
	float: left
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a {
	font-weight: 600 !important;
	border: none !important
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>a:after {
	height: 3px;
	background-color: #fcf113
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li>ul:before {
	display: none
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul {
	opacity: 1;
	top: auto;
	margin: 0 !important;
	width: 100%;
	right: 0;
	left: 0;
	position: relative;
	box-shadow: none;
	transform: translateY(0) !important
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>ul>li:first-child>a {
	border-top: none !important
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li>li:not(:last-child) {
	border-left: 1px solid rgba(0, 0, 0, .1)
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>ul>li ul:before {
	display: none
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li {
	width: 100%
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown>li .sub-menu {
	width: 100%
}

html:not(.touch) body.btMenuHorizontal .menuPort>nav>ul>li.btMenuWideDropdown.on>ul>li>ul {
	pointer-events: auto
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.rightNav>ul>li.btMenuWideDropdown>ul {
	width: 300%;
	left: -200%
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort>nav.leftNav>ul>li.btMenuWideDropdown>ul {
	width: 300%;
	right: -200%
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1>ul>li {
	width: 100% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2>ul>li {
	width: 50% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3>ul>li {
	width: 33.33333% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4>ul>li {
	width: 25% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5>ul>li {
	width: 20% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6>ul>li {
	width: 16.66667% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7>ul>li {
	width: 14.28571% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8>ul>li {
	width: 12.5% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9>ul>li {
	width: 11.11111% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10>ul>li {
	width: 10% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11>ul>li {
	width: 9.09091% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12>ul>li {
	width: 8.33333% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13>ul>li {
	width: 7.69231% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14>ul>li {
	width: 7.14286% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15>ul>li {
	width: 6.66667% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16>ul>li {
	width: 6.25% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17>ul>li {
	width: 5.88235% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18>ul>li {
	width: 5.55556% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19>ul>li {
	width: 5.26316% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20>ul>li {
	width: 5% !important
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 ul.sub-menu {
	max-width: 580px
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu {
	max-width: 780px
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
	max-width: 920px
}

html:not(.touch) body.btMenuHorizontal.btMenuRight .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
	left: auto !important;
	right: 0 !important
}

html:not(.touch) body.btMenuHorizontal.btMenuLeft .mainHeader:not(.gutter) .menuPort>nav>ul>li.btMenuWideDropdown>ul {
	left: auto;
	right: auto
}

.btMenuHorizontal .topBar {
	font-size: .8em;
	line-height: 2.5em;
	z-index: 2
}

.btMenuHorizontal .topBar .topBarPort {
	display: flex;
	align-items: center
}

.btMenuHorizontal .topBar .topBarPort:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
	display: none
}

.btMenuHorizontal .topBarInMenu {
	line-height: inherit;
	float: right;
	display: flex;
	align-items: center;
	height: 80px;
	margin-left: 50px
}

.rtl.btMenuHorizontal .topBarInMenu {
	float: left;
	margin-left: 0;
	margin-right: 50px
}

.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 48px
}

.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
	height: 50px;
	line-height: 50px
}

.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
	padding: 0;
	z-index: 0
}

.btMenuHorizontal.btMenuBelowLogo .menuPort {
	clear: both;
	position: relative;
	margin: 0;
	float: none
}

.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
	padding: 0
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
	float: right
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li {
	margin: 0 0 0 50px
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav>ul>li:last-child {
	margin: 0 !important
}

.btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAccentHeader:not(.btBelowMenu) .mainHeader,
.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentLightHeader:not(.btBelowMenu) .mainHeader,
.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightDarkHeader:not(.btBelowMenu) .mainHeader,
.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.btTransparentLightHeader .mainHeader {
	color: #fff
}

.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
	background-color: #000
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
	color: #000;
	/* background-color: #000000d6 */
	background-color: #fff;

}

.btMenuVertical.btTransparentLightHeader .mainHeader {
	background-color: #000
}

.btTransparentLightHeader .btVerticalHeaderTop {
	color: #fff
}

.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
	background-color: #000
}

.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
	background-color: #fff;
	color: #000
}
.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .menuPort nav ul{
	color: black;
}

.btTransparentLightHeader .btBelowLogoArea .menuPort {
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.btTransparentLightHeader .topBar .topTools {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.btTransparentDarkHeader .mainHeader,
.btTransparentDarkHeader .btVerticalHeaderTop {
	color: #000
}

.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
	color: #fff;
	background-color: #000
}

.btMenuVertical.btTransparentDarkHeader .mainHeader,
.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btTransparentDarkHeader .btBelowLogoArea .menuPort {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btTransparentDarkHeader .topBar .topBarPort .topTools {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
	background-color: #fcf113;
	color: #000
}

.btAccentLightHeader .btBelowLogoArea a:hover,
.btAccentLightHeader .topBar a:hover {
	color: #8c8c8c
}

.btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
	background-color: #000;
	color: #fff
}

.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
	background-color: #fcf113;
	color: #fff
}

.btAccentDarkHeader .btBelowLogoArea a:hover,
.btAccentDarkHeader .topBar a:hover {
	color: #8c8c8c
}

.btLightDarkHeader .mainHeader,
.btLightDarkHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
	background-color: #000;
	color: #fff
}

.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
	background-color: initial
}

.btLightDarkHeader.btMenuHorizontal.btBelowMenu .btBelowLogoArea {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.btLightAccentHeader .mainHeader {
	background-color: #fff
}

.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
	background-color: #fcf113;
	color: #fff
}

.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
	background-color: initial
}

.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
	background-color: #fcf113
}

.btDarkTransparentHeader .mainHeader,
.btDarkTransparentHeader .btVerticalHeaderTop {
	color: #000
}

.btStickyHeaderActive.btDarkTransparentHeader .mainHeader,
.btStickyHeaderActive.btDarkTransparentHeader .btVerticalHeaderTop {
	background-color: #fff;
	color: #000
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btDarkTransparentHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btDarkTransparentHeader .btVerticalHeaderTop {
	color: #000;
	background-color: #fff
}

.btMenuVertical.btDarkTransparentHeader .mainHeader,
.btMenuVertical.btDarkTransparentHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btMenuVertical.btDarkTransparentHeader .mainHeader {
	color: #000
}

.btDarkTransparentHeader .btBelowLogoArea,
.btDarkTransparentHeader .topBar {
	background-color: #000;
	color: #fff
}

.btDarkTransparentHeader .btBelowLogoArea .menuPort {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btDarkTransparentHeader .topBar .topBarPort .topTools {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btAlternateTransparentHeader .mainHeader,
.btAlternateTransparentHeader .btVerticalHeaderTop {
	color: #8c8c8c
}

.btStickyHeaderActive.btAlternateTransparentHeader .mainHeader,
.btStickyHeaderActive.btAlternateTransparentHeader .btVerticalHeaderTop {
	background-color: #fff;
	color: #8c8c8c
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btAlternateTransparentHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btAlternateTransparentHeader .btVerticalHeaderTop {
	color: #8c8c8c;
	background-color: #fff
}

.btMenuVertical.btAlternateTransparentHeader .mainHeader,
.btMenuVertical.btAlternateTransparentHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btAlternateTransparentHeader.btMenuHorizontal .menuPort ul ul li a {
	color: #8c8c8c
}

.btMenuVertical.btAlternateTransparentHeader .mainHeader {
	color: #8c8c8c
}

.btAlternateTransparentHeader .btBelowLogoArea,
.btAlternateTransparentHeader .topBar {
	background-color: #8c8c8c;
	color: #fff
}

.btAlternateTransparentHeader .btBelowLogoArea .menuPort {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btAlternateTransparentHeader .topBar .topBarPort .topTools {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btAccentTransparentHeader .mainHeader,
.btAccentTransparentHeader .btVerticalHeaderTop {
	color: #000
}

.btStickyHeaderActive.btAccentTransparentHeader .mainHeader,
.btStickyHeaderActive.btAccentTransparentHeader .btVerticalHeaderTop {
	background-color: #fff;
	color: #000
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btAccentTransparentHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btAccentTransparentHeader .btVerticalHeaderTop {
	color: #000;
	background-color: #fff
}

.btMenuVertical.btAccentTransparentHeader .mainHeader,
.btMenuVertical.btAccentTransparentHeader .btVerticalHeaderTop {
	background-color: #fff
}

.btAccentTransparentHeader .mainHeader .topBar,
.btAccentTransparentHeader .btVerticalHeaderTop .topBar {
	color: #fff
}

.btMenuVertical.btAccentTransparentHeader .mainHeader {
	color: #fcf113
}

.btAccentTransparentHeader .btBelowLogoArea,
.btAccentTransparentHeader .topBar {
	background-color: #fcf113;
	color: #fff
}

.btAccentTransparentHeader .btBelowLogoArea .menuPort {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btAccentTransparentHeader .topBar .topBarPort .topTools {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader {
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transform: translateY(-100%)
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
	display: none
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
	padding: 0
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
	height: calc(80px*.8)
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
	font-size: 1.5em;
	line-height: calc(80px*.8)
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>.subToggler {
	line-height: calc(80px*.8)
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
	height: calc(80px*.8)
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
	display: none
}

.btHasAltLogo.btStickyHeaderActive .btMainLogo {
	display: none
}

.btHasAltLogo.btStickyHeaderActive .btAltLogo {
	display: block !important
}

.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transform: translateY(-100%)
}

.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
	transform: translateY(0%);
	transition: transform 200ms ease
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
	transform: translateY(-100%)
}

.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
	transform: translateY(0%)translateX(320px)
}

.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
	transform: translateY(0%)translateX(-320px)
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
	transform: translateY(-100%)translateX(320px)
}

.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
	transition: transform 200ms ease;
	transform: translateY(0)
}

.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
	transform: translateY(-100%)
}

.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
	transition: transform 200ms ease
}

.btVerticalHeaderTop {
	display: none;
	position: absolute;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px
}

.btMenuVertical .btVerticalHeaderTop {
	display: block
}

.btVerticalHeaderTop .btVerticalMenuTrigger {
	display: none;
	position: relative;
	z-index: 1;
	height: 48px;
	margin: 0 .5em 0 0;
	font-size: 1.5em
}

.rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
	margin: 0 0 0 .5em
}

.btVerticalMenuTrigger .bt_bb_icon {
	width: 24px;
	top: 20px;
	height: 20px;
	position: relative;
	padding: 0;
	float: left;
	margin: 14px 0
}

.btVerticalMenuTrigger .bt_bb_icon:before,
.btVerticalMenuTrigger .bt_bb_icon:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top-width: 2px;
	border-top-style: solid;
	transition: 300ms ease all;
	transform: translateY(0);
	transform-origin: -.75px 1px
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
	transform: rotate(45deg)translateY(0) !important
}

.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btDarkTransparentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btDarkTransparentHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btDarkTransparentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btDarkTransparentHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
	border-top-color: #000
}

.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
	border-top-color: #fff
}

.btVerticalMenuTrigger .bt_bb_icon:after {
	top: auto;
	bottom: 0
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
	transform: rotate(-45deg)translateY(0) !important
}

.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	border-top-width: 2px;
	border-top-style: solid;
	transform: scaleX(1)
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	transform: scaleX(0) !important
}

.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentTransparentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAlternateTransparentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAlternateTransparentHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentTransparentHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #000
}

.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #fff
}

.btVerticalMenuTrigger:hover {
	cursor: pointer;
	color: inherit
}

.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAlternateTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btDarkTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAlternateTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btDarkTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:after {
	border-top-color: #fcf113
}

.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after {
	border-top-color: #000
}

.btVerticalMenuTrigger:hover .bt_bb_icon:before {
	transform: translateY(-3px)
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
	transform: rotate(0)translateY(-3px)
}

.btVerticalMenuTrigger:hover .bt_bb_icon:after {
	transform: translateY(3px)
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
	transform: rotate(0)translateY(3px)
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	transform: scaleX(1)
}

.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAlternateTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkTransparentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #fcf113
}

.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
	border-top-color: #000
}

.btMenuVerticalOn .mainHeader {
	transform: translateX(0);
	transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
	transform: translateX(320px)
}

.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
	transform: translateX(-320px)
}

.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
	opacity: 0
}

.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
	transform: translateX(-320px)
}

.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
	opacity: 0
}

.btMenuVertical .mainHeader {
	text-align: center;
	height: 100%;
	top: 0;
	bottom: 0;
	position: fixed;
	width: 320px;
	clear: both;
	z-index: 101;
	padding: 0;
	box-shadow: none;
	overflow-y: auto;
	overflow-x: hidden
}

.btMenuInitFinished.btMenuVertical .mainHeader {
	transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-end
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-end
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
	order: 0
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
	order: 2
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
	order: 1
}

.btMenuVertical .mainHeader .btMainLogo {
	display: block !important
}

.btMenuVertical .mainHeader .btAltLogo {
	display: none !important
}

.btMenuVertical .mainHeader .logo {
	float: none;
	margin: 0;
	padding: 0 2em 1em
}

.btMenuVertical .mainHeader .logo img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%
}

.btMenuVertical .mainHeader .btCloseVertical {
	cursor: pointer;
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	top: 10px
}

.rtl.btMenuVertical .mainHeader .btCloseVertical {
	right: auto;
	left: 20px
}

.btMenuVertical .mainHeader .btCloseVertical:before {
	content: "\f00d";
	font-family: FontAwesome
}

.btMenuVertical .mainHeader .btCloseVertical:before:hover {
	color: #fcf113
}

.btMenuVertical .mainHeader .menuPort {
	display: flex;
	width: 100%;
	flex-direction: column-reverse
}

.btMenuVertical .mainHeader .menuPort .leftNav {
	order: 1
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
	padding-top: 1em;
	padding-bottom: 1em
}

.btMenuVertical .mainHeader nav {
	margin: 0 !important
}

.btMenuVertical .mainHeader nav ul>li>ul {
	opacity: 1;
	pointer-events: auto
}

.btMenuVertical .mainHeader nav ul {
	transition: none
}

.btMenuVertical .mainHeader nav ul li {
	padding: 0;
	position: relative;
	background-color: initial
}

.btMenuVertical .mainHeader nav ul li a {
	line-height: 1.1;
	padding: 1em 2em;
	border: none;
	font-weight: 400
}

.btMenuVertical .mainHeader nav ul li li {
	font-size: .9em
}

.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul {
	display: none
}

.btMenuVertical .mainHeader nav ul ul li {
	padding: 0;
	opacity: 1;
	border: none;
	background-color: initial
}

.btMenuVertical .mainHeader nav ul ul li ul {
	opacity: .8
}

.btMenuVertical .mainHeader nav ul ul li ul li a {
	border: none !important
}

.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,
.btMenuVertical .mainHeader nav li.current-menu-item>a {
	font-weight: 600
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget {
	margin-left: .75em;
	margin-right: .25em
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
	margin-left: .75em;
	margin-right: 0
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
	padding-right: .75em
}

.btMenuVertical .btVerticalMenuTrigger {
	display: block
}

.btMenuVertical .menuScrollPort {
	width: 320px;
	overflow: hidden
}

.btMenuVerticalRight .mainHeader {
	right: 0;
	transform: translateX(100%)
}

.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
	transform: translateX(0);
	box-shadow: -2px 0 5px rgba(0, 0, 0, .1)
}

.btMenuVerticalRight .btVerticalMenuTrigger {
	float: right
}

.btMenuVerticalLeft .mainHeader {
	left: 0;
	transform: translateX(-100%)
}

.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
	transform: translateX(0);
	box-shadow: 2px 0 5px rgba(0, 0, 0, .1)
}

.btMenuVerticalLeft .btVerticalMenuTrigger {
	float: left
}

.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
	flex-grow: 1
}

.btMenuHorizontal .btTopToolsRight {
	text-align: right
}

.rtl.btMenuHorizontal .btTopToolsRight {
	text-align: left
}

.btMenuHorizontal .topBarInLogoArea {
	float: right;
	height: 80px;
	display: flex;
	align-items: center
}

.rtl.btMenuHorizontal .topBarInLogoArea {
	float: left
}

.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
	border: 0 solid #fcf113
}

.btMenuVertical .mainHeader {
	text-align: center;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 320px;
	clear: both;
	z-index: 101;
	padding: 0;
	box-shadow: none;
	overflow-y: auto;
	overflow-x: hidden
}

.btMenuInitFinished.btMenuVertical .mainHeader {
	transition: transform 1s cubic-bezier(.23, 1, .32, 1)
}

:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-end
}

.btMenuVertical .mainHeader .topBar {
	order: 1
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-end
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
	order: 0
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
	order: 2
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
	order: 1
}

.btMenuVertical .mainHeader .btMainLogo {
	display: block !important
}

.btMenuVertical .mainHeader .btAltLogo {
	display: none !important
}

.btMenuVertical .mainHeader .logo {
	float: none;
	margin: 0;
	padding: 0 2em 1em
}

.btMenuVertical .mainHeader .logo img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%
}

.btMenuVertical .mainHeader .btCloseVertical {
	cursor: pointer;
	font-size: 1.5em;
	position: absolute;
	right: 20px;
	top: 10px
}

.rtl.btMenuVertical .mainHeader .btCloseVertical {
	right: auto;
	left: 20px
}

.btMenuVertical .mainHeader .btCloseVertical:before {
	content: "\f00d";
	font-family: FontAwesome
}

.btMenuVertical .mainHeader .btCloseVertical:hover:before {
	color: #fcf113
}

.btMenuVertical .mainHeader .menuPort {
	display: flex;
	width: 100%;
	flex-direction: column-reverse
}

.btMenuVertical .mainHeader .menuPort .leftNav {
	order: 1
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools.btTopToolsRight {
	padding: 2em 0 !important
}

.btMenuVertical .mainHeader .topBarInMenu {
	margin: 2em 0
}

.btMenuVertical .mainHeader nav {
	margin: 0 !important
}

.btMenuVertical .mainHeader nav ul>li>ul {
	opacity: 1;
	pointer-events: auto
}

.btMenuVertical .mainHeader nav ul {
	transition: none;
	transform: none !important
}

.btMenuVertical .mainHeader nav ul li {
	padding: 0;
	position: relative;
	background-color: initial
}

.btMenuVertical .mainHeader nav ul li a {
	line-height: 1.1;
	padding: 1em 2em;
	border: none;
	font-weight: 400
}

.btMenuVertical .mainHeader nav ul li li {
	font-size: .9em
}

.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor)>ul {
	display: none
}

.btMenuVertical .mainHeader nav ul ul li {
	padding: 0;
	opacity: 1;
	border: none;
	background-color: initial
}

.btMenuVertical .mainHeader nav ul ul li ul {
	opacity: .8
}

.btMenuVertical .mainHeader nav ul ul li ul li a {
	border: none !important
}

.btMenuVertical .mainHeader nav li.current-menu-ancestor>a,
.btMenuVertical .mainHeader nav li.current-menu-item>a {
	font-weight: 600
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
	display: inline-block;
	width: 100%
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
	display: block;
	margin: 0 auto 1em;
	font-size: .8em;
	line-height: 2;
	width: 4em;
	height: 4em
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
	padding-top: 2em
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
	font-size: 2em
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
	font-size: .9em;
	text-align: center;
	align-items: center
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
	display: inline-block
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
	margin-left: .75em;
	margin-right: 0;
	width: initial
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
	padding-right: .75em
}

.btMenuVertical .btVerticalMenuTrigger {
	display: block
}

.btMenuVertical .menuScrollPort {
	width: 320px;
	overflow: hidden
}

.btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator,
.bt-dark-skin .iScrollIndicator,
.btLightSkin .bt-dark-skin .iScrollIndicator,
.bt-dark-skin .btLightSkin .bt-dark-skin .iScrollIndicator {
	background-color: rgba(255, 255, 255, 5%) !important;
	border: 1px solid rgba(255, 255, 255, .1) !important
}

body.btMenuVerticalOn {
	width: 100vw;
	overflow: hidden
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li>ul {
	opacity: 1;
	pointer-events: auto;
	display: none
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul {
	display: block
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li>ul {
	display: none
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul {
	display: block
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li>ul {
	display: none
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul>li.on>ul>li.on>ul>li.on>ul {
	display: block
}

.admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
	top: 32px
}

.admin-bar.btMenuVertical .mainHeader {
	top: 32px
}

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

	.admin-bar.btStickyHeaderActive .mainHeader,
	.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
		top: 46px
	}

	.admin-bar.btMenuVertical .mainHeader {
		top: 46px
	}
}

@media screen and (max-width:600px) {
	.admin-bar.btStickyHeaderActive .mainHeader {
		top: 0
	}

	.admin-bar.btMenuVertical .btVerticalHeaderTop {
		top: 0
	}
}

.btSiteFooter:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btSiteFooter .copyLine {
	margin-bottom: 0
}

.btSiteFooter .btFooterMenu .menu {
	margin: 0 -1em;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block
}

.btSiteFooter .btFooterMenu .menu li {
	display: inline-block;
	margin: 0;
	padding: 0 1em
}

.btSiteFooter .bt_bb_text p {
	font-size: .9em;
	line-height: 1.7
}

.btSiteFooterWidgets {
	padding-top: 8em;
	font-weight: 300
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
	justify-content: initial;
	display: flex;
	flex-flow: row wrap
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
	background-color: initial;
	margin-bottom: 6em;
	flex: 1 1 25%;
	max-width: 25%
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img {
	margin: initial
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
	flex: 0 0 20%;
	width: 20%;
	max-width: 20%
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
	flex: 0 0 33.33%;
	width: 33.33%;
	max-width: 33.33%
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%
}

.btSiteFooterCopyMenu {
	box-shadow: 0 0 7px rgba(0, 0, 0, .15)inset
}

.btSiteFooterCopyMenu .port>div {
	display: flex;
	width: 100%
}

.btSiteFooterCopyMenu .port>div .btFooterCopy,
.btSiteFooterCopyMenu .port>div .btFooterMenu {
	padding-top: 2em;
	padding-bottom: 2em;
	flex: 1 1 50%
}

.btSiteFooterCopyMenu .port>div .btFooterMenu {
	text-align: right
}

.rtl .btSiteFooterCopyMenu .port>div .btFooterMenu {
	text-align: left
}

.rtl .btSiteFooterCopyMenu .port>div .btFooterCopy {
	text-align: right
}

.btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
	background: #fff
}

.btLightSkin .btSiteFooterCopyMenu,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu {
	background: #fff
}

.btLightSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before {
	background-color: #000
}

.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.bt-dark-skin .btSiteFooterWidgets,
.btLightSkin .bt-dark-skin .btSiteFooterWidgets,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterWidgets {
	background: #000
}

.btDarkSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,
.bt-dark-skin .btSiteFooterCopyMenu,
.btLightSkin .bt-dark-skin .btSiteFooterCopyMenu,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterCopyMenu {
	background: #000
}

.btDarkSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,
.bt-dark-skin .btSiteFooterCopyMenu .port:before,
.btLightSkin .bt-dark-skin .btSiteFooterCopyMenu .port:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterCopyMenu .port:before {
	background-color: #fcf113
}

@media(max-width:992px) {

	.btSiteFooter .port div .btFooterCopy,
	.btSiteFooter .port div .btFooterMenu {
		padding-top: 1em;
		padding-bottom: 1em;
		text-align: center
	}

	.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
		display: block
	}

	.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
		width: 100% !important;
		max-width: 100% !important
	}

	.btSiteFooterWidgets .btIconWidgetContent {
		width: 100%
	}

	.btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
		width: 100%
	}

	.btSiteFooterCopyMenu .port>div {
		display: block
	}
}

@media(max-width:620px) {
	.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
		flex-basis: 100%;
		max-width: 100%
	}
}

.sticky .headline:before {
	content: "\e91b";
	font-family: Dripicons;
	display: block;
	float: left;
	margin-right: .4em;
	font-size: .7em;
	padding-top: .3em
}

.sticky .btBlogSimpleViewCategories .headline:before {
	content: ""
}

.btContent .btArticleHeadline .bt_bb_headline a:hover,
.btPageHeadline .bt_bb_headline a:hover,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline a:hover {
	opacity: .8
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:hover,
.btPageHeadline .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:hover,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:hover {
	color: inherit
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:before,
.btPageHeadline .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:before,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_superheadline .btArticleCategories a:before {
	content: "\e958";
	font-family: Dripicons;
	font-size: 1rem;
	display: inline-block;
	margin: 0 5px 0 0
}

.btContent .btArticleHeadline .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_subheadline,
.btContent .btArticleHeadline .bt_bb_headline.bt_bb_size_large .bt_bb_headline_subheadline,
.btContent .btArticleHeadline .bt_bb_headline.bt_bb_size_large .bt_bb_headline_superheadline,
.btPageHeadline .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_subheadline,
.btPageHeadline .bt_bb_headline.bt_bb_size_large .bt_bb_headline_subheadline,
.btPageHeadline .bt_bb_headline.bt_bb_size_large .bt_bb_headline_superheadline,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_subheadline,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline.bt_bb_size_large .bt_bb_headline_subheadline,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline.bt_bb_size_large .bt_bb_headline_superheadline {
	font-size: 1rem !important
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a {
	text-transform: uppercase;
	color: inherit
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a:before,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a:before,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor a:before {
	content: "\e9b4";
	font-family: Dripicons;
	font-size: .9rem;
	display: inline-block;
	margin: 0 5px 0 0
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate {
	text-transform: uppercase
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate:before,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate:before,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleDate:before {
	content: "\e932";
	font-family: Dripicons;
	font-size: .9rem;
	display: inline-block;
	margin: 0 5px 0 0
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments {
	text-transform: uppercase;
	color: inherit
}

.btContent .btArticleHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments:before,
.btPageHeadline .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments:before,
.btArticleContentHolder .btArticleTextContent .bt_bb_headline .bt_bb_headline_subheadline .btArticleComments:before {
	content: "\e97f";
	font-family: Dripicons;
	font-size: .9rem
}

body.btNoSidebar .btPostSingleItemStandard:first-child {
	margin-top: 8em
}

body.btNoSidebar .btPostSingleItemStandard:last-child {
	margin-bottom: 4em
}

.btPostListStandard.btPostSingleItemStandard {
	padding: 0;
	margin-bottom: 3em
}

.btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.bt-dark-skin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.btLightSkin .bt-dark-skin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.bt-dark-skin .btLightSkin .bt-dark-skin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
	border-bottom: none
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.bt-dark-skin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.btLightSkin .bt-dark-skin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.bt-dark-skin .btLightSkin .bt-dark-skin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder {
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type).sticky .btArticleContentHolder {
	border-bottom: none
}

.btPostSingleItemStandard .btArticleMedia,
.btPostSingleItemStandard .btArticleHeadline,
.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
	margin-bottom: 3em;
	clear: both
}

.btPostSingleItemStandard .btArticleShareEtc {
	clear: both;
	display: flex;
	align-items: center
}

.btPostSingleItemStandard .btArticleShareEtc>div {
	flex: 1 1 50%
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn {
	text-align: right;
	flex: 1 1 50%
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-size: .9375em;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btButtonWeight_default .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 500
}

.btButtonWeight_black .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 900
}

.btButtonWeight_bolder .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 800
}

.btButtonWeight_bold .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 700
}

.btButtonWeight_semi-bold .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 600
}

.btButtonWeight_medium .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 500
}

.btButtonWeight_normal .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 400
}

.btButtonWeight_light .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 300
}

.btButtonWeight_lighter .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 200
}

.btButtonWeight_thin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button {
	font-weight: 100
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a {
	padding: 1em 2em;
	box-shadow: 0 0 0 1px #000 inset;
	transition: all 300ms ease
}

.btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a,
.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a,
.bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a,
.btLightSkin .bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a,
.bt-dark-skin .btLightSkin .bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button a {
	box-shadow: 0 0 0 1px #fff inset
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a {
	box-shadow: 0 0 0 2em #000 inset;
	color: #fff
}

.btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a,
.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a,
.bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a,
.btLightSkin .bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a,
.bt-dark-skin .btLightSkin .bt-dark-skin .btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button:hover a {
	color: #000;
	box-shadow: 0 0 0 2em #fff inset
}

.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder:before {
	content: "\e90c";
	font-family: Dripicons
}

.btPostSingleItemStandard.portfolio .btArticleHeadline {
	margin-bottom: 2em
}

.btPostSingleItemStandard.portfolio .btArticleContent {
	max-width: 880px
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
	max-width: initial
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
	display: flex;
	margin-left: -2em;
	margin-right: -2em
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
	flex: 1 1 70%;
	padding-left: 2em;
	padding-right: 2em
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
	flex: 1 1 30%;
	padding-left: 2em;
	padding-right: 2em
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl {
	display: flex;
	flex-wrap: wrap
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl dt {
	flex: 1 0 50%
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl dd {
	flex: 1 0 50%;
	text-align: left
}

body.single .btPostSingleItemStandard .btShareColumn {
	text-align: right
}

body.single.rtl .btPostSingleItemStandard .btShareColumn {
	text-align: left
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:first-child .btArticleContentHolder {
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

@media(max-width:580px) {
	.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
		display: block
	}
}

.btArticleSuperMeta dl {
	margin-bottom: 2em
}

.btArticleSuperMeta dl dt {
	min-width: 50%;
	padding-right: .75em;
	display: inline-block
}

.btArticleSuperMeta dl dd {
	text-align: right;
	display: inline-block;
	margin: 0
}

.btArticleSuperMeta .btShareColumn {
	margin-bottom: 1em;
	text-align: inherit !important
}

.btAboutAuthor {
	display: flex;
	width: 100%;
	margin: 0 0 2em;
	padding: 2em 0
}

.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor,
.bt-dark-skin .btAboutAuthor,
.btLightSkin .bt-dark-skin .btAboutAuthor,
.bt-dark-skin .btLightSkin .bt-dark-skin .btAboutAuthor {
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.btAboutAuthor .aaAvatar {
	vertical-align: top;
	padding: 0 1em 0 0;
	flex: 1 1 150px
}

.rtl .btAboutAuthor .aaAvatar {
	padding: 0 0 0 1em
}

.btAboutAuthor .aaAvatar img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%
}

.btAboutAuthor .aaTxt {
	flex: 0 1 100%;
	padding: 0
}

.btAboutAuthor .aaTxt h1,
.btAboutAuthor .aaTxt h2,
.btAboutAuthor .aaTxt h3,
.btAboutAuthor .aaTxt h4,
.btAboutAuthor .aaTxt h5,
.btAboutAuthor .aaTxt h6,
.btAboutAuthor .aaTxt h7,
.btAboutAuthor .aaTxt h8 {
	font-size: 1.3em
}

@media(max-width:520px) {
	.btAboutAuthor .aaAvatar {
		flex: 1 1 100px
	}
}

.btBorderDetail_show .btArticleMedia img,
.btBorderDetail_show .btArticleMedia .bt-video-container,
.btBorderDetail_show .btArticleMedia iframe,
.btBorderDetail_show .btArticleMedia .btQuote,
.btBorderDetail_show .btArticleMedia .btLink {
	border-bottom: 7px solid #fcf113
}

.btMediaBox {
	position: relative;
	overflow: hidden
}

.btMediaBox img {
	display: block;
	width: auto;
	height: auto
}

.btMediaBox .aspectVideo {
	visibility: hidden;
	width: 100%
}

.btMediaBox iframe {
	display: block;
	border: none
}

.btMediaBox.video iframe {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	border: none
}

.btMediaBox.audio {
	line-height: 0
}

.btMediaBox.audio iframe {
	display: block;
	width: 100% !important
}

.btMediaBox.btQuote,
.btMediaBox.btLink {
	text-align: center;
	position: relative;
	display: block;
	margin: 0;
	font-weight: 300;
	padding: 5em
}

.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #383838
}

.btMediaBox.btQuote[style*=background-image]:before,
.btMediaBox.btLink[style*=background-image]:before {
	opacity: .6
}

.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
	padding: 4em
}

.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
	padding: 0;
	font-size: 1.2em
}

.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
	content: ""
}

.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
	display: block;
	text-align: center;
	font: 2em/1em Dripicons;
	margin-bottom: .3em
}

.btMediaBox.btQuote p,
.btMediaBox.btLink p {
	font-size: 2em;
	line-height: 1.3em;
	margin: 0;
	font-style: italic
}

.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
	font-size: 1em;
	display: inline-block;
	padding: 1.5em 0 0;
	border-top: 1px solid #fff;
	margin: 1.5em 0 0
}

.btMediaBox.btQuote a,
.btMediaBox.btLink a {
	color: #fff;
	transition: all 300ms ease
}

.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
	color: #fff;
	opacity: .6
}

.btMediaBox.btLink p:before {
	content: "\e96c"
}

.btMediaBox.btLink blockquote {
	color: #fff
}

.btMediaBox.btQuote p:before {
	content: "\e981"
}

.btMediaBox.btQuote blockquote {
	color: #fff
}

.btMediaBox .bt_bb_slider .slick-dots li.slick-active,
.btMediaBox .bt_bb_slider .slick-dots li:hover {
	background: #707070
}

.btMediaBox .bt_bb_slider .slick-dots {
	bottom: 2em
}

.btHasAuthorInfo .btArticleContentHolder {
	position: relative;
	padding-left: 110px
}

.articleSideGutter {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
	width: 90px;
	text-align: center
}

.btPostListColumns .articleSideGutter {
	margin-left: 1em
}

.articleSideGutter .date {
	opacity: .8
}

.rtl .articleSideGutter {
	left: auto;
	right: 0
}

.articleSideGutter .asgItem.title {
	margin: 4px 0 0
}

@media(max-width:768px) {
	.btPostSingleItemStandard .btArticleShareEtc {
		display: block
	}

	.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn,
	.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn {
		max-width: 100%;
		padding-top: 1em;
		text-align: left
	}

	.btPostSingleItemStandard .btArticleShareEtc>div.btReadMoreColumn:first-child,
	.btPostSingleItemStandard .btArticleShareEtc>div.btShareColumn:first-child {
		padding-bottom: 1em
	}
}

@media(max-width:620px) {
	.btHasAuthorInfo .btArticleContentHolder {
		padding-left: 0;
		clear: both
	}

	.btHasAuthorInfo .articleSideGutter {
		position: relative;
		left: 0;
		margin: 0;
		width: auto;
		padding: 0 0 1em;
		clear: both
	}

	.btHasAuthorInfo .asgItem.avatar {
		width: 45px;
		float: left
	}
}

body.btNoSidebar .btPostListColumns:first-of-type,
body.btNoSidebar .btPostSingleItemColumns:first-of-type {
	margin-top: 8em
}

body.btNoSidebar .btPostListColumns:last-of-type,
body.btNoSidebar .btPostSingleItemColumns:last-of-type {
	margin-bottom: 4em
}

.btPostListColumns:not(:last-of-type),
.btPostSingleItemColumns:not(:last-of-type) {
	margin-bottom: 3em
}

.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
	display: flex;
	align-items: center;
	margin: 0 -1em
}

.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
	flex: 1 1 60%;
	max-width: 60%;
	margin: 0 1em
}

.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
	flex-basis: 0;
	max-width: 0%
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
	flex: 1 1 40%;
	max-width: 40%;
	padding: 1em
}

.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
	flex-basis: 100%;
	max-width: 100%
}

.btPostListColumns .btArticleContentHolder .btArticleHeadline,
.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
	margin-bottom: 1em
}

.btPostListColumns .btArticleContentHolder .btShareRow,
.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
	margin-top: 2em
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
	font-size: 1.5em
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
	padding-top: 1em;
	font-size: .8em
}

.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
	flex-direction: row-reverse
}

body.btNoSidebar .btPostListColumns.btArticleListItem:last-child {
	margin-bottom: 8em
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleContent {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.8em;
	max-height: 5.4em
}

@media(max-width:768px) {

	.btPostListColumns .btArticleContentHolder,
	.btPostSingleItemColumns .btArticleContentHolder {
		display: block;
		margin-left: 0;
		margin-right: 0
	}

	.btPostListColumns .btArticleContentHolder .btArticleMedia,
	.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
		clear: both;
		padding: 0 0 1em;
		max-width: 100%
	}

	.btPostListColumns .btArticleContentHolder .btArticleTextContent,
	.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
		clear: both;
		padding: 1em 0 !important;
		max-width: 100%
	}
}

.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
	content: "\e91b";
	font-family: Dripicons;
	margin: 0 .5em;
	color: #fcf113
}

.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 1em #fff inset;
	color: #000
}

.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 1px #fff inset;
	color: #fff
}

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
	box-shadow: 0 0 0 1px #fff inset;
	color: #fff
}

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
	box-shadow: 0 0 0 2em #fff inset;
	color: #000
}

.btPostSingleItemColumns .btArticleContentHolder {
	align-items: flex-start
}

.btPostSingleItemColumns .btArticleMedia,
.btPostSingleItemColumns .btArticleHeadline,
.btPostSingleItemColumns .btArticleContent,
.btPostSingleItemColumns .btArticleShareEtc {
	margin-bottom: 2em;
	clear: both
}

body.single .btPostSingleItemColumns .btArticleMedia {
	margin-bottom: 0
}

body.single .btPostSingleItemColumns .btArticleTextContent {
	padding: 0 1em
}

body.single .btPostSingleItemColumns .btArticleTextContent .btArticleShareEtc {
	margin-bottom: 0
}

body.single .btPostSingleItemColumns .btArticleTextContent .btArticleShareEtc .btTagsColumn {
	padding-bottom: 1em
}

body.btNoSidebar .btPostSingleItemColumns {
	margin-top: 4em
}

body.btNoSidebar .btArticleListItem.btPostListSimple:first-child {
	margin-top: 8em
}

.btArticleListItem.btPostListSimple .btArticleContentHolder {
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
	margin-top: 2em
}

.btArticleListItem.btPostListSimple:last-of-type .btArticleContentHolder {
	border-bottom: none;
	padding-bottom: 0
}

.btArticleListItem.animate {
	transition-delay: 200ms
}

.btContent .alignleft {
	text-align: left;
	margin-right: 1.5em
}

.btContent img.alignleft,
.btContent figure.alignleft {
	display: block;
	float: left
}

body:not(.bt_bb_plugin_active).btNoSidebar .btContent img.alignleft,
body:not(.bt_bb_plugin_active).btNoSidebar .btContent figure.alignleft {
	clear: both
}

.btContent .alignright {
	text-align: right;
	margin-left: 1.5em
}

.btContent img.alignright,
.btContent figure.alignright {
	display: block;
	float: right
}

body:not(.bt_bb_plugin_active).btNoSidebar .btContent img.alignright,
body:not(.bt_bb_plugin_active).btNoSidebar .btContent figure.alignright {
	clear: both
}

.btContent .alignnone {
	width: auto !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.btContent .aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.btContent img.aligncenter,
.btContent figure.aligncenter {
	display: block
}

.btContent figure {
	margin-bottom: 1em
}

.btContent figure.aligncenter {
	width: 100%;
	margin-top: 1em
}

.btContent figure figcaption {
	text-align: inherit;
	font-size: .85em;
	margin: 0;
	display: block !important
}

.btContent .wp-block-image .alignright>figcaption,
.btContent .wp-block-image.is-resized>figcaption {
	display: block
}

article .post-password-form {
	margin: 0 auto 4em !important
}

.post-password-form {
	margin: 0 auto 4em
}

.post-password-form p:first-child {
	color: #8c8c8c
}

.post-password-form p:nth-child(2) {
	display: flex;
	align-items: flex-end
}

.post-password-form p:nth-child(2) label {
	flex: 1 0 75%;
	padding-right: 5px
}

.post-password-form p:nth-child(2) label input[type=password] {
	padding: 10px;
	display: inline
}

.post-password-form p:nth-child(2) input[type=submit] {
	min-width: 100px;
	margin: 0 auto;
	width: auto;
	border: 0;
	cursor: pointer;
	padding: 0 1em;
	color: #fff;
	font-size: .8em;
	padding: 1em 2em;
	box-shadow: 0 0 0 3em #000 inset;
	transition: all 300ms ease
}

.btButtonWeight_default .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 500
}

.btButtonWeight_black .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 900
}

.btButtonWeight_bolder .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 800
}

.btButtonWeight_bold .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 700
}

.btButtonWeight_semi-bold .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 600
}

.btButtonWeight_medium .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 500
}

.btButtonWeight_normal .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 400
}

.btButtonWeight_light .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 300
}

.btButtonWeight_lighter .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 200
}

.btButtonWeight_thin .post-password-form p:nth-child(2) input[type=submit] {
	font-weight: 100
}

.post-password-form p:nth-child(2) input[type=submit]:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px)
}

body.btNoSidebar .btPagination {
	margin-bottom: 8em
}

body.btNoSidebar .btPostListColumns+.btPagination {
	margin-bottom: 8em
}

body.btNoSidebar .btPostListColumns.btPagination:first-of-type {
	margin-top: 3em
}

.btPagination {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin-top: 3em;
	padding-top: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, .1);
	max-width: 1230px;
	margin: auto
}

.btPagination:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btPagination .paging.onLeft {
	float: left
}

.rtl .btPagination .paging.onLeft {
	float: right
}

.btPagination .paging.onRight {
	float: right
}

.rtl .btPagination .paging.onRight {
	float: left
}

.btPagination .paging a {
	display: block;
	color: inherit
}

.btPagination .paging a:after {
	width: 1rem;
	display: block;
	text-align: center;
	font-size: 1em;
	font-family: Dripicons;
	transition: all 500ms ease
}

.btDarkSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btPagination .paging a:after,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:after,
.bt-dark-skin .btPagination .paging a:after,
.btLightSkin .bt-dark-skin .btPagination .paging a:after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btPagination .paging a:after {
	color: #fff
}

.btLightSkin .btPagination .paging a:after,
.btDarkSkin .btLightSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:after {
	color: #000
}

.btPagination .paging a:hover {
	opacity: .8
}

.btPagination .paging p {
	margin: 0
}

.btPagination .paging .pagePrev a:after {
	content: "\e90b";
	float: left;
	margin: 0 10px 0 0
}

.rtl .btPagination .paging .pagePrev a:after {
	content: "\e90c";
	float: right;
	margin: 0 0 0 10px
}

.btPagination .paging .pageNext a:after {
	content: "\e90c";
	float: right;
	margin: 0 0 0 10px
}

.rtl .btPagination .paging .pageNext a:after {
	content: "\e90b";
	float: left;
	margin: 0 10px 0 0
}

.btPrevNextNav:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

body.btNoSidebar .btPrevNextNav {
	margin-bottom: 4em
}

body:not(.bt_bb_plugin_active).btNoSidebar .btPrevNextNav {
	margin-bottom: 0
}

.btPrevNextNav .btPrevNext {
	display: flex;
	align-items: center;
	float: left;
	color: inherit;
	min-height: 6em;
	width: 50%;
	margin: 0
}

.btNext.btPrevNextNav .btPrevNext {
	flex-direction: row-reverse;
	float: right;
	text-align: right
}

.btPrevNextNav .btPrevNext.btPrev .bt-prev-next-image:after {
	right: 0
}

.btPrevNextNav .btPrevNext .btPrevNextImage {
	flex: 0 0 6em;
	height: 6em;
	background-size: cover;
	background-position: 50%;
	margin: 0 1em 0 0;
	position: relative;
	overflow: hidden
}

.btSoftRoundedButtons .btPrevNextNav .btPrevNext .btPrevNextImage {
	border-radius: 3px
}

.btHardRoundedButtons .btPrevNextNav .btPrevNext .btPrevNextImage {
	border-radius: 3px
}

.rtl .btPrevNextNav .btPrevNext .btPrevNextImage {
	margin: 0 0 0 1em
}

.btPrevNextNav .btPrevNext .btPrevNextItem {
	flex: 1 0;
	min-width: 0%
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-size: 1.5rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	transition: color 200ms ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4em;
	max-height: 2.8em
}

.btHeadingWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 500
}

.btHeadingWeight_black .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 900
}

.btHeadingWeight_bolder .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 800
}

.btHeadingWeight_bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 700
}

.btHeadingWeight_semi-bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 600
}

.btHeadingWeight_medium .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 500
}

.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 400
}

.btHeadingWeight_light .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 300
}

.btHeadingWeight_lighter .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 200
}

.btHeadingWeight_thin .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
	font-weight: 100
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-size: .8125rem;
	text-transform: capitalize;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: .8em;
	color: inherit;
	transition: all 200ms ease
}

.btSupertitleWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 400
}

.btSupertitleWeight_black .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 900
}

.btSupertitleWeight_bolder .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 800
}

.btSupertitleWeight_bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 600
}

.btSupertitleWeight_medium .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 500
}

.btSupertitleWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 400
}

.btSupertitleWeight_light .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 300
}

.btSupertitleWeight_lighter .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 200
}

.btSupertitleWeight_thin .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
	font-weight: 100
}

.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
	color: #fcf113
}

.btPrevNextNav .btPrevNext.btNext {
	flex-direction: row-reverse;
	text-align: right
}

.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
	margin: 0 0 0 1em
}

.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
	margin: 0 1em 0 0
}

.rtl .btPrevNextNav .btPrevNext {
	float: right
}

.rtl .btPrevNextNav .btPrevNext.btNext {
	text-align: left
}

@media(max-width:620px) {
	.btPrevNext .bt-prev-next-image {
		display: none
	}

	.btPrevNext .btPrevNextItem .btPrevNextTitle {
		font-size: 1rem
	}

	.btPrevNextNav .btPrevNext {
		width: 100%
	}

	.btPrevNextNav .btPrevNext:first-child {
		padding-bottom: 1em
	}
}

.btLinkPages:before {
	content: "";
	display: table;
	width: 100%;
	clear: both
}

.btLinkPages ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 1em
}

.btLinkPages ul li {
	list-style: none;
	display: inline-block
}

.btLinkPages ul li a {
	opacity: .8
}

.boldPhotoSlide {
	position: relative
}

.single .boldPhotoSlide h4.nbs {
	margin: 0 30px !important
}

.btArticleCategories {
	text-transform: uppercase
}

.btArticleCategories a {
	color: inherit
}

.btArticleCategories a:not(:first-child) {
	padding-left: .8em
}

.btArticleCategories a:not(:first-child):before {
	content: "" !important;
	display: inline-block;
	margin: 0 .8em 0 0 !important;
	letter-spacing: inherit;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	line-height: inherit;
	vertical-align: middle;
	margin-top: -2px !important
}

.btLightSkin .btArticleCategories a:not(:first-child):before,
.btDarkSkin .btLightSkin .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories a:not(:first-child):before {
	background: #000
}

.btDarkSkin .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btArticleCategories a:not(:first-child):before,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories a:not(:first-child):before,
.bt-dark-skin .btArticleCategories a:not(:first-child):before,
.btLightSkin .bt-dark-skin .btArticleCategories a:not(:first-child):before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleCategories a:not(:first-child):before {
	background: #fff
}

.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after {
	content: ' / ';
	padding: 0 .5em
}

.btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after {
	color: #000
}

.btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.bt-dark-skin .btArticleDate:not(:last-child):after,
.bt-dark-skin .btArticleAuthor:not(:last-child):after,
.bt-dark-skin .btArticleComments:not(:last-child):after,
.bt-dark-skin .btArticleCategories:not(:last-child):after,
.btLightSkin .bt-dark-skin .btArticleDate:not(:last-child):after,
.btLightSkin .bt-dark-skin .btArticleAuthor:not(:last-child):after,
.btLightSkin .bt-dark-skin .btArticleComments:not(:last-child):after,
.btLightSkin .bt-dark-skin .btArticleCategories:not(:last-child):after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleDate:not(:last-child):after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleAuthor:not(:last-child):after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleComments:not(:last-child):after,
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleCategories:not(:last-child):after {
	color: #fff
}

.btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btArticleCategories:not(:last-child),
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child) {
	border-color: rgba(0, 0, 0, .1)
}

.btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.bt-dark-skin .btArticleDate:not(:last-child),
.bt-dark-skin .btArticleAuthor:not(:last-child),
.bt-dark-skin .btArticleComments:not(:last-child),
.bt-dark-skin .btArticleCategories:not(:last-child),
.btLightSkin .bt-dark-skin .btArticleDate:not(:last-child),
.btLightSkin .bt-dark-skin .btArticleAuthor:not(:last-child),
.btLightSkin .bt-dark-skin .btArticleComments:not(:last-child),
.btLightSkin .bt-dark-skin .btArticleCategories:not(:last-child),
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleDate:not(:last-child),
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleAuthor:not(:last-child),
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleComments:not(:last-child),
.bt-dark-skin .btLightSkin .bt-dark-skin .btArticleCategories:not(:last-child) {
	border-color: rgba(255, 255, 255, .5) !important
}

.btArticleComments:before {
	margin: 0;
	display: inline-block
}

body:not(.rtl) .btArticleComments:before {
	margin-right: 5px
}

body.rtl .btArticleComments:before {
	margin-left: 5px;
	float: right
}

.gallery {
	margin-bottom: 1.6em
}

.gallery .gallery-item {
	display: inline-block;
	padding: 0 4px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0
}

.gallery-columns-2.gallery .gallery-item {
	max-width: 50%
}

.gallery-columns-3.gallery .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4.gallery .gallery-item {
	max-width: 25%
}

.gallery-columns-5.gallery .gallery-item {
	max-width: 20%
}

.gallery-columns-6.gallery .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7.gallery .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8.gallery .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9.gallery .gallery-item {
	max-width: 11.11%
}

@media(max-width:1200px) {
	.gallery-item {
		width: 100% !important;
		max-width: 100% !important
	}
}

.gallery-icon img {
	margin: 0 auto
}

.gallery-caption {
	display: block;
	padding: 5px 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.wp-caption-text {
	font-size: .9em;
	margin-bottom: 1em
}

.bypostauthor {
	font-size: inherit
}

body:not(.woocommerce) .bt-comments-box .form-submit {
	margin-bottom: 0
}

.bt-comments-box {
	margin: 3em 0
}

.bt-comments-box>h1,
.bt-comments-box>h2,
.bt-comments-box>h3,
.bt-comments-box>h4,
.bt-comments-box>h5,
.bt-comments-box>h6,
.bt-comments-box>h7,
.bt-comments-box>h8,
.bt-comments-box .comment-respond>h1,
.bt-comments-box .comment-respond>h2,
.bt-comments-box .comment-respond>h3,
.bt-comments-box .comment-respond>h4,
.bt-comments-box .comment-respond>h5,
.bt-comments-box .comment-respond>h6,
.bt-comments-box .comment-respond>h7,
.bt-comments-box .comment-respond>h8 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.5em
}

.bt-comments-box .comment-respond .comment-form {
	padding-bottom: 2em
}

.bt-comments-box .comment-respond .comment-form a {
	color: #8c8c8c
}

.bt-comments-box ul.comments,
.bt-comments-box ul.comments li.comment {
	list-style: none;
	display: block;
	padding-left: 0;
	margin: 0
}

.bt-comments-box ul.comments>li,
.bt-comments-box ul.comments>li.comment>ul.children>li.comment {
	display: block;
	margin: 0
}

.btLightSkin .bt-comments-box ul.comments>li,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li,
.btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .bt-comments-box ul.comments>li,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li,
.bt-dark-skin .bt-comments-box ul.comments>li,
.btLightSkin .bt-dark-skin .bt-comments-box ul.comments>li,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt-comments-box ul.comments>li,
.btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.bt-dark-skin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.btLightSkin .bt-dark-skin .bt-comments-box ul.comments>li.comment>ul.children>li.comment,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt-comments-box ul.comments>li.comment>ul.children>li.comment {
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.bt-comments-box ul.comments li>article {
	padding: 2em 0;
	position: relative;
	width: 100%;
	display: flex
}

.bt-comments-box ul.comments li>article .commentTxt {
	padding: 0;
	flex: 1 1 100%
}

.bt-comments-box ul.comments li>article .commentAvatar {
	padding: 0 20px 0 0;
	flex: 0 1 75px
}

.rtl .bt-comments-box ul.comments li>article .commentAvatar {
	padding: 0 0 0 20px
}

.bt-comments-box ul.comments li>article .commentAvatar img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%
}

.bt-comments-box ul.comments li.pingback {
	padding-top: 1em
}

.bt-comments-box ul.children {
	font-size: .85rem;
	margin-left: 75px
}

.bt-comments-box input,
.bt-comments-box textarea {
	transition: all 300ms ease
}

.bt-comments-box .btComment {
	line-height: 0
}

.bt-comments-box .btComment textarea,
.bt-comments-box .btComment label {
	line-height: 1.8
}

.bt-comments-box .vcard {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: center;
	padding-bottom: .5em
}

.bt-comments-box .vcard h1.author,
.bt-comments-box .vcard h2.author,
.bt-comments-box .vcard h3.author,
.bt-comments-box .vcard h4.author,
.bt-comments-box .vcard h5.author,
.bt-comments-box .vcard h6.author,
.bt-comments-box .vcard h7.author,
.bt-comments-box .vcard h8.author {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	flex: auto;
	font-size: 1.15em
}

.bt-comments-box .vcard .posted {
	font-size: .9em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	margin: 0;
	opacity: .8;
	line-height: 1.15;
	text-align: right;
	padding: 0 0 0 10px
}

.rtl .bt-comments-box .vcard .posted {
	text-align: left;
	padding: 0 10px 0 0
}

.woocommerce .bt-comments-box .vcard .star-rating {
	margin-left: .5em
}

.woocommerce .bt-comments-box .vcard .star-rating strong {
	display: none
}

.woocommerce.rtl .bt-comments-box .vcard .star-rating {
	right: auto;
	margin-left: 0;
	margin-right: .5em
}

.bt-comments-box .commentTxt p.edit-link,
.bt-comments-box .commentTxt p.reply {
	font-size: .9375em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	display: inline-block;
	line-height: 1
}

.bt-comments-box .commentTxt p.edit-link:not(:empty),
.bt-comments-box .commentTxt p.reply:not(:empty) {
	margin: 0 2em 0 0
}

.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),
.rtl .bt-comments-box .commentTxt p.reply:not(:empty) {
	margin: 0 0 0 2em
}

.bt-comments-box .commentTxt p.edit-link a,
.bt-comments-box .commentTxt p.reply a {
	opacity: .5
}

.bt-comments-box .commentTxt p.edit-link a:hover,
.bt-comments-box .commentTxt p.reply a:hover {
	opacity: 1
}

.bt-comments-box .comment-form {
	padding-bottom: 20px
}

.bt-comments-box .comment-navigation {
	text-align: right;
	clear: right
}

.bt-comments-box .comment-navigation a,
.bt-comments-box .comment-navigation span {
	display: inline-block;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.bt-comments-box .comment-navigation span {
	margin: 0 5px
}

#reviews .comment-reply-title {
	font-size: 1.25em
}

.comment-awaiting-moderation {
	color: #8c8c8c
}

a#cancel-comment-reply-link {
	font-weight: 300;
	display: inline-block;
	margin: 0 0 0 2em;
	color: #8c8c8c
}

.rtl a#cancel-comment-reply-link {
	margin: 0 2em 0 0
}

a#cancel-comment-reply-link:hover {
	color: #8c8c8c
}

.btCommentSubmit {
	font-size: .9375em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	padding: 1em 2em;
	line-height: 1;
	border: none;
	background-color: initial;
	box-shadow: 0 0 0 1px #000 inset;
	transition: all 300ms ease
}

.btButtonWeight_default .btCommentSubmit {
	font-weight: 500
}

.btButtonWeight_black .btCommentSubmit {
	font-weight: 900
}

.btButtonWeight_bolder .btCommentSubmit {
	font-weight: 800
}

.btButtonWeight_bold .btCommentSubmit {
	font-weight: 700
}

.btButtonWeight_semi-bold .btCommentSubmit {
	font-weight: 600
}

.btButtonWeight_medium .btCommentSubmit {
	font-weight: 500
}

.btButtonWeight_normal .btCommentSubmit {
	font-weight: 400
}

.btButtonWeight_light .btCommentSubmit {
	font-weight: 300
}

.btButtonWeight_lighter .btCommentSubmit {
	font-weight: 200
}

.btButtonWeight_thin .btCommentSubmit {
	font-weight: 100
}

.btHardRoundedButtons .btCommentSubmit {
	border-radius: 50px
}

.btSoftRoundedButtons .btCommentSubmit {
	border-radius: 3px
}

.btDarkSkin .btCommentSubmit,
.btLightSkin .btDarkSkin .btCommentSubmit,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentSubmit,
.bt-dark-skin .btCommentSubmit,
.btLightSkin .bt-dark-skin .btCommentSubmit,
.bt-dark-skin .btLightSkin .bt-dark-skin .btCommentSubmit {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset
}

.btCommentSubmit:hover {
	box-shadow: 0 0 0 3em #000 inset;
	color: #fff
}

.btDarkSkin .btCommentSubmit:hover,
.btLightSkin .btDarkSkin .btCommentSubmit:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentSubmit:hover,
.bt-dark-skin .btCommentSubmit:hover,
.btLightSkin .bt-dark-skin .btCommentSubmit:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin .btCommentSubmit:hover {
	color: #000;
	box-shadow: 0 0 0 3em #fff inset
}

.btCommentSubmit:before {
	display: none
}

.btCommentSubmit:after {
	content: "\e90c";
	font-family: Dripicons;
	padding-left: .5em
}

@media(max-width:520px) {
	.bt-comments-box .vcard {
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 0 15px
	}

	.bt-comments-box .vcard h5.author {
		flex: 1 1 100%
	}

	.bt-comments-box .vcard .posted {
		padding: 0;
		margin-top: .7em;
		text-align: left
	}

	.bt-comments-box ul.comments ul.children {
		padding: 0;
		margin: 0
	}

	.bt-comments-box ul.comments ul.children li.comment {
		padding: 0;
		border-top: none !important
	}

	.bt-comments-box ul.comments ul.children li.comment article {
		position: relative
	}

	.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
	.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
	.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article {
		background-color: rgba(0, 0, 0, .055)
	}

	.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
	.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
	.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
	.bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article,
	.btLightSkin .bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article,
	.bt-dark-skin .btLightSkin .bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article {
		background-color: rgba(255, 255, 255, .055)
	}

	.bt-comments-box ul.comments ul.children li.comment article .commentAvatar {
		padding-left: 10px
	}

	.bt-comments-box ul.comments ul.children li.comment article:after {
		content: "\f148";
		font: 16px/20px FontAwesome;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		text-align: center
	}

	.btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
	.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
	.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after {
		background-color: #fff
	}

	.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
	.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
	.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
	.bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article:after,
	.btLightSkin .bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article:after,
	.bt-dark-skin .btLightSkin .bt-dark-skin .bt-comments-box ul.comments ul.children li.comment article:after {
		background-color: #000
	}
}

.btBox {
	margin-bottom: 4em
}

.btBox:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btBox:last-child {
	margin-bottom: 0
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul {
	margin: 0
}

.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li {
	margin: 0;
	list-style: none
}

.btBox>h4,
.btCustomMenu>h4,
.btTopBox>h4 {
	font-size: 1.75em;
	margin-bottom: 1em;
	padding-bottom: 0;
	display: inline-block;
	width: 100%
}

.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
	font-size: 1.4em;
	margin-bottom: .35em
}

body:not(.btNoDashInSidebar) .btBox>h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu>h4:after,
body:not(.btNoDashInSidebar) .btTopBox>h4:after {
	content: "";
	clear: both;
	width: 3em;
	display: block;
	border-bottom: 3px solid #fcf113;
	margin: .8em 0 0
}

.btBox label,
.btCustomMenu label,
.btTopBox label {
	display: none
}

.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
	margin-bottom: .5em
}

.btBox select,
.btCustomMenu select,
.btTopBox select {
	display: block;
	margin: .5em 0 0;
	width: 100%;
	padding: .5em
}

.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
	list-style: none;
	margin: 0;
	display: block;
	padding: 0
}

.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
	display: block;
	width: auto;
	margin: 0;
	position: relative;
	padding: .8em 0;
	margin-left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 7%)
}

.btBox ul li a,
.btCustomMenu ul li a,
.btTopBox ul li a {
	display: block
}

.btLightSkin .btBox ul li,
.btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btCustomMenu ul li,
.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btTopBox ul li,
.btDarkSkin .btLightSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 7%)
}

.btDarkSkin .btBox ul li,
.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,
.bt-dark-skin .btBox ul li,
.btLightSkin .bt-dark-skin .btBox ul li,
.bt-dark-skin .btLightSkin .bt-dark-skin .btBox ul li,
.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,
.bt-dark-skin .btCustomMenu ul li,
.btLightSkin .bt-dark-skin .btCustomMenu ul li,
.bt-dark-skin .btLightSkin .bt-dark-skin .btCustomMenu ul li,
.btDarkSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btTopBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li,
.bt-dark-skin .btTopBox ul li,
.btLightSkin .bt-dark-skin .btTopBox ul li,
.bt-dark-skin .btLightSkin .bt-dark-skin .btTopBox ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
	margin: .8em 0 0;
	padding: 0
}

.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
	border-top: 1px solid rgba(0, 0, 0, 7%)
}

.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.bt-dark-skin .btBox ul li ul,
.btLightSkin .bt-dark-skin .btBox ul li ul,
.bt-dark-skin .btLightSkin .bt-dark-skin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.bt-dark-skin .btCustomMenu ul li ul,
.btLightSkin .bt-dark-skin .btCustomMenu ul li ul,
.bt-dark-skin .btLightSkin .bt-dark-skin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul,
.bt-dark-skin .btTopBox ul li ul,
.btLightSkin .bt-dark-skin .btTopBox ul li ul,
.bt-dark-skin .btLightSkin .bt-dark-skin .btTopBox ul li ul {
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
	padding-left: 1em
}

.btBox ul li.current-menu-item>a,
.btCustomMenu ul li.current-menu-item>a,
.btTopBox ul li.current-menu-item>a {
	color: #fcf113
}

.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
	content: "";
	clear: both;
	display: block
}

.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.btBox>ul>li:first-child,
.btCustomMenu>ul>li:first-child,
.btTopBox>ul>li:first-child {
	padding-top: 0
}

.btBox .btImageTextWidgetWrapper ul li,
.btCustomMenu .btImageTextWidgetWrapper ul li,
.btTopBox .btImageTextWidgetWrapper ul li {
	padding: 0 0 1em;
	border: none !important
}

.btBox .btImageTextWidget,
.btCustomMenu .btImageTextWidget,
.btTopBox .btImageTextWidget {
	display: flex;
	align-items: center
}

.btBox .btImageTextWidget:not(:last-child),
.btCustomMenu .btImageTextWidget:not(:last-child),
.btTopBox .btImageTextWidget:not(:last-child) {
	margin-bottom: .5em
}

.btBox .btImageTextWidget .btImageTextWidgetImage,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.btTopBox .btImageTextWidget .btImageTextWidgetImage {
	flex: 0 0 30%;
	padding-right: 10px
}

.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
	padding-right: 0;
	padding-left: 10px
}

.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
	display: block;
	line-height: 0
}

.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
	margin: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	max-width: 100%;
	width: 100%;
	height: auto
}

.btSoftRoundedButtons .btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btSoftRoundedButtons .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btSoftRoundedButtons .btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
	border-radius: 3px;
	overflow: hidden
}

.btHardRoundedButtons .btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btHardRoundedButtons .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btHardRoundedButtons .btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
	border-radius: 3px;
	overflow: hidden
}

.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
	flex: 0 0 70%;
	overflow: hidden
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
	text-transform: uppercase
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.2em;
	max-height: 2.4em
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline {
	margin-top: .3em
}

.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
	margin: 0
}

.btBox .posted del,
.btCustomMenu .posted del,
.btTopBox .posted del {
	color: inherit;
	opacity: .5;
	display: inline-block;
	margin: 0 5px 0 0
}

.btBox .posted ins,
.btCustomMenu .posted ins,
.btTopBox .posted ins {
	background: 0;
	text-decoration: none
}

.widget_bt_bb_recent_posts .btImageTextWidget .btImageTextWidgetImage a {
	overflow: hidden
}

.widget_bt_bb_recent_posts .btImageTextWidget .btImageTextWidgetImage a img {
	transition: all .3s linear 0s
}

.widget_bt_bb_recent_posts .btImageTextWidget .btImageTextWidgetImage a:hover img {
	transform: scale(1.1)
}

.widget_bt_bb_recent_posts .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
	margin-bottom: .2em
}

.widget_calendar table {
	width: 100%;
	border-collapse: collapse
}

.widget_calendar table caption {
	font-family: rubik, Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding: 5px;
	background: #000;
	color: #fff
}

.btHeadingWeight_default .widget_calendar table caption {
	font-weight: 500
}

.btHeadingWeight_black .widget_calendar table caption {
	font-weight: 900
}

.btHeadingWeight_bolder .widget_calendar table caption {
	font-weight: 800
}

.btHeadingWeight_bold .widget_calendar table caption {
	font-weight: 700
}

.btHeadingWeight_semi-bold .widget_calendar table caption {
	font-weight: 600
}

.btHeadingWeight_medium .widget_calendar table caption {
	font-weight: 500
}

.btHeadingWeight_normal .widget_calendar table caption {
	font-weight: 400
}

.btHeadingWeight_light .widget_calendar table caption {
	font-weight: 300
}

.btHeadingWeight_lighter .widget_calendar table caption {
	font-weight: 200
}

.btHeadingWeight_thin .widget_calendar table caption {
	font-weight: 100
}

.widget_calendar table thead th {
	background: #ccc;
	text-align: center;
	padding: 3px
}

.widget_calendar table tfoot td {
	padding: 3px
}

.widget_calendar table tfoot td#next {
	text-align: right
}

.widget_calendar table tbody tr:nth-child(odd) td {
	background: 0 0
}

.widget_calendar table tbody tr td#today {
	color: #fcf113
}

.widget_calendar table tbody td {
	text-align: center;
	padding: 2px 3px
}

.btBox.widget_archive ul li,
.btBox.widget_categories ul li {
	text-align: right
}

.rtl .btBox.widget_archive ul li,
.rtl .btBox.widget_categories ul li {
	text-align: left
}

.btBox.widget_archive ul li a,
.btBox.widget_categories ul li a {
	display: block;
	float: left
}

.rtl .btBox.widget_archive ul li a,
.rtl .btBox.widget_categories ul li a {
	float: right
}

.btBox.widget_archive ul li ul.children,
.btBox.widget_categories ul li ul.children {
	float: left;
	width: 100%
}

.btBox.widget_archive .fancy-select ul li,
.btBox.widget_categories .fancy-select ul li {
	text-align: initial
}

.btBox.widget_archive .fancy-select ul li:first-child,
.btBox.widget_categories .fancy-select ul li:first-child {
	padding-top: .5em
}

.btBox.widget_archive .fancy-select ul li a,
.btBox.widget_categories .fancy-select ul li a {
	display: inline;
	float: none !important
}

.widget_recent_comments .comment-author-link a {
	font-weight: 700;
	display: inline;
	padding: 0
}

.widget_rss li {
	margin-bottom: 15px
}

.widget_rss li a.rsswidget {
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btHeadingWeight_default .widget_rss li a.rsswidget {
	font-weight: 500
}

.btHeadingWeight_black .widget_rss li a.rsswidget {
	font-weight: 900
}

.btHeadingWeight_bolder .widget_rss li a.rsswidget {
	font-weight: 800
}

.btHeadingWeight_bold .widget_rss li a.rsswidget {
	font-weight: 700
}

.btHeadingWeight_semi-bold .widget_rss li a.rsswidget {
	font-weight: 600
}

.btHeadingWeight_medium .widget_rss li a.rsswidget {
	font-weight: 500
}

.btHeadingWeight_normal .widget_rss li a.rsswidget {
	font-weight: 400
}

.btHeadingWeight_light .widget_rss li a.rsswidget {
	font-weight: 300
}

.btHeadingWeight_lighter .widget_rss li a.rsswidget {
	font-weight: 200
}

.btHeadingWeight_thin .widget_rss li a.rsswidget {
	font-weight: 100
}

.widget_rss li .rss-date {
	display: block;
	margin: 0 0 5px
}

.widget_rss li cite {
	line-height: 2em
}

.widget_shopping_cart ul {
	width: 100%
}

.widget_shopping_cart ul li:last-child {
	border: none
}

.widget_shopping_cart .total {
	width: 100%;
	padding: 1em 0 0;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	border-top: 2px solid #efefef
}

.btHeadingWeight_default .widget_shopping_cart .total {
	font-weight: 500
}

.btHeadingWeight_black .widget_shopping_cart .total {
	font-weight: 900
}

.btHeadingWeight_bolder .widget_shopping_cart .total {
	font-weight: 800
}

.btHeadingWeight_bold .widget_shopping_cart .total {
	font-weight: 700
}

.btHeadingWeight_semi-bold .widget_shopping_cart .total {
	font-weight: 600
}

.btHeadingWeight_medium .widget_shopping_cart .total {
	font-weight: 500
}

.btHeadingWeight_normal .widget_shopping_cart .total {
	font-weight: 400
}

.btHeadingWeight_light .widget_shopping_cart .total {
	font-weight: 300
}

.btHeadingWeight_lighter .widget_shopping_cart .total {
	font-weight: 200
}

.btHeadingWeight_thin .widget_shopping_cart .total {
	font-weight: 100
}

.widget_shopping_cart .total strong {
	display: block;
	float: left;
	padding-right: 8px
}

.rtl .widget_shopping_cart .total strong {
	float: right;
	padding-right: 0;
	padding-left: 8px
}

.widget_shopping_cart .total .amount {
	display: block;
	float: right
}

.rtl .widget_shopping_cart .total .amount {
	float: left
}

.widget_shopping_cart .total:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btSidebar .widget_shopping_cart .btCartWidgetIcon {
	display: none
}

.widget_shopping_cart .total strong {
	min-width: 40px;
	font-weight: 500;
	display: inline-block
}

.widget_shopping_cart .buttons {
	width: 100%
}

.widget_shopping_cart .buttons .button.wc-forward {
	max-width: 120px
}

.widget_shopping_cart .buttons .button {
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	padding: .5em;
	background: #fcf113;
	color: #fff;
	box-shadow: none
}

.btHardRoundedButtons .widget_shopping_cart .buttons .button {
	border-radius: 50px
}

.btSoftRoundedButtons .widget_shopping_cart .buttons .button {
	border-radius: 3px
}

.widget_shopping_cart .buttons .button.checkout {
	float: right
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
	position: relative
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
	display: block;
	float: right;
	margin: 0 0 0 6px
}

.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
	float: left;
	margin: 0 6px 0 0
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	height: 1em;
	line-height: 1;
	width: 1em;
	vertical-align: middle;
	color: #fff;
	background-color: #8c8c8c
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
	content: "\e680";
	font-family: Icon7Stroke
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
	text-align: left
}

.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
	text-align: right
}

.menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
	display: inline-block;
	position: relative
}

.btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),
.btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),
.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child) {
	margin-left: 2em;
	margin-right: 0
}

.rtl.btMenuHorizontal .menuPort .widget_shopping_cart:not(:first-child),
.rtl.btMenuHorizontal .topTools .widget_shopping_cart:not(:first-child),
.rtl.btMenuHorizontal .topBarInLogoArea .widget_shopping_cart:not(:first-child) {
	margin-right: 2em;
	margin-left: 0
}

.btMenuVertical .menuPort .widget_shopping_cart,
.btMenuVertical .topTools .widget_shopping_cart,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart {
	position: static
}

.menuPort .widget_shopping_cart h2.widgettitle,
.topTools .widget_shopping_cart h2.widgettitle,
.topBarInLogoArea .widget_shopping_cart h2.widgettitle {
	display: none
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content,
.topTools .widget_shopping_cart .widget_shopping_cart_content,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content {
	position: initial;
	line-height: 1
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidget,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidget,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidget {
	position: initial;
	line-height: 1
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
	cursor: pointer;
	position: relative;
	line-height: 1
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
	content: "\e9a0";
	font-family: Dripicons
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
	font-size: .9em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2;
	display: block;
	padding: 2px 3px;
	border-radius: 50%;
	position: absolute;
	top: -1em;
	right: -1em;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
	background-color: #fcf113;
	color: #fff
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
	right: auto;
	left: 0
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
	position: absolute;
	right: 1px;
	top: -8px;
	display: inline-block;
	vertical-align: 50%;
	margin: 0 0 -50px -15px
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
	width: 300px;
	padding: 1em;
	position: absolute;
	z-index: 2;
	opacity: 0;
	right: 0;
	top: 3em;
	transform: translateY(-200%);
	color: #000;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
	padding: 0
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
	right: auto;
	left: 0
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove {
	float: left
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
	left: 0;
	right: 0;
	width: auto;
	min-width: 16em;
	z-index: 500;
	transform: translate3d(-100%, 0, 0);
	border: none !important;
	margin: 4em 0;
	transition: all 350ms ease;
	opacity: 0;
	min-height: 16em
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	background-color: #fcf113;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	max-width: 30px;
	margin: 0 auto 1em
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
	content: "\e680";
	font-family: Icon7Stroke;
	font-size: 1.5em;
	display: block;
	margin: 0 auto
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
	transform: translate3d(0, 0, 0)
}

.topBar .widget_shopping_cart .btCartWidgetInnerContent {
	font-size: 1.25em;
	color: #000 !important;
	text-align: left
}

.topBar .btTopToolsRight .widget_shopping_cart .btIco {
	margin-right: .5em
}

.widget_recent_reviews {
	font-size: .8em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1.4
}

.btHeadingWeight_default .widget_recent_reviews {
	font-weight: 500
}

.btHeadingWeight_black .widget_recent_reviews {
	font-weight: 900
}

.btHeadingWeight_bolder .widget_recent_reviews {
	font-weight: 800
}

.btHeadingWeight_bold .widget_recent_reviews {
	font-weight: 700
}

.btHeadingWeight_semi-bold .widget_recent_reviews {
	font-weight: 600
}

.btHeadingWeight_medium .widget_recent_reviews {
	font-weight: 500
}

.btHeadingWeight_normal .widget_recent_reviews {
	font-weight: 400
}

.btHeadingWeight_light .widget_recent_reviews {
	font-weight: 300
}

.btHeadingWeight_lighter .widget_recent_reviews {
	font-weight: 200
}

.btHeadingWeight_thin .widget_recent_reviews {
	font-weight: 100
}

.widget_recent_reviews li a img {
	display: block;
	width: 80px;
	height: auto;
	margin: 0 0 0 10px;
	float: right;
	border: 1px solid rgba(0, 0, 0, .1)
}

.widget_recent_reviews .product-title {
	font-size: 1.125rem
}

.widget_recent_reviews .reviewer {
	font-size: .875rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	margin-top: .5em
}

.btSubtitleWeight_default .widget_recent_reviews .reviewer {
	font-weight: 400
}

.btSubtitleWeight_black .widget_recent_reviews .reviewer {
	font-weight: 900
}

.btSubtitleWeight_bolder .widget_recent_reviews .reviewer {
	font-weight: 800
}

.btSubtitleWeight_bold .widget_recent_reviews .reviewer {
	font-weight: 700
}

.btSubtitleWeight_semi-bold .widget_recent_reviews .reviewer {
	font-weight: 600
}

.btSubtitleWeight_medium .widget_recent_reviews .reviewer {
	font-weight: 500
}

.btSubtitleWeight_normal .widget_recent_reviews .reviewer {
	font-weight: 400
}

.btSubtitleWeight_light .widget_recent_reviews .reviewer {
	font-weight: 300
}

.btSubtitleWeight_lighter .widget_recent_reviews .reviewer {
	font-weight: 200
}

.btSubtitleWeight_thin .widget_recent_reviews .reviewer {
	font-weight: 100
}

.widget_product_categories li li {
	margin: 0 0 0 1em
}

.product_list_widget .reviewer {
	display: block;
	line-height: 1
}

.product_list_widget li:after {
	display: table !important
}

.widget_products .product_list_widget .btImageTextWidget .bt_bb_headline .bt_bb_headline_content:after {
	display: none
}

.widget_price_filter .price_slider_wrapper .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
	margin-bottom: 1em;
	border: 0;
	border-radius: 1em;
	background-color: rgba(0, 0, 0, 7%)
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	top: -.25em;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: 0;
	border-radius: 1em;
	margin-left: -.5em;
	background-color: #fcf113
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
	font-size: .7em;
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: rgba(0, 0, 0, 7%)
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
	height: .5em
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.widget_price_filter .price_slider_amount {
	text-align: right
}

.widget_price_filter .price_slider_amount .button {
	float: left
}

.widget_price_filter .price_slider_amount .price_label {
	padding-top: 8px
}

.widget_price_filter .price_slider_amount .price_label span {
	font-weight: 600
}

.widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
	content: "\e680";
	font-family: Icon7Stroke;
	text-indent: 0;
	display: block;
	position: relative;
	float: left;
	margin-right: .5em;
	background-color: initial
}

.btBox .tagcloud a,
.btTags ul a {
	font-size: .8em !important;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 0;
	margin: 0 15px 2px 0;
	transition: all 300ms ease
}

.btLightSkin .btBox .tagcloud a,
.btDarkSkin .btLightSkin .btBox .tagcloud a,
.btLightSkin .btDarkSkin .btLightSkin .btBox .tagcloud a,
.btLightSkin .btTags ul a,
.btDarkSkin .btLightSkin .btTags ul a,
.btLightSkin .btDarkSkin .btLightSkin .btTags ul a {
	color: #000
}

.btDarkSkin .btBox .tagcloud a,
.btLightSkin .btDarkSkin .btBox .tagcloud a,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .tagcloud a,
.bt-dark-skin .btBox .tagcloud a,
.btLightSkin .bt-dark-skin .btBox .tagcloud a,
.bt-dark-skin .btLightSkin .bt-dark-skin .btBox .tagcloud a,
.btDarkSkin .btTags ul a,
.btLightSkin .btDarkSkin .btTags ul a,
.btDarkSkin.btLightSkin .btDarkSkin .btTags ul a,
.bt-dark-skin .btTags ul a,
.btLightSkin .bt-dark-skin .btTags ul a,
.bt-dark-skin .btLightSkin .bt-dark-skin .btTags ul a {
	color: #fff
}

.btSupertitleWeight_default .btBox .tagcloud a,
.btSupertitleWeight_default .btTags ul a {
	font-weight: 400
}

.btSupertitleWeight_black .btBox .tagcloud a,
.btSupertitleWeight_black .btTags ul a {
	font-weight: 900
}

.btSupertitleWeight_bolder .btBox .tagcloud a,
.btSupertitleWeight_bolder .btTags ul a {
	font-weight: 800
}

.btSupertitleWeight_bold .btBox .tagcloud a,
.btSupertitleWeight_bold .btTags ul a {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .btBox .tagcloud a,
.btSupertitleWeight_semi-bold .btTags ul a {
	font-weight: 600
}

.btSupertitleWeight_medium .btBox .tagcloud a,
.btSupertitleWeight_medium .btTags ul a {
	font-weight: 500
}

.btSupertitleWeight_normal .btBox .tagcloud a,
.btSupertitleWeight_normal .btTags ul a {
	font-weight: 400
}

.btSupertitleWeight_light .btBox .tagcloud a,
.btSupertitleWeight_light .btTags ul a {
	font-weight: 300
}

.btSupertitleWeight_lighter .btBox .tagcloud a,
.btSupertitleWeight_lighter .btTags ul a {
	font-weight: 200
}

.btSupertitleWeight_thin .btBox .tagcloud a,
.btSupertitleWeight_thin .btTags ul a {
	font-weight: 100
}

.btHardRoundedButtons .btBox .tagcloud a,
.btHardRoundedButtons .btTags ul a {
	border-radius: 50px
}

.btSoftRoundedButtons .btBox .tagcloud a,
.btSoftRoundedButtons .btTags ul a {
	border-radius: 3px
}

.rtl .btBox .tagcloud a,
.rtl .btTags ul a {
	float: right
}

.btBox .tagcloud a:before,
.btTags ul a:before {
	content: "\e9aa";
	font-family: Dripicons;
	color: #8c8c8c;
	padding-right: .5em
}

.btBox .tagcloud a:hover,
.btTags ul a:hover {
	opacity: .8
}

.btTags ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1
}

.btTags ul li {
	display: inline-block;
	padding: 0;
	margin: 0
}

.btTextLeft .btTags ul li {
	float: left
}

.btTextRight .btTags ul li {
	float: right
}

.widget_bt_bb_instagram .btInstaWrap {
	padding: .3em 0 1em
}

.widget_bt_bb_instagram .btInstaGrid {
	margin: 0 -5px
}

.widget_bt_bb_instagram .btInstaGrid span {
	display: block;
	width: 33.3333%;
	padding: 0 5px 10px;
	float: left
}

.widget_bt_bb_instagram .btInstaGrid span:hover img {
	opacity: .6
}

.widget_bt_bb_instagram .btInstaGrid img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	transition: opacity 200ms ease
}

.btBox .btImage {
	margin-bottom: .5em
}

.btBox .btImage img {
	width: auto;
	margin: auto
}

.topTools .btIconWidget,
.topBarInMenu .btIconWidget {
	position: relative;
	display: inline-block;
	line-height: inherit;
	margin-left: .5em;
	margin-right: .5em;
	transition: all 100ms linear
}

.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
	line-height: inherit;
	display: inline-block
}

.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
	padding: 0
}

.btAccentDarkHeader .topTools .btIconWidget:hover,
.btAccentDarkHeader .topBarInMenu .btIconWidget:hover {
	color: #8c8c8c
}

.btMenuHorizontal .topTools .btIconWidget,
.btMenuHorizontal .topBarInMenu .btIconWidget {
	margin: 0
}

.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
	margin-left: 2em;
	margin-right: 0
}

.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
	margin-right: 2em;
	margin-left: 0
}

.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
	margin-right: .5em
}

.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
	margin-right: 0;
	margin-left: .5em
}

.topTools a.btIconWidget:hover,
.topBarInMenu a.btIconWidget:hover {
	color: #fcf113
}

.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
	line-height: inherit;
	display: inline-block;
	margin-left: .5em
}

.topTools .btIconWidgetTitle,
.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetTitle,
.topBarInMenu .btIconWidgetText {
	display: inline-block;
	line-height: inherit
}

.topTools .btIconWidgetTitle,
.topBarInMenu .btIconWidgetTitle {
	margin-right: .5em;
	opacity: .8
}

.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetText {
	opacity: 1
}

.topTools .bt_bb_icon_holder,
.topBarInMenu .bt_bb_icon_holder {
	font-size: 1.3em
}

.topTools .bt_bb_icon_holder {
	opacity: .5
}

.topTools.btTopToolsLeft .btIconWidget.btWidgetWithText .btIconWidgetContent {
	margin: 0 0 0 .5em
}

.btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
	margin: 0 0 1.6em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start
}

.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
	margin: 0 0 2em;
	flex-direction: column;
	flex-flow: inherit;
	align-items: center;
	justify-content: center;
	float: none
}

.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
	font-size: 1em;
	line-height: 2.5;
	text-align: center;
	padding: 0;
	margin: 0 .7em 0 0;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	background-color: #000;
	color: #fff
}

.rtl .btSidebar .btIconWidget .btIconWidgetIcon,
.rtl footer .btIconWidget .btIconWidgetIcon,
.rtl .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
	padding: 0 0 0 .2em
}

.btSidebar .btIconWidget .btIconWidgetContent,
footer .btIconWidget .btIconWidgetContent,
.topBarInLogoArea .btIconWidget .btIconWidgetContent {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
	font-size: .75em;
	line-height: 1;
	padding-bottom: .5em
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
	font-size: 1em;
	display: block;
	line-height: 1;
	font-weight: 500
}

.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
	margin: 0
}

.topBarInLogoArea .btIconWidget {
	align-items: center;
	margin: 0 0 0 1em;
	float: right
}

.rtl.topBarInLogoArea .btIconWidget {
	margin-right: 0;
	margin-left: 1em;
	float: left
}

.topBarInLogoArea .btIconWidget:hover {
	color: inherit
}

.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
	color: #fcf113
}

a.btAccentIconWidget.btIconWidget:hover {
	color: #fcf113
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,
.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
	display: none
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
	width: auto;
	float: none;
	padding: .8em 0;
	margin: 0
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
	padding: 0 0 .8em
}

.btSiteFooterWidgets .btSearch,
.btSidebar .btSearch,
.btSidebar .widget_product_search {
	padding: 0 38px 0 0
}

.rtl .btSiteFooterWidgets .btSearch,
.rtl .btSidebar .btSearch,
.rtl .btSidebar .widget_product_search {
	padding: 0 0 0 38px
}

.btSiteFooterWidgets .btSearch .port,
.btSidebar .btSearch .port,
.btSidebar .widget_product_search .port {
	padding: 0
}

.btSiteFooterWidgets .btSearch input[type=text],
.btSiteFooterWidgets .btSearch input[type=search],
.btSidebar .btSearch input[type=text],
.btSidebar .btSearch input[type=search],
.btSidebar .widget_product_search input[type=text],
.btSidebar .widget_product_search input[type=search] {
	padding: 0 10px;
	background: 0 0;
	height: 38px;
	width: 100%;
	display: block
}

.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=text],
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=search],
.btSoftRoundedButtons .btSidebar .btSearch input[type=text],
.btSoftRoundedButtons .btSidebar .btSearch input[type=search],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=text],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=search] {
	padding: 0 1.2em;
	border-radius: 3px 0 0 3px
}

.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=text],
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=search],
.btHardRoundedButtons .btSidebar .btSearch input[type=text],
.btHardRoundedButtons .btSidebar .btSearch input[type=search],
.btHardRoundedButtons .btSidebar .widget_product_search input[type=text],
.btHardRoundedButtons .btSidebar .widget_product_search input[type=search] {
	padding: 0 1.2em
}

.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=text],
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=search],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=text],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=search],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=text],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=search] {
	border-radius: 0 3px 3px 0
}

.btSiteFooterWidgets .btSearch button,
.btSiteFooterWidgets .btSearch input[type=submit],
.btSidebar .btSearch button,
.btSidebar .btSearch input[type=submit],
.btSidebar .widget_product_search button,
.btSidebar .widget_product_search input[type=submit] {
	width: 38px;
	height: 38px;
	border: 0;
	float: right;
	margin: -38px -38px 0 0;
	cursor: pointer;
	padding: 0 !important;
	background: 0 0
}

.rtl .btSiteFooterWidgets .btSearch button,
.rtl .btSiteFooterWidgets .btSearch input[type=submit],
.rtl .btSidebar .btSearch button,
.rtl .btSidebar .btSearch input[type=submit],
.rtl .btSidebar .widget_product_search button,
.rtl .btSidebar .widget_product_search input[type=submit] {
	float: left;
	margin: -38px 0 0 -38px
}

.btLightSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btSidebar .btSearch button,
.btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btSidebar .widget_product_search button,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit] {
	color: #000
}

.btDarkSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.bt-dark-skin .btSiteFooterWidgets .btSearch button,
.btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch button,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.bt-dark-skin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.bt-dark-skin .btSidebar .btSearch button,
.btLightSkin .bt-dark-skin .btSidebar .btSearch button,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .btSearch button,
.btDarkSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.bt-dark-skin .btSidebar .btSearch input[type=submit],
.btLightSkin .bt-dark-skin .btSidebar .btSearch input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.bt-dark-skin .btSidebar .widget_product_search button,
.btLightSkin .bt-dark-skin .btSidebar .widget_product_search button,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .widget_product_search button,
.btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit],
.bt-dark-skin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .bt-dark-skin .btSidebar .widget_product_search input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .widget_product_search input[type=submit] {
	color: #fff
}

.btSiteFooterWidgets .btSearch button:before,
.btSidebar .btSearch button:before,
.btSidebar .widget_product_search button:before {
	content: "\e99f";
	font-family: Dripicons;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	transform: scale(1);
	transition: all 300ms ease
}

.btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btSidebar .widget_product_search button:before,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before {
	color: #000
}

.btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.bt-dark-skin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch button:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.bt-dark-skin .btSidebar .btSearch button:before,
.btLightSkin .bt-dark-skin .btSidebar .btSearch button:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .btSearch button:before,
.btDarkSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.bt-dark-skin .btSidebar .widget_product_search button:before,
.btLightSkin .bt-dark-skin .btSidebar .widget_product_search button:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSidebar .widget_product_search button:before {
	color: #fff
}

.btSiteFooterWidgets .btSearch button:hover:before,
.btSidebar .btSearch button:hover:before,
.btSidebar .widget_product_search button:hover:before {
	transform: scale(1.1)
}

.btSiteFooterWidgets .btSearch .bt_bb_icon,
.btSidebar .btSearch .bt_bb_icon,
.btSidebar .widget_product_search .bt_bb_icon {
	display: none
}

.btTopToolsRight .btSearch .bt_bb_icon,
.btTopToolsRight .widget_shopping_cart .bt_bb_icon {
	margin-left: .5em;
	padding-left: .5em
}

.btTopToolsLeft .btSearch .bt_bb_icon,
.btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
	margin-left: .5em;
	padding-left: .5em
}

.widget_search {
	line-height: 1
}

.widget_search .btSearch {
	line-height: 1
}

.widget_search .btSearch .bt_bb_icon {
	padding: 0
}

.widget_search .btSearch .bt_bb_icon .bt_bb_icon_holder:before {
	content: "\e99f";
	font-family: Dripicons
}

.btSearchInner.btFromTopBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(0, 100%);
	box-shadow: 0 0 50px rgba(0, 0, 0, .15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 800ms ease;
	z-index: 99998
}

.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
	background: #fff
}

.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.bt-dark-skin .btSearchInner.btFromTopBox,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox {
	background: #000
}

.btSearchInner.btFromTopBox .btSearchInnerContent {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.btSearchInner.btFromTopBox form {
	text-align: center;
	position: absolute;
	height: 6.75em;
	left: 0;
	right: 0;
	top: 50%;
	margin: -3.375em 10% 0
}

.btSearchInner.btFromTopBox .btSearchInnerClose {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

.rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
	right: auto;
	left: 0
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
	padding: 0;
	width: auto;
	height: auto;
	transition: none
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
	content: "\e680";
	font: 8em/1 Icon7Stroke;
	width: auto;
	height: auto;
	transition: none
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
	color: #fcf113;
	transition: 300ms ease all;
	transform: rotate(0)
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
	color: #c0b702;
	transition: 300ms ease all;
	transform: rotate(180deg)
}

.btSearchInner.btFromTopBox input[type=text] {
	padding: 0 2em 0 1em;
	height: 2.25em;
	line-height: 2.25em;
	font-size: 3em;
	font-weight: 300;
	border: none;
	text-align: left;
	transition: 500ms ease all
}

.rtl .btSearchInner.btFromTopBox input[type=text] {
	padding: 0 1em 0 2em
}

.btLightSkin .btSearchInner.btFromTopBox input[type=text],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type=text],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type=text] {
	color: #000;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)inset
}

.btDarkSkin .btSearchInner.btFromTopBox input[type=text],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text],
.bt-dark-skin .btSearchInner.btFromTopBox input[type=text],
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text],
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text] {
	color: #fff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .5)inset
}

.btSearchInner.btFromTopBox input[type=text]:focus {
	border: none;
	transition: all 500ms ease
}

.btLightSkin .btSearchInner.btFromTopBox input[type=text]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type=text]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type=text]:focus {
	box-shadow: 0 0 0 3px #000 inset
}

.btDarkSkin .btSearchInner.btFromTopBox input[type=text]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]:focus,
.bt-dark-skin .btSearchInner.btFromTopBox input[type=text]:focus,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]:focus {
	box-shadow: 0 0 0 3px #fff inset
}

.btHardRoundedButtons .btSearchInner.btFromTopBox input[type=text] {
	border-radius: 100px
}

.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type=text] {
	border-radius: 10px
}

.btSquareButtons .btSearchInner.btFromTopBox input[type=text] {
	border-radius: 0
}

.btSearchInner.btFromTopBox button {
	border: 0 !important;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	border-radius: 0;
	width: 6.75em;
	height: 6.75em;
	background: 0 0 !important;
	border: 0;
	cursor: pointer;
	box-shadow: none !important
}

.rtl .btSearchInner.btFromTopBox button {
	right: auto;
	left: 0
}

.btSearchInner.btFromTopBox button:before {
	content: "\e618";
	font: 4em/1 Icon7Stroke;
	font-weight: 400;
	display: block;
	color: #fff;
	text-align: center;
	transition: color 300ms ease
}

.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
	color: rgba(0, 0, 0, .1)
}

.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.bt-dark-skin .btSearchInner.btFromTopBox button:before,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox button:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox button:before {
	color: rgba(255, 255, 255, .5)
}

.btSearchInner.btFromTopBox button:hover:before {
	color: #fcf113;
	transition: color 300ms ease
}

.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0, 0);
	visibility: visible
}

.btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder,
.bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .3)
}

.btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder,
.bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, .3)
}

.btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder,
.bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder,
.btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder,
.bt-dark-skin .btLightSkin .bt-dark-skin .btSearchInner.btFromTopBox input[type=text]::-ms-input-placeholder {
	color: rgba(255, 255, 255, .3)
}

div.btButtonWidget {
	font-size: 1.0625em;
	display: inline-block;
	width: auto;
	margin: .5em
}

.btHardRoundedButtons div.btButtonWidget .btButtonWidgetLink {
	border-radius: 50px
}

.btSoftRoundedButtons div.btButtonWidget .btButtonWidgetLink {
	border-radius: 3px
}

div.btButtonWidget .btButtonWidgetLink {
	padding: 1em 1.6em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	text-align: center;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1);
	transition: all 300ms ease
}

div.btButtonWidget .btButtonWidgetLink:hover {
	color: #fff;
	box-shadow: 0 0 0 3em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

div.btButtonWidget .btButtonWidgetLink .btButtonWidgetIcon {
	padding: 0 .5em 0 0
}

div.btButtonWidget .btButtonWidgetLink .btButtonWidgetIcon .bt_bb_icon_holder {
	font-size: .9rem;
	line-height: 1.9;
	width: 1.9em;
	height: 1.9em;
	opacity: 1;
	border-radius: 50%;
	display: block;
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset;
	transition: all 300ms ease
}

div.btButtonWidget .btButtonWidgetLink .btButtonWidgetContent {
	line-height: 1;
	display: flex;
	align-items: center
}

div.btButtonWidget .btButtonWidgetLink .btButtonWidgetContent span.btButtonWidgetText {
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 0
}

div.btButtonWidget.btWithIcon .btButtonWidgetLink {
	padding: .6em 1.3em .6em .6em
}

.btMenuHorizontal div.btButtonWidget:not(:first-child) {
	margin-left: 2em;
	margin-right: 0
}

.rtl.btMenuHorizontal div.btButtonWidget:not(:first-child) {
	margin-right: 2em;
	margin-left: 0
}

.btMenuHorizontal div.btButtonWidget:not(.btWithLink) {
	padding-left: 1em;
	margin: 0
}

div.btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset
}

div.btButtonWidget.btLightAccentButton.btOutlineButton .bt_bb_icon_holder {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btLightAccentButton.btFilledButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAccentButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAccentButton.btFilledButton .bt_bb_icon_holder {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btLightAlternateButton.btOutlineButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAlternateButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #8c8c8c;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAlternateButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #8c8c8c inset
}

div.btButtonWidget.btLightAlternateButton.btOutlineButton .bt_bb_icon_holder {
	color: #8c8c8c;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btLightAlternateButton.btFilledButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 4em #8c8c8c inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAlternateButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 0 0 4em #8c8c8c inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightAlternateButton.btFilledButton .bt_bb_icon_holder {
	color: #8c8c8c;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btAccentGradientButton.btOutlineButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentGradientButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentGradientButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset
}

div.btButtonWidget.btAccentGradientButton.btOutlineButton .bt_bb_icon_holder {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btAccentGradientButton.btFilledButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 rgba(0, 0, 0, .1);
	background: linear-gradient(90deg, #8c8c8c 0%, #fcf113 100%)
}

div.btButtonWidget.btAccentGradientButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentGradientButton.btFilledButton .bt_bb_icon_holder {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btAccentLightButton.btOutlineButton .btButtonWidgetLink {
	color: #fcf113;
	box-shadow: 0 0 0 1px #fcf113 inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentLightButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentLightButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btAccentLightButton.btOutlineButton .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset
}

div.btButtonWidget.btAccentLightButton.btFilledButton .btButtonWidgetLink {
	color: #fcf113;
	box-shadow: 0 0 0 4em #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentLightButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btAccentLightButton.btFilledButton .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset
}

div.btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset
}

div.btButtonWidget.btLightDarkButton.btOutlineButton .bt_bb_icon_holder {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btLightDarkButton.btFilledButton .btButtonWidgetLink {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightDarkButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btLightDarkButton.btFilledButton .bt_bb_icon_holder {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btDarkLightButton.btOutlineButton .btButtonWidgetLink {
	color: #000;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btDarkLightButton.btOutlineButton .btButtonWidgetLink:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btDarkLightButton.btOutlineButton .btButtonWidgetLink:hover .bt_bb_icon_holder {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset
}

div.btButtonWidget.btDarkLightButton.btOutlineButton .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset
}

div.btButtonWidget.btDarkLightButton.btFilledButton .btButtonWidgetLink {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset, 0 0 rgba(0, 0, 0, .1)
}

div.btButtonWidget.btDarkLightButton.btFilledButton .btButtonWidgetLink:hover {
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

div.btButtonWidget.btDarkLightButton.btFilledButton .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset
}

.bt_bb_headline_superheadline {
	margin-bottom: 1em;
	line-height: 1.4
}

.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
	margin: 0;
	padding: 0
}

.bt_bb_headline .bt_bb_headline_content a {
	color: inherit
}

.bt_bb_video {
	padding-bottom: 0
}

.bt_bb_section {
	position: relative
}

.bt_bb_section[class*=dark_solid]:before {
	background-color: rgba(0, 0, 0, .5)
}

.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.bt_bb_full_screen>.bt_bb_port>.bt_bb_cell {
	position: initial;
	min-height: 100vh;
	display: flex;
	align-items: center
}

.bt_bb_section.bt_bb_full_screen>.bt_bb_port>.bt_bb_cell .bt_bb_cell_inner {
	flex-basis: 100%
}

.bt_bb_section.bt_bb_vertical_align_bottom>.bt_bb_port>.bt_bb_cell {
	align-items: flex-end
}

.bt_bb_section.bt_bb_vertical_align_top>.bt_bb_port>.bt_bb_cell {
	align-items: flex-start
}

.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_top_spacing_0>.bt_bb_port {
	padding-top: 0
}

.bt_bb_section.bt_bb_bottom_spacing_0>.bt_bb_port {
	padding-bottom: 0
}

.bt_bb_section.bt_bb_top_spacing_5>.bt_bb_port {
	padding-top: 5px
}

.bt_bb_section.bt_bb_bottom_spacing_5>.bt_bb_port {
	padding-bottom: 5px
}

.bt_bb_section.bt_bb_top_spacing_10>.bt_bb_port {
	padding-top: 10px
}

.bt_bb_section.bt_bb_bottom_spacing_10>.bt_bb_port {
	padding-bottom: 10px
}

.bt_bb_section.bt_bb_top_spacing_15>.bt_bb_port {
	padding-top: 15px
}

.bt_bb_section.bt_bb_bottom_spacing_15>.bt_bb_port {
	padding-bottom: 15px
}

.bt_bb_section.bt_bb_top_spacing_20>.bt_bb_port {
	padding-top: 20px
}

.bt_bb_section.bt_bb_bottom_spacing_20>.bt_bb_port {
	padding-bottom: 20px
}

.bt_bb_section.bt_bb_top_spacing_25>.bt_bb_port {
	padding-top: 25px
}

.bt_bb_section.bt_bb_bottom_spacing_25>.bt_bb_port {
	padding-bottom: 25px
}

.bt_bb_section.bt_bb_top_spacing_30>.bt_bb_port {
	padding-top: 30px
}

.bt_bb_section.bt_bb_bottom_spacing_30>.bt_bb_port {
	padding-bottom: 30px
}

.bt_bb_section.bt_bb_top_spacing_35>.bt_bb_port {
	padding-top: 35px
}

.bt_bb_section.bt_bb_bottom_spacing_35>.bt_bb_port {
	padding-bottom: 35px
}

.bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port {
	padding-top: 40px
}

.bt_bb_section.bt_bb_bottom_spacing_40>.bt_bb_port {
	padding-bottom: 40px
}

.bt_bb_section.bt_bb_top_spacing_45>.bt_bb_port {
	padding-top: 45px
}

.bt_bb_section.bt_bb_bottom_spacing_45>.bt_bb_port {
	padding-bottom: 45px
}

.bt_bb_section.bt_bb_top_spacing_50>.bt_bb_port {
	padding-top: 50px
}

.bt_bb_section.bt_bb_bottom_spacing_50>.bt_bb_port {
	padding-bottom: 50px
}

.bt_bb_section.bt_bb_top_spacing_55>.bt_bb_port {
	padding-top: 55px
}

.bt_bb_section.bt_bb_bottom_spacing_55>.bt_bb_port {
	padding-bottom: 55px
}

.bt_bb_section.bt_bb_top_spacing_60>.bt_bb_port {
	padding-top: 60px
}

.bt_bb_section.bt_bb_bottom_spacing_60>.bt_bb_port {
	padding-bottom: 60px
}

.bt_bb_section.bt_bb_top_spacing_65>.bt_bb_port {
	padding-top: 65px
}

.bt_bb_section.bt_bb_bottom_spacing_65>.bt_bb_port {
	padding-bottom: 65px
}

.bt_bb_section.bt_bb_top_spacing_70>.bt_bb_port {
	padding-top: 70px
}

.bt_bb_section.bt_bb_bottom_spacing_70>.bt_bb_port {
	padding-bottom: 70px
}

.bt_bb_section.bt_bb_top_spacing_75>.bt_bb_port {
	padding-top: 75px
}

.bt_bb_section.bt_bb_bottom_spacing_75>.bt_bb_port {
	padding-bottom: 75px
}

.bt_bb_section.bt_bb_top_spacing_80>.bt_bb_port {
	padding-top: 80px
}

.bt_bb_section.bt_bb_bottom_spacing_80>.bt_bb_port {
	padding-bottom: 80px
}

.bt_bb_section.bt_bb_top_spacing_85>.bt_bb_port {
	padding-top: 85px
}

.bt_bb_section.bt_bb_bottom_spacing_85>.bt_bb_port {
	padding-bottom: 85px
}

.bt_bb_section.bt_bb_top_spacing_90>.bt_bb_port {
	padding-top: 90px
}

.bt_bb_section.bt_bb_bottom_spacing_90>.bt_bb_port {
	padding-bottom: 90px
}

.bt_bb_section.bt_bb_top_spacing_95>.bt_bb_port {
	padding-top: 95px
}

.bt_bb_section.bt_bb_bottom_spacing_95>.bt_bb_port {
	padding-bottom: 95px
}

.bt_bb_section.bt_bb_top_spacing_100>.bt_bb_port {
	padding-top: 100px
}

.bt_bb_section.bt_bb_bottom_spacing_100>.bt_bb_port {
	padding-bottom: 100px
}

@media(min-width:1200px) {
	.bt_bb_layout_boxed_right_1200 {
		max-width: calc(50vw + 592px)
	}

	.bt_bb_layout_boxed_right_1200 .bt_bb_cell {
		padding-left: calc(50vw - 592px)
	}

	.touch .bt_bb_layout_boxed_right_1200 {
		max-width: calc(50vw + 600px)
	}

	.touch .bt_bb_layout_boxed_right_1200 .bt_bb_cell {
		padding-left: calc(50vw - 600px)
	}

	.bt_bb_layout_boxed_left_1200 {
		margin-left: calc(50vw - 608px)
	}

	.bt_bb_layout_boxed_left_1200 .bt_bb_cell {
		padding-right: calc(50vw - 608px)
	}

	.touch .bt_bb_layout_boxed_left_1200 {
		margin-left: calc(50vw - 600px)
	}

	.touch .bt_bb_layout_boxed_left_1200 bt_bb_cell {
		padding-right: calc(50vw - 600px)
	}
}

@media(max-width:1200px) {

	.bt_bb_layout_boxed_left_1200 .bt_bb_cell,
	.bt_bb_layout_boxed_right_1200 .bt_bb_cell {
		max-width: calc(100% - 60px)
	}
}

.bt_bb_row.bt_bb_border_accent {
	border-bottom: .5em solid #fcf113
}

.bt_bb_row.bt_bb_border_accent_top {
	border-top: .5em solid #fcf113
}

.bt_bb_row.bt_bb_negative_margin_small {
	position: relative;
	margin-top: -.625em !important;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_normal {
	margin-top: -2.5em !important;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_medium {
	margin-top: -5em !important;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_large {
	margin-top: -10em !important;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_extralarge {
	margin-top: -20em !important;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_shape_round {
	border-radius: 20px
}

.bt_bb_row.bt_bb_negative_margin_0 {
	margin-top: 0;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_5 {
	margin-top: -5px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_10 {
	margin-top: -10px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_15 {
	margin-top: -15px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_20 {
	margin-top: -20px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_25 {
	margin-top: -25px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_30 {
	margin-top: -30px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_35 {
	margin-top: -35px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_40 {
	margin-top: -40px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_45 {
	margin-top: -45px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_50 {
	margin-top: -50px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_55 {
	margin-top: -55px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_60 {
	margin-top: -60px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_65 {
	margin-top: -65px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_70 {
	margin-top: -70px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_75 {
	margin-top: -75px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_80 {
	margin-top: -80px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_85 {
	margin-top: -85px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_90 {
	margin-top: -90px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_95 {
	margin-top: -95px;
	position: relative;
	z-index: 1
}

.bt_bb_row.bt_bb_negative_margin_100 {
	margin-top: -100px;
	position: relative;
	z-index: 1
}

.bt_bb_column.bt_bb_padding_0 .bt_bb_column_content_inner {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_column_inner.bt_bb_padding_0 .bt_bb_column_inner_content {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content_inner {
	padding-left: 5px;
	padding-right: 5px
}

.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
	padding-left: 5px;
	padding-right: 5px
}

.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content_inner {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
	padding-left: 10px;
	padding-right: 10px
}

.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content_inner {
	padding-left: 15px;
	padding-right: 15px
}

.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
	padding-left: 15px;
	padding-right: 15px
}

.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content_inner {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
	padding-left: 20px;
	padding-right: 20px
}

.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content_inner {
	padding-left: 25px;
	padding-right: 25px
}

.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
	padding-left: 25px;
	padding-right: 25px
}

.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content_inner {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
	padding-left: 30px;
	padding-right: 30px
}

.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content_inner {
	padding-left: 35px;
	padding-right: 35px
}

.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
	padding-left: 35px;
	padding-right: 35px
}

.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content_inner {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
	padding-left: 40px;
	padding-right: 40px
}

.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content_inner {
	padding-left: 45px;
	padding-right: 45px
}

.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
	padding-left: 45px;
	padding-right: 45px
}

.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content_inner {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
	padding-left: 50px;
	padding-right: 50px
}

.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content_inner {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
	padding-left: 60px;
	padding-right: 60px
}

.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content_inner {
	padding-left: 65px;
	padding-right: 65px
}

.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
	padding-left: 65px;
	padding-right: 65px
}

.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content_inner {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
	padding-left: 70px;
	padding-right: 70px
}

.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content_inner {
	padding-left: 75px;
	padding-right: 75px
}

.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
	padding-left: 75px;
	padding-right: 75px
}

.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content_inner {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
	padding-left: 80px;
	padding-right: 80px
}

.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content_inner {
	padding-left: 85px;
	padding-right: 85px
}

.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
	padding-left: 85px;
	padding-right: 85px
}

.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content_inner {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
	padding-left: 90px;
	padding-right: 90px
}

.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content_inner {
	padding-left: 95px;
	padding-right: 95px
}

.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
	padding-left: 95px;
	padding-right: 95px
}

.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content_inner {
	padding-left: 100px;
	padding-right: 100px
}

.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
	padding-left: 100px;
	padding-right: 100px
}

@media(max-width:480px) {
	.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 20px;
		padding-right: 20px
	}

	.bt_bb_column_inner.bt_bb_padding_40 {
		padding-left: 40px;
		padding-right: 40px
	}

	.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 22.5px;
		padding-right: 22.5px
	}

	.bt_bb_column_inner.bt_bb_padding_45 {
		padding-left: 45px;
		padding-right: 45px
	}

	.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 25px;
		padding-right: 25px
	}

	.bt_bb_column_inner.bt_bb_padding_50 {
		padding-left: 50px;
		padding-right: 50px
	}

	.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 27.5px;
		padding-right: 27.5px
	}

	.bt_bb_column_inner.bt_bb_padding_55 {
		padding-left: 55px;
		padding-right: 55px
	}

	.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 30px;
		padding-right: 30px
	}

	.bt_bb_column_inner.bt_bb_padding_60 {
		padding-left: 60px;
		padding-right: 60px
	}

	.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 32.5px;
		padding-right: 32.5px
	}

	.bt_bb_column_inner.bt_bb_padding_65 {
		padding-left: 65px;
		padding-right: 65px
	}

	.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 35px;
		padding-right: 35px
	}

	.bt_bb_column_inner.bt_bb_padding_70 {
		padding-left: 70px;
		padding-right: 70px
	}

	.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 37.5px;
		padding-right: 37.5px
	}

	.bt_bb_column_inner.bt_bb_padding_75 {
		padding-left: 75px;
		padding-right: 75px
	}

	.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 40px;
		padding-right: 40px
	}

	.bt_bb_column_inner.bt_bb_padding_80 {
		padding-left: 80px;
		padding-right: 80px
	}

	.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 42.5px;
		padding-right: 42.5px
	}

	.bt_bb_column_inner.bt_bb_padding_85 {
		padding-left: 85px;
		padding-right: 85px
	}

	.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 45px;
		padding-right: 45px
	}

	.bt_bb_column_inner.bt_bb_padding_90 {
		padding-left: 90px;
		padding-right: 90px
	}

	.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 47.5px;
		padding-right: 47.5px
	}

	.bt_bb_column_inner.bt_bb_padding_95 {
		padding-left: 95px;
		padding-right: 95px
	}

	.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content .bt_bb_column_content_inner {
		padding-left: 50px;
		padding-right: 50px
	}

	.bt_bb_column_inner.bt_bb_padding_100 {
		padding-left: 100px;
		padding-right: 100px
	}
}

.bt_bb_column,
.bt_bb_column_inner {
	position: relative
}

.bt_bb_column .bt_bb_column_content,
.bt_bb_column .bt_bb_column_inner_content,
.bt_bb_column_inner .bt_bb_column_content,
.bt_bb_column_inner .bt_bb_column_inner_content {
	transition: all 300ms ease
}

.bt_bb_column.bt_bb_border_accent,
.bt_bb_column_inner.bt_bb_border_accent {
	border-bottom: 10px solid #fcf113
}

.bt_bb_column.bt_bb_shadow_visible .bt_bb_column_content,
.bt_bb_column.bt_bb_shadow_visible .bt_bb_column_inner_content,
.bt_bb_column.bt_bb_shadow_visible_hover:hover .bt_bb_column_content,
.bt_bb_column.bt_bb_shadow_visible_hover:hover .bt_bb_column_inner_content,
.bt_bb_column_inner.bt_bb_shadow_visible .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shadow_visible .bt_bb_column_inner_content,
.bt_bb_column_inner.bt_bb_shadow_visible_hover:hover .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shadow_visible_hover:hover .bt_bb_column_inner_content {
	z-index: 999;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.bt_bb_column.bt_bb_shape_round .bt_bb_column_content,
.bt_bb_column.bt_bb_shape_round .bt_bb_column_inner_content,
.bt_bb_column_inner.bt_bb_shape_round .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shape_round .bt_bb_column_inner_content {
	border-radius: 20px
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
	margin-bottom: .5em
}

.bt_bb_separator.bt_bb_bottom_spacing_small {
	margin-bottom: 1em
}

.bt_bb_separator.bt_bb_bottom_spacing_normal {
	margin-bottom: 2em
}

.bt_bb_separator.bt_bb_bottom_spacing_medium {
	margin-bottom: 4em
}

.bt_bb_separator.bt_bb_bottom_spacing_large {
	margin-bottom: 8em
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
	margin-bottom: 16em
}

.bt_bb_separator.bt_bb_top_spacing_extra_small {
	margin-top: .5em
}

.bt_bb_separator.bt_bb_top_spacing_small {
	margin-top: 1em
}

.bt_bb_separator.bt_bb_top_spacing_normal {
	margin-top: 2em
}

.bt_bb_separator.bt_bb_top_spacing_medium {
	margin-top: 4em
}

.bt_bb_separator.bt_bb_top_spacing_large {
	margin-top: 8em
}

.bt_bb_separator.bt_bb_top_spacing_extra_large {
	margin-top: 16em
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_accent {
	border-bottom: 1px solid #fcf113
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_gray {
	border-bottom: 1px solid #ccc
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_light {
	border-bottom: 1px solid #fff
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_dark {
	border-bottom: 1px solid #000
}

.bt_bb_separator.btWithText {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	border: none
}

.bt_bb_separator.btWithText.bt_bb_border_style_solid.bt_bb_border_color_gray,
.bt_bb_separator.btWithText.bt_bb_border_style_solid.bt_bb_border_color_light,
.bt_bb_separator.btWithText.bt_bb_border_style_solid.bt_bb_border_color_dark {
	border: none !important
}

.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #ccc !important
}

.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #fff !important
}

.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #fcf113
}

.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #ccc !important
}

.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #fff !important
}

.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_solid:before,
.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_solid:after {
	background-color: #000 !important
}

.bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-bottom: 1px dotted #ccc
}

.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #ccc
}

.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #fff
}

.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #fcf113
}

.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #ccc
}

.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #fff
}

.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_dotted:before,
.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_dotted:after {
	border-color: #000
}

.bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-bottom: 1px dashed #ccc
}

.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #ccc
}

.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after,
.bt-dark-skin .btLightSkin .bt-dark-skin .bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #fff
}

.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt_bb_border_style_solid.bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #fcf113
}

.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt_bb_border_color_gray.bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #ccc
}

.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt_bb_border_color_light.bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #fff
}

.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_dashed:before,
.bt_bb_border_color_dark.bt_bb_separator.btWithText.bt_bb_border_style_dashed:after {
	border-color: #000
}

.bt_bb_separator.btWithText:before,
.bt_bb_separator.btWithText:after {
	content: "";
	height: 1px;
	display: block
}

.bt_bb_separator.btWithText .bt_bb_separator_text {
	font-size: 1.125rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	flex: none;
	float: none;
	margin: 0 1.6em;
	color: #fcf113
}

.btSupertitleWeight_default .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_separator.btWithText .bt_bb_separator_text {
	font-weight: 100
}

.bt_bb_text_color_gray.bt_bb_separator.btWithText .bt_bb_separator_text {
	color: #ccc
}

.bt_bb_text_color_light.bt_bb_separator.btWithText .bt_bb_separator_text {
	color: #fff
}

.bt_bb_text_color_dark.bt_bb_separator.btWithText .bt_bb_separator_text {
	color: #000
}

.btTextLeft .bt_bb_separator.btWithText {
	justify-content: flex-start
}

.btTextRight .bt_bb_separator.btWithText {
	justify-content: flex-end
}

.btTextCenter .bt_bb_separator.btWithText {
	justify-content: center
}

@media(max-width:780px) {
	.bt_bb_separator.btWithText .bt_bb_separator_text {
		font-size: .9em
	}
}

.bt_bb_separator.bt_bb_top_spacing_0 {
	margin-top: 0
}

.bt_bb_separator.bt_bb_bottom_spacing_0 {
	margin-bottom: 0
}

.bt_bb_separator.bt_bb_top_spacing_5 {
	margin-top: 5px
}

.bt_bb_separator.bt_bb_bottom_spacing_5 {
	margin-bottom: 5px
}

.bt_bb_separator.bt_bb_top_spacing_10 {
	margin-top: 10px
}

.bt_bb_separator.bt_bb_bottom_spacing_10 {
	margin-bottom: 10px
}

.bt_bb_separator.bt_bb_top_spacing_15 {
	margin-top: 15px
}

.bt_bb_separator.bt_bb_bottom_spacing_15 {
	margin-bottom: 15px
}

.bt_bb_separator.bt_bb_top_spacing_20 {
	margin-top: 20px
}

.bt_bb_separator.bt_bb_bottom_spacing_20 {
	margin-bottom: 20px
}

.bt_bb_separator.bt_bb_top_spacing_25 {
	margin-top: 25px
}

.bt_bb_separator.bt_bb_bottom_spacing_25 {
	margin-bottom: 25px
}

.bt_bb_separator.bt_bb_top_spacing_30 {
	margin-top: 30px
}

.bt_bb_separator.bt_bb_bottom_spacing_30 {
	margin-bottom: 30px
}

.bt_bb_separator.bt_bb_top_spacing_35 {
	margin-top: 35px
}

.bt_bb_separator.bt_bb_bottom_spacing_35 {
	margin-bottom: 35px
}

.bt_bb_separator.bt_bb_top_spacing_40 {
	margin-top: 40px
}

.bt_bb_separator.bt_bb_bottom_spacing_40 {
	margin-bottom: 40px
}

.bt_bb_separator.bt_bb_top_spacing_45 {
	margin-top: 45px
}

.bt_bb_separator.bt_bb_bottom_spacing_45 {
	margin-bottom: 45px
}

.bt_bb_separator.bt_bb_top_spacing_50 {
	margin-top: 50px
}

.bt_bb_separator.bt_bb_bottom_spacing_50 {
	margin-bottom: 50px
}

.bt_bb_separator.bt_bb_top_spacing_60 {
	margin-top: 60px
}

.bt_bb_separator.bt_bb_bottom_spacing_60 {
	margin-bottom: 60px
}

.bt_bb_separator.bt_bb_top_spacing_65 {
	margin-top: 65px
}

.bt_bb_separator.bt_bb_bottom_spacing_65 {
	margin-bottom: 65px
}

.bt_bb_separator.bt_bb_top_spacing_70 {
	margin-top: 70px
}

.bt_bb_separator.bt_bb_bottom_spacing_70 {
	margin-bottom: 70px
}

.bt_bb_separator.bt_bb_top_spacing_75 {
	margin-top: 75px
}

.bt_bb_separator.bt_bb_bottom_spacing_75 {
	margin-bottom: 75px
}

.bt_bb_separator.bt_bb_top_spacing_80 {
	margin-top: 80px
}

.bt_bb_separator.bt_bb_bottom_spacing_80 {
	margin-bottom: 80px
}

.bt_bb_separator.bt_bb_top_spacing_85 {
	margin-top: 85px
}

.bt_bb_separator.bt_bb_bottom_spacing_85 {
	margin-bottom: 85px
}

.bt_bb_separator.bt_bb_top_spacing_90 {
	margin-top: 90px
}

.bt_bb_separator.bt_bb_bottom_spacing_90 {
	margin-bottom: 90px
}

.bt_bb_separator.bt_bb_top_spacing_95 {
	margin-top: 95px
}

.bt_bb_separator.bt_bb_bottom_spacing_95 {
	margin-bottom: 95px
}

.bt_bb_separator.bt_bb_top_spacing_100 {
	margin-top: 100px
}

.bt_bb_separator.bt_bb_bottom_spacing_100 {
	margin-bottom: 100px
}

.bt_bb_headline {
	position: relative
}

.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: .7rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 1em;
	position: relative;
	width: max-content
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_right .bt_bb_headline .bt_bb_headline_superheadline {
	margin-right: 0;
	margin-left: auto
}

.btSupertitleWeight_default .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 100
}

.bt_bb_supertitle_font_weight_black.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 900
}

.bt_bb_supertitle_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 800
}

.bt_bb_supertitle_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 700
}

.bt_bb_supertitle_font_weight_semi-bold.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 600
}

.bt_bb_supertitle_font_weight_medium.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 500
}

.bt_bb_supertitle_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 400
}

.bt_bb_supertitle_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 300
}

.bt_bb_supertitle_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 200
}

.bt_bb_supertitle_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 100
}

.bt_bb_supertitle_style_transparent.bt_bb_headline .bt_bb_headline_superheadline>span {
	opacity: .5
}

.bt_bb_supertitle_style_accent.bt_bb_headline .bt_bb_headline_superheadline>span {
	color: #fcf113 !important
}

.btNoHeadline.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 0 !important
}

.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: .75rem;
	margin-bottom: 1.3em
}

.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.7em
}

.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: .8125rem
}

.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.5em
}

.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: .9375rem;
	margin-bottom: .8em
}

.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.5em
}

.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: 1rem;
	margin-bottom: 1.1em
}

.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.7em
}

.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: 1.125rem
}

.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.7em
}

.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: 1.25rem;
	margin-bottom: 1.3em
}

.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.8em
}

.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline:before {
	border-width: 4px 0 0
}

.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
	font-size: 1.4375rem
}

.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
	margin-bottom: 1.5em
}

.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline:before {
	border-width: 5px 0 0
}

.bt_bb_align_right .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_align_center .bt_bb_headline .bt_bb_headline_superheadline {
	margin-left: auto;
	margin-right: auto
}

.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline:before {
	content: "";
	display: inline-block;
	width: 100%;
	margin: 0 0 -.4em;
	position: absolute;
	bottom: 0;
	border-style: solid;
	border-color: #fcf113;
	border-width: 3px 0 0
}

.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.1em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	line-height: 1.4
}

.btNoHeadline.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	margin-top: 0 !important
}

.btSubtitleWeight_default .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 400
}

.btSubtitleWeight_black .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 900
}

.btSubtitleWeight_bolder .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 800
}

.btSubtitleWeight_bold .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 700
}

.btSubtitleWeight_semi-bold .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 600
}

.btSubtitleWeight_medium .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 500
}

.btSubtitleWeight_normal .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 400
}

.btSubtitleWeight_light .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 300
}

.btSubtitleWeight_lighter .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 200
}

.btSubtitleWeight_thin .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 100
}

.bt_bb_subtitle_font_weight_black.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 900
}

.bt_bb_subtitle_font_weight_bolder.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 800
}

.bt_bb_subtitle_font_weight_bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 700
}

.bt_bb_subtitle_font_weight_semi-bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 600
}

.bt_bb_subtitle_font_weight_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 500
}

.bt_bb_subtitle_font_weight_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 400
}

.bt_bb_subtitle_font_weight_light.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 300
}

.bt_bb_subtitle_font_weight_lighter.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 200
}

.bt_bb_subtitle_font_weight_thin.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-weight: 100
}

.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: .875rem
}

.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: .9375rem
}

.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.0625rem
}

.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.125rem;
	margin-top: 1.3em
}

.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.1875rem;
	margin-top: 1.4em
}

.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.3125rem;
	margin-top: 1.2em
}

.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
	font-size: 1.5rem;
	margin-top: 1em
}

.bt_bb_headline h1 em,
.bt_bb_headline h2 em,
.bt_bb_headline h3 em,
.bt_bb_headline h4 em,
.bt_bb_headline h5 em,
.bt_bb_headline h6 em {
	font-weight: 400;
	font-style: normal
}

.bt_bb_headline h1 strong,
.bt_bb_headline h2 strong,
.bt_bb_headline h3 strong,
.bt_bb_headline h4 strong,
.bt_bb_headline h5 strong,
.bt_bb_headline h6 strong {
	font-weight: inherit;
	color: #fcf113
}

.bt_bb_headline h1 strong em,
.bt_bb_headline h2 strong em,
.bt_bb_headline h3 strong em,
.bt_bb_headline h4 strong em,
.bt_bb_headline h5 strong em,
.bt_bb_headline h6 strong em {
	font-weight: inherit;
	color: #8c8c8c
}

.bt_bb_headline h1 u,
.bt_bb_headline h2 u,
.bt_bb_headline h3 u,
.bt_bb_headline h4 u,
.bt_bb_headline h5 u,
.bt_bb_headline h6 u {
	font-weight: inherit;
	text-decoration: none;
	position: relative;
	display: inline-block;
	z-index: 1
}

.bt_bb_headline h1 u:before,
.bt_bb_headline h2 u:before,
.bt_bb_headline h3 u:before,
.bt_bb_headline h4 u:before,
.bt_bb_headline h5 u:before,
.bt_bb_headline h6 u:before {
	left: -.1em;
	right: 49.8%;
	-webkit-mask-position: bottom left;
	transform-origin: 100% 50%;
	background-color: #fcf113
}

.bt_bb_headline h1 u:after,
.bt_bb_headline h2 u:after,
.bt_bb_headline h3 u:after,
.bt_bb_headline h4 u:after,
.bt_bb_headline h5 u:after,
.bt_bb_headline h6 u:after {
	left: 49.8%;
	right: -.2em;
	-webkit-mask-position: bottom right;
	transform-origin: 0 50%;
	background-color: #fcf113
}

.bt_bb_headline h1 u:after,
.bt_bb_headline h1 u:before,
.bt_bb_headline h2 u:after,
.bt_bb_headline h2 u:before,
.bt_bb_headline h3 u:after,
.bt_bb_headline h3 u:before,
.bt_bb_headline h4 u:after,
.bt_bb_headline h4 u:before,
.bt_bb_headline h5 u:after,
.bt_bb_headline h5 u:before,
.bt_bb_headline h6 u:after,
.bt_bb_headline h6 u:before {
	content: "";
	position: absolute;
	padding-top: 12px;
	bottom: -6px;
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-underline-medium.png);
	-webkit-mask-size: 100% auto;
	-webkit-mask-size: auto 100%;
	-webkit-mask-repeat: no-repeat;
	transform: rotate(-1deg);
	z-index: -1
}

.bt_bb_headline h1 u.small:after,
.bt_bb_headline h1 u.small:before,
.bt_bb_headline h2 u.small:after,
.bt_bb_headline h2 u.small:before,
.bt_bb_headline h3 u.small:after,
.bt_bb_headline h3 u.small:before,
.bt_bb_headline h4 u.small:after,
.bt_bb_headline h4 u.small:before,
.bt_bb_headline h5 u.small:after,
.bt_bb_headline h5 u.small:before,
.bt_bb_headline h6 u.small:after,
.bt_bb_headline h6 u.small:before {
	padding-top: 10px;
	bottom: -5px;
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-underline-small.png)
}

.bt_bb_headline h1 u.large:after,
.bt_bb_headline h1 u.large:before,
.bt_bb_headline h2 u.large:after,
.bt_bb_headline h2 u.large:before,
.bt_bb_headline h3 u.large:after,
.bt_bb_headline h3 u.large:before,
.bt_bb_headline h4 u.large:after,
.bt_bb_headline h4 u.large:before,
.bt_bb_headline h5 u.large:after,
.bt_bb_headline h5 u.large:before,
.bt_bb_headline h6 u.large:after,
.bt_bb_headline h6 u.large:before {
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-underline-large.png)
}

.bt_bb_headline h1 u.remove:after,
.bt_bb_headline h1 u.remove:before,
.bt_bb_headline h2 u.remove:after,
.bt_bb_headline h2 u.remove:before,
.bt_bb_headline h3 u.remove:after,
.bt_bb_headline h3 u.remove:before,
.bt_bb_headline h4 u.remove:after,
.bt_bb_headline h4 u.remove:before,
.bt_bb_headline h5 u.remove:after,
.bt_bb_headline h5 u.remove:before,
.bt_bb_headline h6 u.remove:after,
.bt_bb_headline h6 u.remove:before {
	-webkit-mask-image: '';
	display: none
}

.bt_bb_headline h1 s,
.bt_bb_headline h2 s,
.bt_bb_headline h3 s,
.bt_bb_headline h4 s,
.bt_bb_headline h5 s,
.bt_bb_headline h6 s {
	font-weight: inherit;
	text-decoration: none;
	position: relative;
	display: inline-block;
	z-index: 1
}

.bt_bb_headline h1 s:before,
.bt_bb_headline h2 s:before,
.bt_bb_headline h3 s:before,
.bt_bb_headline h4 s:before,
.bt_bb_headline h5 s:before,
.bt_bb_headline h6 s:before {
	left: -.25em;
	right: 49.6%;
	-webkit-mask-position: bottom left;
	transform-origin: 100% 50%;
	background-color: #fcf113
}

.bt_bb_headline h1 s:after,
.bt_bb_headline h2 s:after,
.bt_bb_headline h3 s:after,
.bt_bb_headline h4 s:after,
.bt_bb_headline h5 s:after,
.bt_bb_headline h6 s:after {
	left: 49.6%;
	right: -.25em;
	-webkit-mask-position: bottom right;
	transform-origin: 0 50%;
	background-color: #fcf113
}

.bt_bb_headline h1 s:after,
.bt_bb_headline h1 s:before,
.bt_bb_headline h2 s:after,
.bt_bb_headline h2 s:before,
.bt_bb_headline h3 s:after,
.bt_bb_headline h3 s:before,
.bt_bb_headline h4 s:after,
.bt_bb_headline h4 s:before,
.bt_bb_headline h5 s:after,
.bt_bb_headline h5 s:before,
.bt_bb_headline h6 s:after,
.bt_bb_headline h6 s:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -6px;
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-ellipse-medium.png);
	-webkit-mask-size: auto 100%;
	-webkit-mask-repeat: no-repeat;
	transform: rotate(-2deg);
	z-index: -1
}

.bt_bb_headline h1 s.small:before,
.bt_bb_headline h2 s.small:before,
.bt_bb_headline h3 s.small:before,
.bt_bb_headline h4 s.small:before,
.bt_bb_headline h5 s.small:before,
.bt_bb_headline h6 s.small:before {
	right: 49.4%
}

.bt_bb_headline h1 s.small:after,
.bt_bb_headline h2 s.small:after,
.bt_bb_headline h3 s.small:after,
.bt_bb_headline h4 s.small:after,
.bt_bb_headline h5 s.small:after,
.bt_bb_headline h6 s.small:after {
	left: 49.4%
}

.bt_bb_headline h1 s.small:after,
.bt_bb_headline h1 s.small:before,
.bt_bb_headline h2 s.small:after,
.bt_bb_headline h2 s.small:before,
.bt_bb_headline h3 s.small:after,
.bt_bb_headline h3 s.small:before,
.bt_bb_headline h4 s.small:after,
.bt_bb_headline h4 s.small:before,
.bt_bb_headline h5 s.small:after,
.bt_bb_headline h5 s.small:before,
.bt_bb_headline h6 s.small:after,
.bt_bb_headline h6 s.small:before {
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-ellipse-small.png)
}

.bt_bb_headline h1 s.large:after,
.bt_bb_headline h1 s.large:before,
.bt_bb_headline h2 s.large:after,
.bt_bb_headline h2 s.large:before,
.bt_bb_headline h3 s.large:after,
.bt_bb_headline h3 s.large:before,
.bt_bb_headline h4 s.large:after,
.bt_bb_headline h4 s.large:before,
.bt_bb_headline h5 s.large:after,
.bt_bb_headline h5 s.large:before,
.bt_bb_headline h6 s.large:after,
.bt_bb_headline h6 s.large:before {
	-webkit-mask-image: url(https://laundryday.in/wp-content/themes/laundry/variable-ellipse-large.png)
}

.bt_bb_headline h1 s.remove:after,
.bt_bb_headline h1 s.remove:before,
.bt_bb_headline h2 s.remove:after,
.bt_bb_headline h2 s.remove:before,
.bt_bb_headline h3 s.remove:after,
.bt_bb_headline h3 s.remove:before,
.bt_bb_headline h4 s.remove:after,
.bt_bb_headline h4 s.remove:before,
.bt_bb_headline h5 s.remove:after,
.bt_bb_headline h5 s.remove:before,
.bt_bb_headline h6 s.remove:after,
.bt_bb_headline h6 s.remove:before {
	-webkit-mask-image: '';
	display: none
}

.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: 1.125rem;
	line-height: 1.3
}

.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .5em;
	margin-bottom: -.2em;
	width: 2em
}

.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;
	line-height: 1.3
}

.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .7em;
	margin-bottom: -.1em;
	width: 2em
}

.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;
	line-height: 1.3
}

.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .4em;
	margin-bottom: -.15em;
	width: 2em
}

.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: 3rem;
	line-height: 1.15
}

.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .35em;
	margin-bottom: -.05em;
	width: 2em
}

.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: 3.75rem
}

.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .37em;
	margin-bottom: -.01em;
	width: 1.3em
}

.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: 4.375rem
}

.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .35em;
	margin-bottom: .05em;
	width: 1.3em;
	border-width: 0 0 4px !important
}

.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: 5.625rem;
	line-height: 1.1
}

.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
	margin-top: .35em;
	margin-bottom: .05em;
	width: 1.3em;
	border-width: 0 0 5px !important
}

.bt_bb_font_weight_black.bt_bb_headline h1,
.bt_bb_font_weight_black.bt_bb_headline h2,
.bt_bb_font_weight_black.bt_bb_headline h3,
.bt_bb_font_weight_black.bt_bb_headline h4,
.bt_bb_font_weight_black.bt_bb_headline h5,
.bt_bb_font_weight_black.bt_bb_headline h6 {
	font-weight: 900
}

.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: 800
}

.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: 700
}

.bt_bb_font_weight_semi-bold.bt_bb_headline h1,
.bt_bb_font_weight_semi-bold.bt_bb_headline h2,
.bt_bb_font_weight_semi-bold.bt_bb_headline h3,
.bt_bb_font_weight_semi-bold.bt_bb_headline h4,
.bt_bb_font_weight_semi-bold.bt_bb_headline h5,
.bt_bb_font_weight_semi-bold.bt_bb_headline h6 {
	font-weight: 600
}

.bt_bb_font_weight_medium.bt_bb_headline h1,
.bt_bb_font_weight_medium.bt_bb_headline h2,
.bt_bb_font_weight_medium.bt_bb_headline h3,
.bt_bb_font_weight_medium.bt_bb_headline h4,
.bt_bb_font_weight_medium.bt_bb_headline h5,
.bt_bb_font_weight_medium.bt_bb_headline h6 {
	font-weight: 500
}

.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: 400
}

.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: 300
}

.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: 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_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
	border-color: #fcf113;
	border-width: 0 0 3px !important
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
	width: 1em;
	margin: .3em 0 .06em;
	border-width: 0 0 2px
}

.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
	width: .6em;
	margin-bottom: .4em;
	border-width: 0 0 2px
}

.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 {
	display: none !important
}

.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 {
	padding-right: 1em
}

.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 {
	padding-left: 1em
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.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: 1.5em
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal,
.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: 1.5em
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
	font-size: 1rem;
	width: 2em;
	height: 2em
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
	font-size: 1.25rem
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
	font-size: 1.6rem
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
	font-size: 2rem
}

.bt_bb_size_huge.bt_bb_icon .bt_bb_icon_holder:before {
	font-size: 6rem
}

.bt_bb_style_filled.btIcoTwitter.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #1da1f2 inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoTwitter.bt_bb_icon .bt_bb_icon_holder:before {
	color: #1da1f2 !important
}

.bt_bb_style_filled.btIcoFacebook.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #3b5998 inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoFacebook.bt_bb_icon .bt_bb_icon_holder:before {
	color: #3b5998 !important
}

.bt_bb_style_filled.btIcoLinkedin.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #007bb5 inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoLinkedin.bt_bb_icon .bt_bb_icon_holder:before {
	color: #007bb5 !important
}

.bt_bb_style_filled.btIcoVK.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #4c75a5 inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoVK.bt_bb_icon .bt_bb_icon_holder:before {
	color: #4c75a5 !important
}

.bt_bb_style_filled.btIcoPinterest.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #bd081b inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoPinterest.bt_bb_icon .bt_bb_icon_holder:before {
	color: #bd081b !important
}

.bt_bb_style_filled.btIcoYelp.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #e21c2d inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoYelp.bt_bb_icon .bt_bb_icon_holder:before {
	color: #e21c2d !important
}

.bt_bb_style_filled.btIcoYoutube.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #e21c2d inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoYoutube.bt_bb_icon .bt_bb_icon_holder:before {
	color: #e21c2d !important
}

.bt_bb_style_filled.btIcoWhatsApp.bt_bb_icon .bt_bb_icon_holder:before {
	box-shadow: 0 0 0 3em #25d366 inset;
	color: #fff !important
}

.bt_bb_style_borderless.btIcoWhatsApp.bt_bb_icon .bt_bb_icon_holder:before {
	color: #25d366 !important
}

.bt_bb_icon .bt_bb_icon_holder span {
	padding-left: 1em;
	line-height: 1.3
}

.btSupertitleWeight_default .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 100
}

.rtl .bt_bb_icon .bt_bb_icon_holder span {
	float: right;
	padding-left: 0;
	padding-right: 1em
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder span {
	font-size: 1rem
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder span {
	font-size: 1rem
}

.bt_bb_font_weight_black.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 900
}

.bt_bb_font_weight_bolder.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 800
}

.bt_bb_font_weight_bold.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 700
}

.bt_bb_font_weight_semi-bold.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 600
}

.bt_bb_font_weight_medium.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 500
}

.bt_bb_font_weight_normal.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 400
}

.bt_bb_font_weight_light.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 300
}

.bt_bb_font_weight_lighter.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 200
}

.bt_bb_font_weight_thin.bt_bb_icon .bt_bb_icon_holder span {
	font-weight: 100
}

.bt_bb_position_top.bt_bb_icon .bt_bb_icon_holder {
	align-items: flex-start
}

.bt_bb_position_bottom.bt_bb_icon .bt_bb_icon_holder {
	align-items: flex-end
}

.btIcoWhatsApp.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #25d366 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoYoutube.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #e21c2d inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoYelp.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #e21c2d inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoPinterest.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #bd081b inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoVK.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #4c75a5 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoLinkedin.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #007bb5 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoFacebook.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #3b5998 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btIcoTwitter.bt_bb_style_filled .bt_bb_icon_holder:hover:before {
	box-shadow: 0 0 0 3em #1da1f2 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

@media(max-width:480px) {
	.bt_bb_icon.bt_bb_size_xlarge .bt_bb_icon_holder:before {
		font-size: 3em
	}
}

.bt_bb_button {
	display: inline-block
}

.btSoftRoundedButtons .bt_bb_button a {
	border-radius: 3px
}

.btHardRoundedButtons .bt_bb_button a {
	border-radius: 50px
}

.btContent .bt_bb_button a {
	color: inherit
}

.bt_bb_button .bt_bb_button_text {
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btButtonWeight_default .bt_bb_button .bt_bb_button_text {
	font-weight: 500
}

.btButtonWeight_black .bt_bb_button .bt_bb_button_text {
	font-weight: 900
}

.btButtonWeight_bolder .bt_bb_button .bt_bb_button_text {
	font-weight: 800
}

.btButtonWeight_bold .bt_bb_button .bt_bb_button_text {
	font-weight: 700
}

.btButtonWeight_semi-bold .bt_bb_button .bt_bb_button_text {
	font-weight: 600
}

.btButtonWeight_medium .bt_bb_button .bt_bb_button_text {
	font-weight: 500
}

.btButtonWeight_normal .bt_bb_button .bt_bb_button_text {
	font-weight: 400
}

.btButtonWeight_light .bt_bb_button .bt_bb_button_text {
	font-weight: 300
}

.btButtonWeight_lighter .bt_bb_button .bt_bb_button_text {
	font-weight: 200
}

.btButtonWeight_thin .bt_bb_button .bt_bb_button_text {
	font-weight: 100
}

.bt_bb_font_weight_black.bt_bb_button .bt_bb_button_text {
	font-weight: 900
}

.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
	font-weight: 800
}

.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
	font-weight: 700
}

.bt_bb_font_weight_semi-bold.bt_bb_button .bt_bb_button_text {
	font-weight: 600
}

.bt_bb_font_weight_medium.bt_bb_button .bt_bb_button_text {
	font-weight: 500
}

.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
	font-weight: 400
}

.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
	font-weight: 300
}

.bt_bb_font_weight_lighter.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_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 {
	margin-left: 1.5em
}

.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 {
	margin-right: 1.5em
}

.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 {
	margin-right: .5em;
	margin-left: .5em
}

.bt_bb_button a {
	padding: 1em 1.5em
}

.bt_bb_button .bt_bb_icon_holder {
	font-size: .9em
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
	order: 1;
	margin-right: .5em
}

.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
	flex-direction: row-reverse
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
	margin-left: .5em
}

.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
	flex-direction: row-reverse
}

.bt_bb_button.bt_bb_icon_style_filled .bt_bb_icon_holder {
	width: 1.9em;
	height: 1.9em;
	border-radius: 50%;
	text-align: center;
	color: #000;
	box-shadow: 0 0 0 4em #fff inset;
	transition: all 300ms ease;
	display: flex;
	align-items: center;
	justify-content: center
}

.bt_bb_button.bt_bb_icon_style_filled .bt_bb_icon_holder:before {
	line-height: 1.9
}

.bt_bb_button.bt_bb_style_outline.bt_bb_icon_style_filled .bt_bb_icon_holder {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset
}

.bt_bb_button.bt_bb_style_clean a {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.bt_bb_button.bt_bb_style_filled a {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 0 rgba(0, 0, 0, .1)
}

.bt_bb_button.bt_bb_style_filled:hover a {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px)
}

.bt_bb_button.bt_bb_style_outline a {
	color: #000;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1)
}

.bt_bb_button.bt_bb_style_outline:hover a {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px)
}

.bt_bb_button.bt_bb_style_outline.bt_bb_icon_style_filled:hover a .bt_bb_icon_holder {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset
}

.bt_bb_button.bt_bb_style_filled_gradient a {
	color: #fff;
	box-shadow: 0 0 rgba(0, 0, 0, .1);
	background: linear-gradient(90deg, #fcf113 0%, #8c8c8c 100%)
}

.bt_bb_button.bt_bb_style_filled_gradient:hover a {
	color: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px)
}

.bt_bb_size_small.bt_bb_button {
	font-size: 15px
}

.bt_bb_size_small.bt_bb_button a {
	padding: .9em 1.5em
}

.bt_bb_size_small.bt_bb_button.btWithIcon.bt_bb_icon_style_filled a {
	padding: .55em 1.1em .55em .6em
}

.bt_bb_size_small.bt_bb_button.btWithIcon.bt_bb_icon_style_filled.bt_bb_icon_position_right a {
	padding: .55em .6em .55em 1.1em
}

.bt_bb_size_medium.bt_bb_button {
	font-size: 17px
}

.bt_bb_size_medium.bt_bb_button a {
	padding: 1em 1.5em
}

.bt_bb_size_medium.bt_bb_button.btWithIcon.bt_bb_icon_style_filled a {
	padding: .65em 1.3em .65em .6em
}

.bt_bb_size_medium.bt_bb_button.btWithIcon.bt_bb_icon_style_filled.bt_bb_icon_position_right a {
	padding: .65em .6em .65em 1.3em
}

.bt_bb_size_normal.bt_bb_button {
	font-size: 21px
}

.bt_bb_size_normal.bt_bb_button.btWithIcon.bt_bb_icon_style_filled a {
	padding: .64em 1.1em .64em .6em
}

.bt_bb_size_normal.bt_bb_button.btWithIcon.bt_bb_icon_style_filled.bt_bb_icon_position_right a {
	padding: .64em .6em .64em 1.1em
}

.bt_bb_size_large.bt_bb_button {
	font-size: 23px
}

.bt_bb_size_large.bt_bb_button a {
	padding: 1em 1.8em
}

.bt_bb_size_large.bt_bb_button.btWithIcon.bt_bb_icon_style_filled a {
	padding: .64em 1.1em .64em .6em
}

.bt_bb_size_large.bt_bb_button.btWithIcon.bt_bb_icon_style_filled.bt_bb_icon_position_right a {
	padding: .64em .6em .64em 1.1em
}

@media(max-width:480px) {
	.bt_bb_button.bt_bb_size_medium {
		font-size: 16px
	}

	.bt_bb_button.bt_bb_size_normal {
		font-size: 17px
	}

	.bt_bb_button.bt_bb_size_large {
		font-size: 19px
	}
}

.bt_bb_service {
	flex-wrap: wrap !important;
	width: 100%
}

.bt_bb_service .bt_bb_service_inner {
	display: flex;
	flex: 1 0 100%;
	align-items: center
}

.bt_bb_icon_align_top.bt_bb_service .bt_bb_service_inner {
	align-items: flex-start
}

.bt_bb_icon_align_bottom.bt_bb_service .bt_bb_service_inner {
	align-items: flex-end
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_inner,
.bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_center .bt_bb_service .bt_bb_service_inner {
	display: block;
	width: 100%
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_inner,
.bt_bb_align_center.bt_bb_service .bt_bb_service_inner,
.bt_bb_align_center .bt_bb_service .bt_bb_service_inner .bt_bb_icon_holder {
	margin: 0 auto .5em
}

.bt_bb_border_accent.bt_bb_service .bt_bb_service_inner {
	padding-bottom: 1em;
	border-bottom: .4em solid #fcf113
}

.bt_bb_size_xsmall.bt_bb_border_accent.bt_bb_service .bt_bb_service_inner {
	border-width: 0 0 .3em
}

.bt_bb_size_small.bt_bb_border_accent.bt_bb_service .bt_bb_service_inner {
	border-width: 0 0 .3em
}

.bt_bb_service .bt_bb_icon_holder {
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center
}

.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.3em
}

.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: 1.6em
}

.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder:before {
	font-size: .9em
}

.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_size_huge.bt_bb_service .bt_bb_icon_holder {
	font-size: 6em
}

.bt_bb_style_borderless.bt_bb_size_huge.bt_bb_service .bt_bb_icon_holder {
	font-size: 6em
}

.NoSupertitle.bt_bb_service .bt_bb_service_content {
	align-self: center
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .7em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1.4;
	margin-bottom: .5em
}

.btSupertitleWeight_default .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-weight: 100
}

.bt_bb_size_xsmall.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .75rem;
	line-height: 1.1
}

.bt_bb_size_small.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .75rem;
	line-height: 1.1
}

.bt_bb_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .8125rem
}

.bt_bb_size_large.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .9375rem
}

.bt_bb_size_xlarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .9375rem
}

.bt_bb_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	font-size: .9375rem
}

.bt_bb_supertitle_style_transparent.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	opacity: .5
}

.bt_bb_supertitle_style_accent.bt_bb_service .bt_bb_service_content .bt_bb_service_content_supertitle {
	color: #fcf113
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: .9rem;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btHeadingWeight_default .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-weight: 100
}

.bt_bb_size_xsmall.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 1.125rem;
	line-height: 1.3
}

.bt_bb_size_small.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 1.125rem;
	line-height: 1.3
}

.bt_bb_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 1.5rem;
	line-height: 1.3
}

.bt_bb_size_large.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 2rem;
	line-height: 1.3
}

.bt_bb_size_xlarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 2rem;
	line-height: 1.3
}

.bt_bb_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 2rem;
	line-height: 1.3
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
	color: inherit
}

.bt_bb_service:hover .bt_bb_service_content_title a {
	color: #fcf113
}

.bt_bb_service:hover.bt_bb_style_filled .bt_bb_icon_holder {
	box-shadow: 0 0 0 1px #000 inset
}

.bt_bb_service .bt_bb_service_content_text {
	line-height: 1.6;
	margin-top: .8em;
	font-size: 1rem
}

.bt_bb_border_accent.bt_bb_service .bt_bb_service_content_text {
	margin-top: 1em
}

.bt_bb_text_style_transparent.bt_bb_service .bt_bb_service_content_text {
	opacity: .8
}

.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_icon_holder {
	order: 1
}

.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_service_inner {
	padding-top: .8em;
	padding-bottom: .5em;
	order: 2;
	flex: 1 0 100%;
	flex-wrap: wrap
}

.bt_bb_border_accent.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_service_inner {
	margin-top: 1em;
	border-top: .4em solid #fcf113;
	border-bottom: none
}

.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_service_inner .bt_bb_service_content {
	padding-right: 0;
	padding-left: 0
}

.bt_bb_size_huge.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_service_inner {
	padding-top: 2em;
	padding-bottom: 1em
}

.bt_bb_service.bt_bb_icon_position_on_top .bt_bb_service_content_text {
	order: 3;
	margin-top: 0 !important
}

.bt_bb_progress_bar {
	padding: 0;
	overflow: visible
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above {
	display: flex;
	padding-bottom: .5em
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-size: 1em;
	line-height: 1;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btSupertitleWeight_default .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_progress_bar .bt_bb_progress_bar_text_above span {
	font-weight: 100
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above .bt_bb_progress_bar_text {
	text-align: left;
	line-height: 1
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above .bt_bb_progress_bar_highlighted_text {
	position: absolute;
	top: 0;
	padding: 0 .5em;
	margin-top: -.5em;
	color: inherit;
	transition: all 500ms ease;
	transition-delay: 300ms
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above .bt_bb_progress_bar_highlighted_text.animate {
	transform: translateX(-100%);
	left: -1.5em
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above .bt_bb_progress_bar_highlighted_text.animated {
	transform: translateX(-50%)
}

.bt_bb_progress_bar .bt_bb_progress_bar_text_above .bt_bb_progress_bar_highlighted_text span {
	white-space: nowrap
}

.bt_bb_progress_bar .bt_bb_progress_bar_bg_cover {
	overflow: hidden;
	position: relative;
	opacity: 1
}

.bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg {
	position: relative;
	opacity: 1;
	background: rgba(0, 0, 0, .3)
}

.bt_bb_shape_rounded.bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg {
	border-radius: 50px
}

.bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg .bt_bb_progress_bar_inner {
	margin: 0;
	padding: 0;
	height: .6em;
	background-color: #000
}

.rtl .bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg .bt_bb_progress_bar_inner {
	float: inherit;
	transform: translateX(100%)
}

.rtl .bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg .bt_bb_progress_bar_inner.animated {
	transform: translateX(0%)
}

.bt_bb_shape_rounded.bt_bb_progress_bar .bt_bb_progress_bar_bg_cover .bt_bb_progress_bar_bg .bt_bb_progress_bar_inner {
	border-radius: 50px
}

.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
	padding-top: .3em;
	padding-bottom: .3em
}

.bt_bb_progress_bar.bt_bb_size_normal .bt_bb_progress_bar_inner {
	height: 1em !important
}

.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 300ms
}

.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 400ms
}

.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 500ms
}

.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 600ms
}

.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 700ms
}

.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 800ms
}

.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 900ms
}

.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1e3ms
}

.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1100ms
}

.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1200ms
}

.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1300ms
}

.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1400ms
}

.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1500ms
}

.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1600ms
}

.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1700ms
}

.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1800ms
}

.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 1900ms
}

.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 2e3ms
}

.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 2100ms
}

.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_highlighted_text {
	transition-delay: 2200ms
}

.bt_bb_shape_rounded.bt_bb_latest_posts .bt_bb_latest_posts_item {
	overflow: hidden
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
	margin-bottom: 0
}

.bt_bb_shape_rounded.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
	border-radius: 10px
}

.bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
	border-bottom: 7px solid #fcf113
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a img {
	transition: all .3s linear 0s
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
	padding: 1.5em;
	background-color: #fff;
	transition: all .3s linear 0s
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
	line-height: 1;
	padding-bottom: .8em
}

.bt_bb_supertitle_style_transparent.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
	opacity: .6
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category {
	display: inline-block;
	padding: 0 1em 0 0
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories {
	font-size: .8125em;
	line-height: 1
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories:before {
	content: "\e958";
	font-family: Dripicons
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li {
	font-size: 1em
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	padding: 0;
	display: inline-block;
	background: 0 0;
	color: inherit;
	text-transform: uppercase
}

.btSupertitleWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
	font-weight: 100
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a:hover {
	opacity: .8
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li:first-child {
	padding-left: .75em
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li:first-child:before {
	display: none
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li:before {
	content: "\e94a";
	font-family: Dripicons;
	font-size: 1.5em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: inherit
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date {
	display: inline-block;
	padding: 0 1em 0 0
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
	content: "\e932";
	font-family: Dripicons;
	font-size: .8125em;
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: inherit;
	font-weight: 400
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date .bt_bb_latest_posts_item_date_month {
	padding-right: .25em;
	padding-left: 0
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
	content: "\e9b4";
	font-family: Dripicons
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
	content: "\e97f";
	font-family: Dripicons
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-size: .8125em;
	line-height: 1;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-transform: uppercase
}

.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	padding: 0 0 0 1em
}

.btSupertitleWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span,
.btSupertitleWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span {
	font-weight: 100
}

.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta span:before,
.rtl .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date span:before {
	margin: 0 0 0 5px
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta a {
	color: inherit
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta a:hover {
	opacity: .8
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.8em;
	max-height: 3.6em;
	padding: 0 !important;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.25
}

.btHeadingWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
	font-weight: 100
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
	color: inherit
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
	opacity: .8
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 1.8em;
	max-height: 7.2em;
	margin-top: .5em;
	padding: 0 !important
}

.bt_bb_style_grey.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
	background: #f9f9f9
}

.bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
	padding: 1em 0 0
}

.bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_arrow a span:after {
	content: "\e90c";
	font-size: 2.2em;
	font-family: Dripicons;
	padding: 1rem 0 0;
	color: #fcf113;
	display: block;
	opacity: 0;
	transition: all 300ms ease
}

.rtl .bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_arrow a span:after {
	content: "\e90b";
	float: right
}

.bt_bb_shape_rounded.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 3em;
	margin-top: -2em
}

.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_content {
	background: #f9f9f9
}

.bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_content {
	background: 0 0
}

.bt_bb_style_accent.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_content .bt_bb_latest_posts_arrow a span:after {
	opacity: 1
}

.bt_bb_style_grey.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_content {
	background: #fff
}

.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a img {
	transform: scale(1.1)
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
	margin: -10px
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
	padding: 10px
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	position: relative;
	overflow: hidden
}

.btSoftRoundedButtons .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	border-radius: 15px
}

.btHardRoundedButtons .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	border-radius: 15px
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	overflow: hidden;
	background: #000
}

.btSoftRoundedButtons .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	border-radius: 15px
}

.btHardRoundedButtons .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	border-radius: 15px
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
	display: block;
	width: 100%;
	height: 100%
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a img {
	transition: all .3s linear 0s;
	display: block;
	width: 100%;
	height: 100%
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
	position: absolute;
	top: 0;
	padding: 2em;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-end;
	z-index: 1;
	color: #fff;
	transform: translateY(25%);
	opacity: 0;
	transition: 400ms ease all
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
	padding-bottom: .5em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-size: .835em;
	text-transform: uppercase;
	padding-right: 0;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btSupertitleWeight_default .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
	font-weight: 100
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:not(:last-child):after {
	content: ' / ';
	padding: 0 .5em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category a {
	padding: 0;
	color: #fff
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category a:hover {
	color: #fcf113
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category a:not(:first-child):before {
	content: "\e94a";
	font-family: Dripicons;
	font-size: 1.5em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: inherit
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>a:before {
	content: "\e958";
	font-family: Dripicons;
	padding-right: .5em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories {
	font-size: 1em;
	line-height: 1;
	display: inline-block
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories:before {
	content: "\e958";
	font-family: Dripicons
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li {
	font-size: 1em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	padding: 0;
	display: inline-block;
	background: 0 0;
	color: inherit;
	text-transform: uppercase
}

.btSupertitleWeight_default .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a {
	font-weight: 100
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li a:hover {
	opacity: .8
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li:first-child {
	padding-left: .75em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li:first-child:before {
	display: none
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_category>.post-categories li:before {
	content: "\e94a";
	font-family: Dripicons;
	font-size: 1.5em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	color: inherit
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
	content: "\e932";
	font-family: Dripicons;
	font-size: .8125em;
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: inherit;
	font-weight: 400
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
	display: none
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
	color: #fff
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a:hover {
	color: #fcf113
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
	content: "\e97f";
	font-family: Dripicons
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
	font-size: 1.9em;
	line-height: 1.2;
	padding-bottom: 0;
	width: 100%
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
	color: #fff
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
	color: #fcf113
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_show_more {
	margin-top: .9363em;
	display: block;
	pointer-events: all
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_show_more a:before {
	content: "\e90c";
	font-size: 1.9em;
	font-family: Dripicons;
	padding: .5rem 0;
	color: #fcf113;
	display: block
}

.rtl .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_show_more a:before {
	content: "\e90b";
	float: right
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_hidden_content {
	flex: 1 0 100%;
	transition: all .3s cubic-bezier(.37, .75, .61, 1.05)0s;
	padding-top: 1em;
	width: 100%
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_hidden_content .bt_bb_grid_item_post_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.8em;
	max-height: 3.6em
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 2em;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	pointer-events: none;
	opacity: 1;
	transition: 300ms ease all
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5 {
	font-size: 1.9em;
	line-height: 1.2;
	padding-bottom: 0;
	color: #fff;
	text-align: left;
	width: 100%;
	z-index: 2
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(to top, rgb(0, 0, 0, .8) 0%, rgb(0, 0, 0, .3) 40%, transparent 80%, transparent 100%);
	transform: translate3d(0, 0, 0);
	transition: all 300ms ease
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail img {
	transform: scale(1.1);
	opacity: .2
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
	transition-delay: 0ms;
	transform: translateY(0);
	opacity: 1
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	opacity: 0;
	transform: translateY(25%)
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_3 .bt_bb_grid_item:nth-of-type(3) {
	padding-top: 3.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_3 .bt_bb_grid_item:nth-of-type(2) {
	padding-top: 6.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_4 .bt_bb_grid_item:nth-of-type(4) {
	padding-top: 3.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_4 .bt_bb_grid_item:nth-of-type(3) {
	padding-top: 6.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_4 .bt_bb_grid_item:nth-of-type(2) {
	padding-top: 8.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_5 .bt_bb_grid_item:nth-of-type(5) {
	padding-top: 3.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_5 .bt_bb_grid_item:nth-of-type(4) {
	padding-top: 6.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_5 .bt_bb_grid_item:nth-of-type(3) {
	padding-top: 8.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_5 .bt_bb_grid_item:nth-of-type(2) {
	padding-top: 9.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_6 .bt_bb_grid_item:nth-of-type(6) {
	padding-top: 3.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_6 .bt_bb_grid_item:nth-of-type(5) {
	padding-top: 6.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_6 .bt_bb_grid_item:nth-of-type(4) {
	padding-top: 8.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_6 .bt_bb_grid_item:nth-of-type(3) {
	padding-top: 9.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_6 .bt_bb_grid_item:nth-of-type(2) {
	padding-top: 10.5em
}

.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_columns_2 .bt_bb_grid_item:nth-of-type(2) {
	padding-top: 3.5em
}

@media screen and (max-width:768px) {
	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
		margin: -10px
	}

	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
		padding: 10px !important
	}

	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
		margin: -20px
	}

	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
		padding: 20px !important
	}

	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
		margin: -30px
	}

	.bt_bb_masonry_post_grid.bt_bb_style_progressive.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
		padding: 30px !important
	}
}

.bt_bb_post_grid_loader {
	margin-top: 4em;
	border: .4em solid #f3f3f3;
	border-top: .4em solid #fcf113
}

.bt_bb_post_grid_filter {
	padding: 1em 0 2em
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
	position: relative;
	padding: 0;
	margin: 0 1em
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover {
	background: 0 0
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active:after,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover:after {
	background-color: #fcf113;
	transform: translateX(0)
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after {
	content: "";
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	height: 4px;
	transform: translateX(-100px);
	transition: 300ms ease all
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
	display: flex;
	align-items: center;
	justify-content: center
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_image {
	overflow: hidden;
	position: relative
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(24, 24, 24, .5);
	pointer-events: none;
	transform-origin: 50% 50%;
	transition: all 300ms ease
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

.bt_bb_masonry_image_grid .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content:before {
	content: '\e9f7';
	font-family: Essential;
	display: block;
	text-align: center;
	font-size: 2.5em;
	margin-top: -.5em;
	margin-left: -.5em;
	opacity: 0;
	color: #fff;
	transform-origin: 50% 50%;
	transition: all 300ms ease
}

.bt_bb_masonry_image_grid .bt_bb_grid_item:hover .bt_bb_grid_item_inner_image:after,
.bt_bb_masonry_image_grid .bt_bb_grid_item:hover .bt_bb_grid_item_inner_content:before {
	opacity: 1
}

.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image:after,
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_content:before {
	display: none !important
}

.bt_bb_slider.slick-slider button.slick-arrow {
	background-color: initial
}

button.slick-arrow {
	background-color: initial
}

button.slick-arrow:hover {
	background-color: initial;
	opacity: .8
}

button.slick-arrow:before {
	font-size: 2em;
	font-family: Dripicons
}

button.slick-arrow.slick-next {
	right: .5em
}

button.slick-arrow.slick-next:before {
	content: '\e90c'
}

.rtl button.slick-arrow.slick-next:before {
	content: '\e90b'
}

button.slick-arrow.slick-prev {
	left: .5em
}

button.slick-arrow.slick-prev:before {
	content: '\e90b'
}

.rtl button.slick-arrow.slick-prev:before {
	content: '\e90c'
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
	position: static !important;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
	position: relative
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
	overflow: hidden
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto
}

.slick-dots li {
	border: none;
	width: 9px;
	height: 9px;
	background: #fcf113
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background: #000
}

.bt_bb_align_navigation_left .slick-dots {
	text-align: left
}

.bt_bb_align_navigation_right .slick-dots {
	text-align: right
}

.bt_bb_align_navigation_center .slick-dots {
	text-align: center
}

.bt_bb_show_dots_below .slick-dots {
	bottom: -3em
}

.bt_bb_slider.bt_bb_gap_visible .bt_bb_slider_item {
	padding: 0 1em
}

.bt_bb_custom_menu div ul {
	margin: 0
}

.bt_bb_custom_menu div ul li {
	list-style: none;
	line-height: 1;
	padding-bottom: .8em
}

.bt_bb_custom_menu div ul a {
	color: inherit;
	font-size: .9em
}

.bt_bb_custom_menu div ul a:hover {
	opacity: .8
}

.btMenuWeight_default .bt_bb_custom_menu div ul a {
	font-weight: 400
}

.btMenuWeight_black .bt_bb_custom_menu div ul a {
	font-weight: 900
}

.btMenuWeight_bolder .bt_bb_custom_menu div ul a {
	font-weight: 800
}

.btMenuWeight_bold .bt_bb_custom_menu div ul a {
	font-weight: 700
}

.btMenuWeight_semi-bold .bt_bb_custom_menu div ul a {
	font-weight: 600
}

.btMenuWeight_medium .bt_bb_custom_menu div ul a {
	font-weight: 500
}

.btMenuWeight_normal .bt_bb_custom_menu div ul a {
	font-weight: 400
}

.btMenuWeight_light .bt_bb_custom_menu div ul a {
	font-weight: 300
}

.btMenuWeight_lighter .bt_bb_custom_menu div ul a {
	font-weight: 200
}

.btMenuWeight_thin .bt_bb_custom_menu div ul a {
	font-weight: 100
}

.bt_bb_font_weight_black.bt_bb_custom_menu div ul a {
	font-weight: 900
}

.bt_bb_font_weight_bolder.bt_bb_custom_menu div ul a {
	font-weight: 800
}

.bt_bb_font_weight_bold.bt_bb_custom_menu div ul a {
	font-weight: 700
}

.bt_bb_font_weight_semi-bold.bt_bb_custom_menu div ul a {
	font-weight: 600
}

.bt_bb_font_weight_medium.bt_bb_custom_menu div ul a {
	font-weight: 500
}

.bt_bb_font_weight_normal.bt_bb_custom_menu div ul a {
	font-weight: 400
}

.bt_bb_font_weight_light.bt_bb_custom_menu div ul a {
	font-weight: 300
}

.bt_bb_font_weight_lighter.bt_bb_custom_menu div ul a {
	font-weight: 200
}

.bt_bb_font_weight_thin.bt_bb_custom_menu div ul a {
	font-weight: 100
}

.bt_bb_custom_menu div ul>li {
	margin-left: 0
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
	padding-left: 2em;
	padding-right: 2em
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
	margin: 0 -2em
}

.bt_bb_map_content {
	max-width: 1280px;
	margin: auto;
	padding: 4em 0
}

.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
	padding: 2em
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
	width: 100%
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
	max-width: 40%;
	padding: 3em
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location .bt_bb_image:first-child {
	margin-left: -3em;
	margin-right: -3em;
	margin-top: -3em
}

.bt_bb_google_maps.bt_bb_style_right .bt_bb_google_maps_map {
	max-width: 980px
}

.bt_bb_google_maps.bt_bb_style_right .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
	align-items: flex-end;
	justify-content: flex-end
}

.bt_bb_google_maps.bt_bb_style_right .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
	box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .1);
	border-bottom: 9px solid #fcf113
}

.bt_bb_google_maps.bt_bb_style_right .gmnoprint.gm-bundled-control {
	left: 40px;
	right: auto
}

.bt_bb_google_maps.bt_bb_shape_round {
	border-radius: 20px;
	overflow: hidden
}

@media(max-width:780px) {
	.bt_bb_map.bt_bb_map_with_content {
		padding: 0
	}

	.bt_bb_map.bt_bb_map_with_content .bt_bb_map_map {
		height: 600px !important;
		position: relative
	}

	.bt_bb_map.bt_bb_map_with_content .bt_bb_map_content_wrapper {
		padding: 0 !important
	}

	.bt_bb_map.bt_bb_map_with_content .bt_bb_map_content_wrapper .bt_bb_google_maps_location {
		max-width: 100% !important
	}

	.bt_bb_map.bt_bb_maps_with_content .bt_bb_map_map {
		height: 600px !important;
		position: relative
	}
}

.bt_bb_tabs.bt_bb_width_full {
	display: flex;
	flex-wrap: wrap
}

.bt_bb_tabs.bt_bb_width_full .bt_bb_tabs_header {
	flex: 1 0 100%;
	display: flex;
	flex-wrap: wrap
}

.bt_bb_tabs.bt_bb_width_full .bt_bb_tabs_header li {
	flex: 1 0;
	margin: 0
}

.bt_bb_style_simple.bt_bb_tabs.bt_bb_width_full .bt_bb_tabs_header li {
	border-bottom: 4px solid #c3c3c3
}

.bt_bb_tabs.bt_bb_width_full .bt_bb_tabs_header li span {
	padding: .7em !important
}

.bt_bb_tabs .bt_bb_tabs_header {
	display: block
}

.bt_bb_tabs .bt_bb_tabs_header li {
	margin: 0 1em;
	border-color: inherit;
	opacity: .5
}

.bt_bb_style_simple.bt_bb_tabs .bt_bb_tabs_header li {
	border-bottom: 4px solid;
	border-color: transparent
}

.bt_bb_style_outline.bt_bb_tabs .bt_bb_tabs_header li,
.bt_bb_style_filled.bt_bb_tabs .bt_bb_tabs_header li {
	margin: 0;
	padding: .5em 1em
}

.bt_bb_tabs .bt_bb_tabs_header li.on,
.bt_bb_tabs .bt_bb_tabs_header li:hover {
	opacity: 1
}

.bt_bb_style_simple.bt_bb_tabs .bt_bb_tabs_header li.on,
.bt_bb_style_simple.bt_bb_tabs .bt_bb_tabs_header li:hover {
	border-color: inherit
}

.bt_bb_tabs .bt_bb_tabs_header li:first-child {
	margin-left: 0
}

.bt_bb_tabs .bt_bb_tabs_header li span {
	font-size: 1.125rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	padding: 0
}

.btSupertitleWeight_default .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_tabs .bt_bb_tabs_header li span {
	font-weight: 100
}

.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item .bt_bb_tab_content {
	padding-top: 2em
}

@media(max-width:580px) {
	.bt_bb_style_simple.bt_bb_width_full .bt_bb_tabs_header {
		display: block
	}

	.bt_bb_style_simple:not(.bt_bb_width_full) .bt_bb_tabs_header {
		display: flex;
		flex-wrap: wrap
	}

	.bt_bb_style_simple:not(.bt_bb_width_full) .bt_bb_tabs_header li {
		margin: 1em 0 0 !important;
		flex: 1 0 100%
	}
}

.bt_bb_accordion .bt_bb_accordion_item {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: 300ms ease all;
	margin-bottom: .3em
}

.btSoftRoundedButtons .bt_bb_accordion .bt_bb_accordion_item {
	border-radius: 15px
}

.btHardRoundedButtons .bt_bb_accordion .bt_bb_accordion_item {
	border-radius: 20px
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
	border-radius: 15px
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
	border-radius: 20px
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
	border-width: 0;
	border-radius: 0;
	border-top: 1px solid rgba(0, 0, 0, .2) !important
}

.bt_bb_accordion .bt_bb_accordion_item:last-child {
	margin-bottom: 0
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
	border-radius: 15px
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
	border-radius: 20px
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
	border-width: 0;
	border-radius: 0
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item {
	border-width: 1px;
	border-color: #ccc
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item {
	border: none
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.btWithIcon {
	padding: 0 2em
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.btWithIcon:before {
	padding: 0 0 0 1rem
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.btWithIcon {
	padding: 0 1em
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.btWithIcon:before {
	padding: 0 0 0 1rem
}

.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content {
	padding: 0 0 0 4em
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content,
.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content,
.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content {
	padding: 0 4em 0 0
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content {
	padding-left: 0;
	padding-right: 0
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
	border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
	border-radius: 0 !important
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:before {
	padding: 0 0 0 1rem
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title {
	padding-left: 0
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title,
.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title,
.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title,
.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title,
.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title,
.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:not(.btWithIcon) .bt_bb_accordion_item_title {
	padding: .9em 0 .9rem .9em !important
}

.bt_bb_accordion .bt_bb_accordion_item:before {
	font-size: 2.1em;
	line-height: 2;
	padding: 0 1rem;
	float: right;
	content: "\e688";
	font-family: icon7stroke;
	display: block;
	z-index: 3
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:before {
	right: 3%
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item:before,
.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item:before {
	right: auto
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
	display: flex;
	align-items: center;
	padding: 0;
	transition: background-color 300ms ease
}

.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
	flex-direction: row-reverse
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,
.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content,
.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content {
	flex-direction: row-reverse
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
	display: flex;
	flex: 1 0 auto;
	min-width: 40px;
	color: #fcf113
}

.bt_bb_icon_size_small.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
	min-width: 20px
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder:before {
	font-size: 2.5rem;
	line-height: 1
}

.bt_bb_icon_size_small.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder:before {
	font-size: 1.5rem !important
}

.bt_bb_icon_size_medium.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder:before {
	font-size: 2rem !important
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-size: 1.5em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	border: none !important;
	padding: .9em;
	flex: 1 0 100%;
	z-index: 2;
	background-color: initial
}

.btHeadingWeight_default .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	font-weight: 100
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title,
.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title,
.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title,
.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title,
.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title,
.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
	padding: .9em 1.5em .9em 0
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
	padding: 0 1.3em;
	display: block;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: 350ms ease all
}

.bt_bb_accordion .bt_bb_accordion_item.on {
	min-height: 1px;
	max-height: 1e3em
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on {
	opacity: 1
}

.bt_bb_accordion .bt_bb_accordion_item.on:before {
	content: "\e682"
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title_content {
	border: none;
	padding-bottom: 0
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title_content,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title_content {
	padding-bottom: .5em
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
	display: block;
	opacity: 1;
	height: auto;
	padding-bottom: 1.6em !important
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:hover {
	opacity: .8
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on {
	background: #f3f3f3
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on:hover {
	opacity: 1
}

@media(max-width:480px) {
	.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder {
		flex: inherit
	}

	.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_icon_holder:before {
		font-size: 1.9em
	}

	.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title {
		padding: .7em;
		max-width: 80%
	}

	.bt_bb_accordion .bt_bb_accordion_item:before {
		top: .5em
	}

	.bt_bb_accordion.bt_bb_style_simple.bt_bb_shape_square .bt_bb_accordion_item.btWithIcon .bt_bb_accordion_item_content {
		padding: 0 !important;
		margin: 0;
		width: 100%
	}

	.bt_bb_accordion.bt_bb_style_simple.bt_bb_shape_square .bt_bb_accordion_item.btWithIcon.on .bt_bb_accordion_item_content {
		padding-bottom: 1.6em !important
	}
}

.bt_bb_counter_holder {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row nowrap;
	align-items: center;
	height: auto;
	font-size: inherit !important
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_holder,
.bt_bb_align_left.bt_bb_counter_holder,
.bt_bb_align_left .bt_bb_counter_holder {
	justify-content: flex-start;
	align-items: flex-start
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,
.bt_bb_align_right.bt_bb_counter_holder,
.bt_bb_align_right .bt_bb_counter_holder {
	justify-content: flex-start;
	flex-direction: row-reverse
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,
.bt_bb_align_center.bt_bb_counter_holder,
.bt_bb_align_center .bt_bb_counter_holder {
	display: block
}

.bt_bb_counter_holder .bt_bb_counter_icon {
	padding-bottom: 1.5em;
	color: #fcf113
}

.btNoText.bt_bb_counter_holder .bt_bb_counter_icon {
	padding-bottom: 0
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon,
.bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_icon,
.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_icon {
	max-width: 100%;
	text-align: center;
	padding-bottom: .5em
}

.bt_bb_counter_holder .bt_bb_counter_icon .bt_bb_icon_holder {
	font-size: 3em;
	line-height: 1
}

.bt_bb_size_small.bt_bb_counter_holder .bt_bb_counter_icon .bt_bb_icon_holder {
	font-size: 2.7em
}

.bt_bb_size_normal.bt_bb_counter_holder .bt_bb_counter_icon .bt_bb_icon_holder {
	font-size: 3em
}

.bt_bb_size_large.bt_bb_counter_holder .bt_bb_counter_icon .bt_bb_icon_holder {
	line-height: 1.3
}

.bt_bb_counter_holder .bt_bb_counter_content {
	padding: 0 1em;
	display: flex;
	flex-wrap: wrap
}

.btNoIcon.bt_bb_counter_holder .bt_bb_counter_content {
	padding: 0;
	max-width: 100%
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left .bt_bb_counter_holder .bt_bb_counter_content {
	text-align: left;
	padding-right: 0
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_counter_holder .bt_bb_counter_content {
	text-align: right;
	padding-left: 0
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content {
	text-align: center;
	max-width: 100%;
	padding: 0
}

.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	flex: 1 0 100%;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1;
	height: 1.1em
}

.btHeadingWeight_default .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter {
	font-weight: 100
}

.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter span.onedigit {
	height: 1.1em
}

.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter span.onedigit span {
	height: 1.1em
}

.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-size: 1.1rem;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	flex: 1 0 100%;
	padding-top: .1em;
	display: block
}

.btHeadingWeight_default .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 100
}

.bt_bb_font_weight_black.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 900
}

.bt_bb_font_weight_bolder.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 800
}

.bt_bb_font_weight_bold.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 700
}

.bt_bb_font_weight_semi-bold.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 600
}

.bt_bb_font_weight_medium.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 500
}

.bt_bb_font_weight_normal.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 400
}

.bt_bb_font_weight_light.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 300
}

.bt_bb_font_weight_lighter.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 200
}

.bt_bb_font_weight_thin.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	font-weight: 100
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text,
.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text,
.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text,
.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text,
.bt_bb_align_center.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text,
.bt_bb_align_center .bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_text {
	padding-top: .4em
}

.bt_bb_counter_holder.bt_bb_size_small .bt_bb_counter_content .bt_bb_counter {
	font-size: 2em
}

.bt_bb_counter_holder.bt_bb_size_small .bt_bb_counter_icon .bt_bb_icon_holder {
	font-size: 3em
}

.bt_bb_counter_holder.bt_bb_size_normal .bt_bb_counter_content .bt_bb_counter {
	font-size: 3em
}

.bt_bb_counter_holder.bt_bb_size_large .bt_bb_counter_content .bt_bb_counter {
	font-size: 3.8em
}

@media(max-width:780px) {
	.bt_bb_counter_holder {
		display: block
	}

	.bt_bb_counter_holder .bt_bb_counter_icon {
		max-width: 100%;
		padding-bottom: .5em
	}

	.bt_bb_counter_holder .bt_bb_counter_content {
		padding: 0;
		max-width: 100%
	}
}

.bt_bb_countdown.btCounterHolder {
	font-size: 3.8em
}

.bt_bb_countdown.btCounterHolder .btCounter {
	height: 3.8rem
}

.bt_bb_countdown.btCounterHolder span.onedigit {
	height: 3.8rem
}

.bt_bb_countdown.btCounterHolder span.onedigit span {
	height: 3.8rem
}

.bt_bb_countdown.btCounterHolder .btCountdownHolder>span>span>span {
	height: 3.8rem;
	transform: translateY(-3.8rem)
}

.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class^=n],
.bt_bb_countdown.btCounterHolder .btCountdownHolder .days span:first-child,
.bt_bb_countdown.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.bt_bb_countdown.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
	height: 3.8rem
}

.btHeadingWeight_default .bt_bb_countdown.btCounterHolder {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_countdown.btCounterHolder {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_countdown.btCounterHolder {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_countdown.btCounterHolder {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_countdown.btCounterHolder {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_countdown.btCounterHolder {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_countdown.btCounterHolder {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_countdown.btCounterHolder {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_countdown.btCounterHolder {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_countdown.btCounterHolder {
	font-weight: 100
}

.bt_bb_countdown.btCounterHolder .btCountdownHolder>span:not(.days) {
	border-left: 1.5px solid rgba(255, 255, 255, .3)
}

.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text] {
	padding: 0;
	color: inherit
}

.bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-size: 1.5em;
	line-height: 1.2;
	text-transform: capitalize;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btHeadingWeight_default .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_countdown.btCounterHolder .btCountdownHolder span[class$=_text]>span {
	font-weight: 100
}

@media(max-width:780px) {

	.btCounterHolder .btCountdownHolder .days,
	.btCounterHolder .btCountdownHolder .hours,
	.btCounterHolder .btCountdownHolder .minutes,
	.btCounterHolder .btCountdownHolder .seconds {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		border: none !important;
		padding-bottom: 1rem
	}

	.btCounterHolder .btCountdownHolder .days_text {
		height: 2.5em !important
	}

	.btCounterHolder .btCountdownHolder .days_text span {
		width: auto !important;
		transform: translate(-50%, -.1em) !important
	}
}

.bt_bb_image.bt_bb_border_visible {
	border: 2px solid #efefef;
	padding: 1.3em
}

.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 {
	transform: scale(1.05)
}

.bt_bb_price_list {
	border: none;
	padding: 3em 5em;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 450px
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_price_list,
.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list,
.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list,
.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list,
.bt_bb_align_right.bt_bb_price_list,
.bt_bb_align_right .bt_bb_price_list {
	justify-content: flex-end
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_price_list,
.bt_bb_align_center .bt_bb_align_left.bt_bb_price_list,
.bt_bb_align_right .bt_bb_align_left .bt_bb_price_list,
.bt_bb_align_center .bt_bb_align_left .bt_bb_price_list,
.bt_bb_align_left.bt_bb_price_list,
.bt_bb_align_left .bt_bb_price_list {
	justify-content: flex-start
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list,
.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list,
.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list,
.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list,
.bt_bb_align_center.bt_bb_price_list,
.bt_bb_align_center .bt_bb_price_list {
	justify-content: center
}

.bt_bb_price_list.bt_bb_style_border {
	padding-bottom: 3em
}

.bt_bb_price_list.bt_bb_style_border:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .7em;
	background: #fcf113
}

.bt_bb_price_list.bt_bb_style_shadow {
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_price_list.bt_bb_shape_rounded {
	border-radius: 20px
}

.bt_bb_price_list.bt_bb_highlight {
	margin: -.5em -1em 0;
	z-index: 1;
	padding-top: 4.2em;
	padding-bottom: 3.5em
}

.bt_bb_price_list .bt_bb_price_list_icon {
	padding-bottom: 1.2em
}

.bt_bb_price_list .bt_bb_price_list_icon .bt_bb_icon_holder {
	font-size: 6.5em;
	line-height: 1;
	color: #fcf113
}

.bt_bb_price_list .bt_bb_price_list_colored_icon {
	border-radius: 50%;
	width: 7.5em;
	height: 7.5em;
	display: flex;
	margin-bottom: 2.5em !important;
	align-items: center;
	background-color: #fff
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_colored_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_colored_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_colored_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_colored_icon,
.bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_colored_icon,
.bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_colored_icon {
	margin: 0 auto
}

.bt_bb_price_list .bt_bb_price_list_colored_icon svg {
	width: 5.5em;
	height: 5.5em;
	margin: 0 auto
}

.bt_bb_price_list .bt_bb_price_list_title {
	font-size: 1em;
	width: 100%;
	font-family: rubik, Arial, Helvetica, sans-serif;
	padding: 0 0 1em
}

.btSupertitleWeight_default .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 400
}

.btSupertitleWeight_black .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 900
}

.btSupertitleWeight_bolder .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 800
}

.btSupertitleWeight_bold .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 700
}

.btSupertitleWeight_semi-bold .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 600
}

.btSupertitleWeight_medium .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 500
}

.btSupertitleWeight_normal .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 400
}

.btSupertitleWeight_light .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 300
}

.btSupertitleWeight_lighter .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 200
}

.btSupertitleWeight_thin .bt_bb_price_list .bt_bb_price_list_title {
	font-weight: 100
}

.bt_bb_price_list .bt_bb_price_list_price {
	margin: 0;
	width: auto;
	display: flex;
	align-self: flex-start;
	padding-bottom: 1.2em
}

.bt_bb_price_list .bt_bb_price_list_price:after {
	display: none
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price {
	align-items: center;
	display: inline-flex;
	width: auto
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
	padding-top: .5em
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
	flex: none;
	font-size: 3.5em
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content {
	max-width: 100%
}

.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content {
	padding: 0
}

.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content,
.bt_bb_align_right .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount .bt_bb_counter_holder .bt_bb_counter_content {
	padding: 0
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text {
	width: 100%;
	align-self: flex-end;
	padding-bottom: .5em;
	padding-left: .5em
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text,
.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text,
.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text,
.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text,
.bt_bb_align_center.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text,
.bt_bb_align_center .bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_price_text {
	width: auto
}

.bt_bb_price_list ul {
	padding: 0 0 2em;
	width: 100%
}

.rtl .bt_bb_price_list ul {
	margin: 0 0 1em 1em
}

.bt_bb_price_list ul li {
	font-size: .9em;
	line-height: 1.2;
	display: flex;
	padding: 0 0 1em;
	border: none;
	text-align: left
}

.bt_bb_price_list ul li:last-child {
	padding-bottom: 0
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_price_list ul li,
.bt_bb_align_right .bt_bb_align_center.bt_bb_price_list ul li,
.bt_bb_align_left .bt_bb_align_center .bt_bb_price_list ul li,
.bt_bb_align_right .bt_bb_align_center .bt_bb_price_list ul li,
.bt_bb_align_center.bt_bb_price_list ul li,
.bt_bb_align_center .bt_bb_price_list ul li {
	justify-content: center
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list ul li,
.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list ul li,
.bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_right .bt_bb_price_list ul li {
	text-align: right;
	flex-direction: row-reverse
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_center .bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_left .bt_bb_align_right .bt_bb_price_list ul li,
.bt_bb_align_center .bt_bb_align_right .bt_bb_price_list ul li,
.bt_bb_align_right.bt_bb_price_list ul li,
.bt_bb_align_right .bt_bb_price_list ul li:before {
	padding-right: 0;
	padding-left: 1em
}

.bt_bb_price_list ul li.included:before {
	content: "\e92c";
	font-family: Dripicons;
	font-size: 1rem;
	padding-right: 1em;
	color: #fcf113
}

.rtl .bt_bb_price_list ul li.included:before {
	padding-right: 0;
	padding-left: 1em
}

.bt_bb_price_list ul li.excluded {
	opacity: .5
}

.bt_bb_price_list ul li.excluded:before {
	content: "\e93d";
	font-family: Dripicons;
	font-size: 1rem;
	padding-right: 1em
}

.rtl .bt_bb_price_list ul li.excluded:before {
	padding-right: 0;
	padding-left: 1em
}

.bt_bb_price_list .bt_bb_price_list_content_inner {
	display: inline-block;
	width: 100%
}

@media(max-width:992px) {
	.bt_bb_price_list .bt_bb_price_list_price {
		display: block
	}

	.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
		float: left
	}

	.bt_bb_price_list.bt_bb_highlight {
		margin: 0;
		padding: 3em 5em 2em !important
	}
}

@media(max-width:580px) {
	.bt_bb_price_list {
		padding: 3em !important
	}

	.bt_bb_price_list.bt_bb_highlight {
		padding: 3em !important
	}
}

.mfp-arrow {
	width: 10em;
	height: 6em
}

.mfp-arrow:before {
	content: "\e90c";
	font-size: 3rem;
	font-family: Dripicons;
	border: none;
	opacity: 1;
	color: #fff
}

.mfp-arrow:after {
	border: none
}

.mfp-arrow.mfp-arrow-left {
	left: 7em
}

.mfp-arrow.mfp-arrow-left:before {
	transform: rotate(-180deg)
}

.mfp-arrow.mfp-arrow-right {
	right: 3em
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
	display: flex
}

.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: .8em 1em
}

.bt_bb_card_image {
	display: flex;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease
}

.bt_bb_card_image a {
	width: 100%
}

.bt_bb_card_image.bt_bb_shape_soft-rounded {
	border-radius: 10px
}

.bt_bb_card_image.bt_bb_shadow_visible {
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_card_image.bt_bb_shadow_visible_hover:hover {
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_card_image .bt_bb_card_image_background {
	position: relative
}

.bt_bb_card_image .bt_bb_card_image_background .bt_bb_image img {
	transition: all .3s linear 0s
}

.bt_bb_hover_style_light.bt_bb_card_image .bt_bb_card_image_background:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	left: 0;
	right: 0
}

.bt_bb_card_image .bt_bb_card_image_text_box {
	padding: 2em;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	z-index: 1;
	background: rgba(0, 0, 0, .2);
	transition: all 300ms ease-in-out
}

.bt_bb_hover_style_light.bt_bb_card_image .bt_bb_card_image_text_box {
	background: #fff
}

.bt_bb_hover_style_light.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline {
	color: #000
}

.btNoImage.bt_bb_card_image .bt_bb_card_image_text_box {
	position: relative;
	min-height: 500px;
	background: 0 0
}

.noIcon.bt_bb_card_image .bt_bb_card_image_text_box {
	align-content: flex-end
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_icon {
	flex: 1 0 100%;
	color: #fcf113;
	align-self: flex-start
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_icon .bt_bb_icon_holder:before {
	font-size: 6.5rem;
	line-height: 1
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_colored_icon {
	flex: 1 0 100%;
	align-self: flex-start;
	width: 6rem;
	max-width: 6rem;
	height: 6rem;
	margin-bottom: 1em;
	background-color: #fff;
	border-radius: 50%;
	text-align: center
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_colored_icon svg {
	height: 6rem;
	width: 6rem;
	padding: .5em;
	margin: 0 auto
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_inner {
	flex: 1 0 100%;
	transition: all .3s cubic-bezier(.37, .75, .61, 1.05)0s
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline {
	color: #fff
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline a:hover {
	opacity: .8
}

.btNoImage.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline {
	color: #000
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline .bt_bb_headline_superheadline {
	opacity: .5
}

.rtl .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline {
	text-align: right
}

.rtl .bt_bb_align_left .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline,
.bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline,
.bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline {
	text-align: center
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before {
	content: "";
	background: #fcf113;
	height: .4em;
	width: 85%;
	display: block;
	margin-bottom: 1em
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_left .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_center .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before {
	float: right
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before,
.bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before {
	margin: 0 auto 1em
}

.bt_bb_border_hide.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline:before {
	display: none
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text {
	padding: 1em 0 0;
	margin: 0;
	width: 100%
}

.rtl .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text {
	margin: 0 0 1em 1em
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	font-size: 1em;
	line-height: 1.5;
	display: flex;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	color: #fff
}

.bt_bb_hover_style_light.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	color: #000
}

.btNoImage.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	color: #000
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li:not(:first-child) {
	padding-top: .3em
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	justify-content: center
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_left .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	text-align: right;
	flex-direction: row-reverse
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center .bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_left .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_center .bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li,
.bt_bb_align_right .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li:before {
	padding-right: 0;
	padding-left: 1em
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li.included:before {
	content: "\e92c";
	font-family: Dripicons;
	font-size: 1rem;
	padding-right: 1em;
	color: #fcf113
}

.rtl .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_text li.included:before {
	padding-right: 0;
	padding-left: 1em
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow {
	display: none
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before {
	content: "\e90c";
	font-size: 1.9em;
	font-family: Dripicons;
	padding: .5rem 0;
	color: #fcf113;
	display: block
}

.rtl .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before {
	content: "\e90b";
	float: right
}

.rtl .bt_bb_align_left .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before,
.bt_bb_align_center.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before,
.bt_bb_align_center .bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before {
	float: none
}

.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_button {
	margin-top: 2em
}

.bt_bb_url_color_accent.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_button a {
	box-shadow: 0 0 0 1px #fcf113 inset, 0 0 rgba(0, 0, 0, .1) !important;
	color: #fcf113 !important;
	background-color: initial
}

.bt_bb_url_color_accent.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_button:hover a:hover {
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1) !important;
	color: #fff !important;
	background-color: initial
}

.bt_bb_card_image:hover .bt_bb_card_image_background .bt_bb_image img {
	transform: scale(1.1)
}

.bt_bb_card_image:hover .bt_bb_card_image_text_box {
	background: rgba(0, 0, 0, .9)
}

.bt_bb_card_image:hover.bt_bb_hover_style_light .bt_bb_card_image_text_box {
	background: rgba(0, 0, 0, .5)
}

.bt_bb_card_image:hover.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_headline {
	color: #fff
}

.bt_bb_card_image:hover.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_card_image_text {
	color: #fff
}

.bt_bb_card_image:hover.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	color: #fff
}

.bt_bb_card_image:hover.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before {
	color: #fff
}

.bt_bb_card_image:hover.bt_bb_hover_style_light.btNoImage .bt_bb_card_image_text_box .bt_bb_card_image_arrow span:before {
	color: #fcf113
}

.bt_bb_card_image:hover.btNoImage .bt_bb_card_image_text_box .bt_bb_headline {
	color: #fff
}

.bt_bb_card_image:hover.btNoImage .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	color: #fff
}

.bt_bb_card_image:hover.btNoImage.bt_bb_hover_style_light .bt_bb_card_image_text_box {
	background: #fff
}

.bt_bb_card_image:hover.btNoImage.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_card_image_colored_icon {
	background: #f9f9f9
}

.bt_bb_card_image:hover.btNoImage.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_headline {
	color: inherit
}

.bt_bb_card_image:hover.btNoImage.bt_bb_hover_style_light .bt_bb_card_image_text_box .bt_bb_card_image_text li {
	color: #000
}

@media(max-width:480px) {

	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h1,
	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h2,
	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h3,
	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h4,
	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h5,
	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_headline h6 {
		font-size: 1.5rem
	}
}

.bt_bb_card_icon {
	padding: 2em;
	overflow: hidden;
	transition: all 300ms ease
}

.btSoftRoundedButtons .bt_bb_card_icon {
	border-radius: 10px
}

.btHardRoundedButtons .bt_bb_card_icon {
	border-radius: 10px
}

.bt_bb_card_icon.bt_bb_shadow_visible {
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_card_icon.bt_bb_icon_position_on_top {
	padding: .8em 1.5em
}

.bt_bb_card_icon.bt_bb_icon_position_on_top.WithText .bt_bb_card_icon_colored_icon {
	margin-bottom: 1em
}

.bt_bb_card_icon.bt_bb_icon_position_on_top.bt_bb_hover_style_light {
	padding: .8em 2em
}

.bt_bb_card_icon.bt_bb_shape_square {
	border-radius: 0
}

.bt_bb_card_icon.bt_bb_shape_soft-rounded {
	border-radius: 10px
}

.bt_bb_card_icon.bt_bb_hover_style_gradient {
	position: relative;
	padding: 1em 2em 2em
}

.bt_bb_card_icon.bt_bb_hover_style_gradient .bt_bb_card_icon_content {
	z-index: 999;
	position: relative
}

.bt_bb_card_icon.bt_bb_hover_style_gradient:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #fcf113 0%, #8c8c8c 100%);
	transition: opacity 300ms linear;
	opacity: 0
}

.bt_bb_card_icon .bt_bb_card_icon_content {
	display: inline-flex;
	flex-wrap: wrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 100%
}

.WithText.bt_bb_card_icon .bt_bb_card_icon_content {
	align-items: flex-start
}

.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content {
	display: block
}

.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	padding: 0 !important
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	flex: none;
	width: auto;
	height: auto;
	order: 1;
	border-radius: 50%;
	width: 5em;
	height: 5em;
	display: flex;
	align-items: center;
	background-color: #f9f9f9
}

.bt_bb_icon_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	height: 5rem;
	width: 5rem
}

.bt_bb_icon_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	height: 4rem;
	width: 4rem
}

.bt_bb_icon_size_extra_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	height: 7rem;
	width: 7rem;
	margin-bottom: 1em
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
	height: 4rem;
	width: 4rem;
	margin: 0 auto
}

.bt_bb_border_visible.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	border-bottom: 6px solid #ede3d7
}

.bt_bb_icon_style_borderless.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
	background: 0 0;
	border-radius: 0;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 1em;
	height: 7.5em
}

.bt_bb_icon_style_borderless.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
	height: 6rem;
	width: 6rem;
	margin: 0
}

.bt_bb_icon_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
	height: 4.5rem;
	width: 4.5rem
}

.bt_bb_icon_size_extra_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
	height: 6rem;
	width: 6rem
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a {
	color: inherit;
	transition: none
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a .bt_bb_icon_holder {
	transition: opacity 300ms ease
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a:hover .bt_bb_icon_holder {
	opacity: .8
}

.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon {
	margin-bottom: 1em
}

.bt_bb_border_visible.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon {
	border-bottom: 6px solid #ede3d7;
	margin-bottom: 1.5em
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder {
	text-decoration: none !important;
	box-shadow: none !important;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	line-height: inherit
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 2rem;
	width: auto;
	height: auto;
	line-height: 1
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	margin: 0 auto
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_right .bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center .bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	margin: 0
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_left .bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_center .bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before,
.bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	margin: 0
}

.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 5.5rem
}

.bt_bb_icon_size_large.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 6.5rem
}

.bt_bb_icon_size_small.bt_bb_icon_position_on_top.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 3rem
}

.bt_bb_icon_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 4.5rem
}

.bt_bb_icon_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 1.5rem
}

.bt_bb_icon_size_extra_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
	font-size: 6.5rem
}

.bt_bb_icon_color_accent.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon {
	color: #fcf113 !important
}

.bt_bb_icon_color_alternate.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon {
	color: #8c8c8c !important
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	flex: auto;
	order: 2
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_left.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_left .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	padding-left: 1em;
	order: 2;
	text-align: left
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_right.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_right .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	padding-right: 1em;
	order: 1;
	text-align: right
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner,
.bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	flex-flow: column nowrap;
	text-align: center;
	width: 100%;
	order: 2
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	font-size: 1.5em;
	line-height: 1.3;
	transition: transform 300ms ease
}

:not(.bt_bb_icon_position_on_top).bt_bb_border_visible.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	border-bottom: 6px solid #ede3d7
}

:not(.bt_bb_icon_position_on_top).bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	padding-bottom: .3em
}

.bt_bb_title_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	font-size: 1.3125em
}

.bt_bb_title_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	font-size: 2em
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title a {
	color: inherit;
	transition: opacity 300ms ease
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title a:hover {
	opacity: .8
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	line-height: 1.8em;
	max-height: 10.4em;
	margin-bottom: 0
}

:not(.bt_bb_icon_position_on_top).bt_bb_border_visible.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_text {
	padding-top: .7em
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow {
	opacity: 0;
	display: inline-block;
	padding: .5rem 0;
	transition: all 300ms ease
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow a {
	display: block
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow a span {
	display: block;
	line-height: 1;
	transition: all 300ms ease
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow a span:before {
	content: "\e90c";
	font-family: Dripicons;
	font-size: 1.9em;
	color: #fcf113;
	transition: all 300ms ease
}

.rtl .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow a span:before {
	content: "\e90b";
	float: right
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow a:hover span {
	transform: translateX(.2em)
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_button {
	opacity: 0;
	transition: all 300ms ease
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_button.bt_bb_style_clean a {
	padding: 1em 0 0 !important
}

.bt_bb_card_icon:hover .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow {
	opacity: 1
}

.bt_bb_card_icon:hover .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_button {
	opacity: 1
}

.bt_bb_card_icon:hover.bt_bb_shadow_visible_hover {
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_card_icon:hover.bt_bb_hover_style_light {
	color: #000;
	background: #fff
}

.bt_bb_card_icon:hover.bt_bb_hover_style_light:not(.bt_bb_icon_style_borderless) .bt_bb_card_icon_colored_icon {
	background: #f9f9f9 !important
}

.bt_bb_card_icon:hover.bt_bb_hover_style_dark {
	color: #fff;
	background: rgba(0, 0, 0, .9)
}

.bt_bb_card_icon:hover.bt_bb_hover_style_dark .bt_bb_button a:hover {
	color: inherit;
	opacity: .8
}

.bt_bb_card_icon:hover.bt_bb_hover_style_accent {
	color: #fff;
	background: #fcf113
}

.bt_bb_card_icon:hover.bt_bb_hover_style_accent .bt_bb_button a {
	color: #fff
}

.bt_bb_card_icon:hover.bt_bb_hover_style_accent .bt_bb_button a:hover {
	opacity: .8
}

.bt_bb_card_icon:hover.bt_bb_hover_style_accent.bt_bb_icon_color_accent .bt_bb_card_icon_icon {
	color: #fff !important
}

.bt_bb_card_icon:hover.bt_bb_hover_style_gradient {
	color: #fff
}

.bt_bb_card_icon:hover.bt_bb_hover_style_gradient:after {
	opacity: 1
}

.bt_bb_card_icon:not(.WithText):not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	position: relative
}

.bt_bb_card_icon:not(.WithText):not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	padding-bottom: 0
}

.bt_bb_card_icon:not(.WithText):not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow {
	position: absolute;
	bottom: -2.2em
}

.bt_bb_card_icon:not(.WithText):not(.bt_bb_icon_position_on_top):hover.WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
	transform: translateY(-.3em)
}

.bt_bb_card_icon.WithText.bt_bb_shadow_visible:not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	position: relative
}

.bt_bb_card_icon.WithText.bt_bb_shadow_visible:not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_arrow {
	position: absolute;
	bottom: -2.5em
}

.bt_bb_card_icon.WithText.bt_bb_shadow_visible:not(.bt_bb_icon_position_on_top):hover.WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	transform: translateY(-.3em)
}

.bt_bb_card_icon.WithText.bt_bb_shadow_visible:not(.bt_bb_icon_position_on_top).WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner {
	transition: transform 300ms ease
}

.bt_bb_card_icon.WithText.bt_bb_icon_position_on_top.WithLink .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_button {
	padding-bottom: 1em
}

.bt_bb_floating_image {
	position: absolute
}

.bt_bb_floating_image_vertical_position_top.bt_bb_floating_image {
	top: 0
}

.bt_bb_floating_image_vertical_position_middle.bt_bb_floating_image {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto
}

.bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image {
	bottom: 0
}

.bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image {
	left: 0
}

.bt_bb_floating_image_horizontal_position_center.bt_bb_floating_image {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image {
	right: 0
}

.bt_bb_floating_image .bt_bb_floating_image_image {
	transform: translateY(0);
	transition: transform 1200ms ease-out
}

.bt_bb_floating_image_animation_style_ease_out.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms ease-out
}

.bt_bb_floating_image_animation_style_ease_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms cubic-bezier(.39, .575, .565, 1)
}

.bt_bb_floating_image_animation_style_ease_in.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms ease-in
}

.bt_bb_floating_image_animation_style_ease_in_sine.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms cubic-bezier(.47, 0, .745, .715)
}

.bt_bb_floating_image_animation_style_ease_in_out.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms ease-in-out
}

.bt_bb_floating_image_animation_style_ease_in_out_sine.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms cubic-bezier(.445, .05, .55, .95)
}

.bt_bb_floating_image_animation_style_ease_in_out_back.bt_bb_floating_image .bt_bb_floating_image_image {
	transition: transform 1200ms cubic-bezier(.68, -.55, .265, 1.55)
}

.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+2) {
	transition-duration: 1400ms
}

.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+3) {
	transition-duration: 1600ms
}

.bt_bb_floating_image .bt_bb_floating_image_image:nth-of-type(5n+4) {
	transition-duration: 1800ms
}

.bt_bb_floating_image_animation_duration_0.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 0ms
}

.bt_bb_floating_image_animation_duration_100.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 100ms
}

.bt_bb_floating_image_animation_duration_200.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 200ms
}

.bt_bb_floating_image_animation_duration_300.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 300ms
}

.bt_bb_floating_image_animation_duration_400.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 400ms
}

.bt_bb_floating_image_animation_duration_500.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 500ms
}

.bt_bb_floating_image_animation_duration_600.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 600ms
}

.bt_bb_floating_image_animation_duration_700.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 700ms
}

.bt_bb_floating_image_animation_duration_800.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 800ms
}

.bt_bb_floating_image_animation_duration_900.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 900ms
}

.bt_bb_floating_image_animation_duration_1000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1e3ms
}

.bt_bb_floating_image_animation_duration_1100.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1100ms
}

.bt_bb_floating_image_animation_duration_1200.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1200ms
}

.bt_bb_floating_image_animation_duration_1300.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1300ms
}

.bt_bb_floating_image_animation_duration_1400.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1400ms
}

.bt_bb_floating_image_animation_duration_1500.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1500ms
}

.bt_bb_floating_image_animation_duration_1600.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1600ms
}

.bt_bb_floating_image_animation_duration_1700.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1700ms
}

.bt_bb_floating_image_animation_duration_1800.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1800ms
}

.bt_bb_floating_image_animation_duration_1900.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 1900ms
}

.bt_bb_floating_image_animation_duration_2000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 2e3ms
}

.bt_bb_floating_image_animation_duration_2500.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 2500ms
}

.bt_bb_floating_image_animation_duration_3000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 3e3ms
}

.bt_bb_floating_image_animation_duration_3500.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 3500ms
}

.bt_bb_floating_image_animation_duration_4000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 4e3ms
}

.bt_bb_floating_image_animation_duration_5000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 5e3ms
}

.bt_bb_floating_image_animation_duration_6000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-duration: 6e3ms
}

.bt_bb_floating_image_animation_delay_0.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 0ms
}

.bt_bb_floating_image_animation_delay_100.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 100ms
}

.bt_bb_floating_image_animation_delay_200.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 200ms
}

.bt_bb_floating_image_animation_delay_300.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 300ms
}

.bt_bb_floating_image_animation_delay_400.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 400ms
}

.bt_bb_floating_image_animation_delay_500.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 500ms
}

.bt_bb_floating_image_animation_delay_600.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 600ms
}

.bt_bb_floating_image_animation_delay_700.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 700ms
}

.bt_bb_floating_image_animation_delay_800.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 800ms
}

.bt_bb_floating_image_animation_delay_900.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 900ms
}

.bt_bb_floating_image_animation_delay_1000.bt_bb_floating_image .bt_bb_floating_image_image {
	transition-delay: 1e3ms
}

.bt_bb_floating_icon {
	position: absolute;
	color: #fcf113
}

.bt_bb_floating_icon.bt_bb_floating_icon_color_light {
	color: #fff
}

.bt_bb_floating_icon.bt_bb_floating_icon_color_dark {
	color: #000
}

.bt_bb_floating_icon.bt_bb_floating_icon_color_alternate {
	color: #8c8c8c
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	display: inline-block;
	line-height: 1;
	max-width: 100%
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	line-height: inherit
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder:before {
	font-size: 9rem
}

.bt_bb_floating_icon_size_small.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder:before {
	font-size: 3rem
}

.bt_bb_floating_icon_size_medium.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder:before {
	font-size: 6rem
}

.bt_bb_floating_icon_size_large.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder:before {
	font-size: 12rem
}

.bt_bb_floating_icon_size_extralarge.bt_bb_floating_icon .bt_bb_floating_icon_icon .bt_bb_icon_holder:before {
	font-size: 20rem
}

.bt_bb_floating_icon_vertical_position_top.bt_bb_floating_icon {
	top: 0
}

.bt_bb_floating_icon_vertical_position_middle.bt_bb_floating_icon {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto
}

.bt_bb_floating_icon_vertical_position_bottom.bt_bb_floating_icon {
	bottom: 0
}

.bt_bb_floating_icon_horizontal_position_left.bt_bb_floating_icon {
	left: 0
}

.bt_bb_floating_icon_horizontal_position_center.bt_bb_floating_icon {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}

.bt_bb_floating_icon_horizontal_position_right.bt_bb_floating_icon {
	right: 0
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transform: translateY(0);
	transition: transform 1200ms ease-out
}

.bt_bb_floating_icon_animation_style_ease_out.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms ease-out
}

.bt_bb_floating_icon_animation_style_ease_out_sine.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms cubic-bezier(.39, .575, .565, 1)
}

.bt_bb_floating_icon_animation_style_ease_in.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms ease-in
}

.bt_bb_floating_icon_animation_style_ease_in_sine.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms cubic-bezier(.47, 0, .745, .715)
}

.bt_bb_floating_icon_animation_style_ease_in_out.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms ease-in-out
}

.bt_bb_floating_icon_animation_style_ease_in_out_sine.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms cubic-bezier(.445, .05, .55, .95)
}

.bt_bb_floating_icon_animation_style_ease_in_out_back.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition: transform 1200ms cubic-bezier(.68, -.55, .265, 1.55)
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon:nth-of-type(5n+2) {
	transition-duration: 1400ms
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon:nth-of-type(5n+3) {
	transition-duration: 1600ms
}

.bt_bb_floating_icon .bt_bb_floating_icon_icon:nth-of-type(5n+4) {
	transition-duration: 1800ms
}

.bt_bb_floating_icon_animation_duration_0.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 0ms
}

.bt_bb_floating_icon_animation_duration_100.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 100ms
}

.bt_bb_floating_icon_animation_duration_200.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 200ms
}

.bt_bb_floating_icon_animation_duration_300.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 300ms
}

.bt_bb_floating_icon_animation_duration_400.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 400ms
}

.bt_bb_floating_icon_animation_duration_500.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 500ms
}

.bt_bb_floating_icon_animation_duration_600.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 600ms
}

.bt_bb_floating_icon_animation_duration_700.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 700ms
}

.bt_bb_floating_icon_animation_duration_800.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 800ms
}

.bt_bb_floating_icon_animation_duration_900.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 900ms
}

.bt_bb_floating_icon_animation_duration_1000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1e3ms
}

.bt_bb_floating_icon_animation_duration_1100.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1100ms
}

.bt_bb_floating_icon_animation_duration_1200.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1200ms
}

.bt_bb_floating_icon_animation_duration_1300.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1300ms
}

.bt_bb_floating_icon_animation_duration_1400.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1400ms
}

.bt_bb_floating_icon_animation_duration_1500.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1500ms
}

.bt_bb_floating_icon_animation_duration_1600.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1600ms
}

.bt_bb_floating_icon_animation_duration_1700.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1700ms
}

.bt_bb_floating_icon_animation_duration_1800.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1800ms
}

.bt_bb_floating_icon_animation_duration_1900.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 1900ms
}

.bt_bb_floating_icon_animation_duration_2000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 2e3ms
}

.bt_bb_floating_icon_animation_duration_2500.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 2500ms
}

.bt_bb_floating_icon_animation_duration_3000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 3e3ms
}

.bt_bb_floating_icon_animation_duration_3500.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 3500ms
}

.bt_bb_floating_icon_animation_duration_4000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 4e3ms
}

.bt_bb_floating_icon_animation_duration_5000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 5e3ms
}

.bt_bb_floating_icon_animation_duration_6000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-duration: 6e3ms
}

.bt_bb_floating_icon_animation_delay_0.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 0ms
}

.bt_bb_floating_icon_animation_delay_100.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 100ms
}

.bt_bb_floating_icon_animation_delay_200.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 200ms
}

.bt_bb_floating_icon_animation_delay_300.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 300ms
}

.bt_bb_floating_icon_animation_delay_400.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 400ms
}

.bt_bb_floating_icon_animation_delay_500.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 500ms
}

.bt_bb_floating_icon_animation_delay_600.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 600ms
}

.bt_bb_floating_icon_animation_delay_700.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 700ms
}

.bt_bb_floating_icon_animation_delay_800.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 800ms
}

.bt_bb_floating_icon_animation_delay_900.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 900ms
}

.bt_bb_floating_icon_animation_delay_1000.bt_bb_floating_icon .bt_bb_floating_icon_icon {
	transition-delay: 1e3ms
}

.bt_bb_progress_bar_advanced {
	display: flex;
	flex-wrap: wrap
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar_advanced,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar_advanced,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar_advanced,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar_advanced,
.bt_bb_align_center.bt_bb_progress_bar_advanced,
.bt_bb_align_center .bt_bb_progress_bar_advanced {
	flex-direction: column
}

.bt_bb_progress_bar_advanced a {
	color: inherit
}

.bt_bb_progress_bar_advanced.bt_bb_size_small .container svg {
	max-width: 8em !important
}

.bt_bb_progress_bar_advanced.bt_bb_size_normal .container svg {
	max-width: 10em !important
}

.bt_bb_progress_bar_advanced.bt_bb_size_medium .container svg {
	max-width: 12.5em !important
}

.bt_bb_progress_bar_advanced.bt_bb_size_large .container svg {
	max-width: 15em !important
}

.bt_bb_progress_bar_advanced.bt_bb_size_xlarge .container svg {
	max-width: 18em !important
}

.bt_bb_progress_bar_advanced .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.bt_bb_progress_bar_advanced .container svg {
	flex: 1 0 100%
}

.bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-size: 3em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	position: absolute;
	font-weight: inherit;
	transition: all 200ms ease;
	padding: 0 !important
}

.btHeadingWeight_default .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
	font-weight: 100
}

.bt_bb_link {
	display: inline-block;
	position: relative
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_link,
.bt_bb_align_center .bt_bb_align_right.bt_bb_link,
.bt_bb_align_left .bt_bb_align_right .bt_bb_link,
.bt_bb_align_center .bt_bb_align_right .bt_bb_link,
.bt_bb_align_right.bt_bb_link,
.bt_bb_align_right .bt_bb_link {
	float: right
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_link,
.bt_bb_align_center .bt_bb_align_left.bt_bb_link,
.bt_bb_align_right .bt_bb_align_left .bt_bb_link,
.bt_bb_align_center .bt_bb_align_left .bt_bb_link,
.bt_bb_align_left.bt_bb_link,
.bt_bb_align_left .bt_bb_link {
	float: left
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_link,
.bt_bb_align_right .bt_bb_align_center.bt_bb_link,
.bt_bb_align_left .bt_bb_align_center .bt_bb_link,
.bt_bb_align_right .bt_bb_align_center .bt_bb_link,
.bt_bb_align_center.bt_bb_link,
.bt_bb_align_center .bt_bb_link {
	float: none
}

.bt_bb_link .bt_bb_link_content {
	color: inherit
}

.bt_bb_link .bt_bb_link_content:hover {
	opacity: 1
}

.bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: rubik, Arial, Helvetica, sans-serif;
	transition: all 500ms ease
}

.bt_bb_size_small.bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-size: 1.125rem
}

.bt_bb_size_large.bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-size: 2rem
}

.btHeadingWeight_default .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 500
}

.btHeadingWeight_black .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 900
}

.btHeadingWeight_bolder .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 800
}

.btHeadingWeight_bold .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 700
}

.btHeadingWeight_semi-bold .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 600
}

.btHeadingWeight_medium .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 500
}

.btHeadingWeight_normal .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 400
}

.btHeadingWeight_light .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 300
}

.btHeadingWeight_lighter .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 200
}

.btHeadingWeight_thin .bt_bb_link .bt_bb_link_content .bt_bb_link_text {
	font-weight: 100
}

.bt_bb_link .bt_bb_link_content .bt_bb_link_text:after {
	content: "\e90c";
	font-family: Dripicons;
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em;
	color: #fcf113;
	opacity: 0;
	transform: translateX(-.2em);
	transition: all 500ms ease-in-out
}

.bt_bb_colors_light.bt_bb_link .bt_bb_link_content .bt_bb_link_text:after {
	color: #fff
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_link .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_link .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_link .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_link .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_right.bt_bb_link .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_right .bt_bb_link .bt_bb_link_content .bt_bb_link_text:after {
	margin-left: .5em
}

.rtl .bt_bb_link .bt_bb_link_content .bt_bb_link_text:after {
	content: "\e90b";
	margin-left: 0;
	margin-right: .5em
}

.bt_bb_link .bt_bb_link_content:after {
	content: "";
	font-size: 1em;
	height: 4px;
	width: 100%;
	display: block;
	backface-visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	background: #fcf113;
	animation: underline 500ms ease-in-out forwards;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 500ms ease-in-out
}

.bt_bb_colors_light.bt_bb_link .bt_bb_link_content:after {
	background: #fff
}

.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text {
	color: #fcf113
}

.bt_bb_colors_light.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text {
	color: #fff
}

.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after {
	opacity: 1;
	transform: translateX(0)
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_left .bt_bb_align_right .bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_center .bt_bb_align_right .bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_right.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after,
.bt_bb_align_right .bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after {
	content: "\e90c"
}

.rtl.bt_bb_link:hover .bt_bb_link_content .bt_bb_link_text:after {
	content: "\e90b"
}

.bt_bb_link:hover .bt_bb_link_content:after {
	transform: scaleX(1);
	opacity: 1;
	animation: underlineHover 500ms ease-in-out forwards;
	animation: none
}

.bt_bb_link.bt_bb_style_underline .bt_bb_link_content:after {
	transform: scaleX(1);
	opacity: 1;
	animation: underlineHover 500ms ease-in-out forwards;
	animation: none
}

.bt_bb_link.bt_bb_style_underline .bt_bb_link_content .bt_bb_link_text:after {
	opacity: 1;
	transform: translateX(0)
}

.bt_bb_link.bt_bb_style_underline:hover .bt_bb_link_content:after {
	content: "";
	font-size: 1em;
	width: 100%;
	display: block;
	backface-visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	background: #fcf113;
	animation: underline 500ms ease-in-out forwards;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 500ms ease-in-out
}

.bt_bb_colors_light.bt_bb_link.bt_bb_style_underline:hover .bt_bb_link_content:after {
	background: #fff
}

.bt_bb_link.bt_bb_style_underline:hover .bt_bb_link_content .bt_bb_link_text:after {
	transform: translateX(.2em)
}

@keyframes underlineHover {
	0% {
		transform: scaleX(1);
		transform-origin: left
	}

	100% {
		transform: scaleX(0);
		transform-origin: left
	}
}

@media(max-width:780px) {
	.bt_bb_link.bt_bb_size_large .bt_bb_link_text {
		font-size: 1.7em !important
	}
}

.bt_bb_testimonial.bt_bb_shape_round {
	border-radius: 20px
}

.bt_bb_testimonial.bt_bb_border_visible {
	border-bottom: 6px solid #fcf113
}

.bt_bb_testimonial.bt_bb_shadow_visible {
	padding: 4em;
	box-shadow: 0 5px 10px rgba(154, 160, 185, 5%), 0 15px 40px rgba(166, 173, 201, .2)
}

.bt_bb_testimonial.bt_bb_background_color_light {
	padding: 4em;
	color: #000;
	background-color: #fff
}

.bt_bb_testimonial.bt_bb_background_color_light_alternate {
	padding: 4em;
	color: #000;
	background-color: #fff
}

.bt_bb_testimonial.bt_bb_background_color_light_alternate>.bt_bb_headline {
	color: #8c8c8c
}

.bt_bb_testimonial.bt_bb_background_color_light_alternate.bt_bb_image_position_on_top {
	padding-bottom: 2em
}

.bt_bb_testimonial.bt_bb_background_color_dark {
	padding: 4em;
	color: #fff;
	background-color: #000
}

.bt_bb_testimonial.bt_bb_background_color_gray {
	padding: 4em;
	color: #000;
	background-color: #f3f3f3
}

.bt_bb_testimonial.bt_bb_background_color_gray.bt_bb_image_border_visible .bt_bb_testimonial_image .bt_bb_image {
	border-color: #fff !important
}

.bt_bb_testimonial.bt_bb_background_color_accent {
	padding: 4em;
	color: #fff;
	background-color: #fcf113
}

.bt_bb_testimonial.bt_bb_background_color_accent.bt_bb_image_border_visible .bt_bb_testimonial_image .bt_bb_image {
	border-color: #fff !important
}

.bt_bb_testimonial.bt_bb_background_color_accent.bt_bb_image_position_on_top {
	padding-bottom: 2em
}

.bt_bb_testimonial.bt_bb_background_color_alternate {
	padding: 4em;
	color: #fff;
	background-color: #8c8c8c
}

.bt_bb_testimonial.bt_bb_background_color_alternate.bt_bb_image_border_visible .bt_bb_testimonial_image .bt_bb_image {
	border-color: #fff !important
}

.bt_bb_testimonial.bt_bb_background_color_alternate.bt_bb_image_position_on_top {
	padding-bottom: 2em
}

.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image {
	max-width: 160px;
	display: flex;
	margin-bottom: 1em
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image {
	margin: 0 auto 1em
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image .bt_bb_image {
	margin-left: auto;
	margin-right: auto
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image,
.bt_bb_align_right .bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image {
	float: right
}

.bt_bb_image_border_visible.bt_bb_testimonial.bt_bb_image_position_on_top .bt_bb_testimonial_image .bt_bb_image {
	border: 4px solid #fcf113
}

.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_light,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_dark,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_gray,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_accent,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_alternate,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_shadow_visible {
	margin-top: 4em
}

.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_light .bt_bb_testimonial_image,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_dark .bt_bb_testimonial_image,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_gray .bt_bb_testimonial_image,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_accent .bt_bb_testimonial_image,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_background_color_alternate .bt_bb_testimonial_image,
.bt_bb_testimonial.bt_bb_image_position_on_top.bt_bb_shadow_visible .bt_bb_testimonial_image {
	margin-top: -7.5em;
	padding-bottom: 1em
}

.bt_bb_testimonial>.bt_bb_headline {
	padding-bottom: .8em;
	max-width: 930px
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial>.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial>.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial>.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial>.bt_bb_headline,
.bt_bb_align_center.bt_bb_testimonial>.bt_bb_headline,
.bt_bb_align_center .bt_bb_testimonial>.bt_bb_headline {
	margin: 0 auto
}

.bt_bb_image_position_on_top.bt_bb_testimonial>.bt_bb_headline {
	padding-bottom: 1.5em
}

.bt_bb_testimonial>.bt_bb_headline.bt_bb_size_small {
	max-width: 750px
}

.bt_bb_testimonial .bt_bb_testimonial_ratings {
	padding-bottom: 1em;
	display: block;
	float: none;
	margin: 0
}

.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon {
	transition: all 300ms ease;
	display: inline-block;
	line-height: 1
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_left.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_left .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon {
	padding-right: .5em
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon {
	padding: 0 .25em
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon,
.bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon {
	padding-left: .5em
}

.bt_bb_testimonial .bt_bb_testimonial_ratings .bt_bb_testimonial_icon span:before {
	content: "\f005";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #fcf113;
	transition: all 300ms ease-in-out
}

.bt_bb_testimonial .bt_bb_testimonial_text {
	padding-bottom: 2em
}

.bt_bb_testimonial .bt_bb_testimonial_text span {
	line-height: 1.3
}

.bt_bb_text_style_transparent.bt_bb_testimonial .bt_bb_testimonial_text span {
	opacity: .7
}

.bt_bb_testimonial .bt_bb_testimonial_text_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box {
	margin: 0 auto;
	display: block
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
	margin: 0 auto 2em;
	max-width: 55px
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box {
	flex-direction: row-reverse
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
	margin-right: 0;
	margin-left: 1.2em
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box,
.bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_headline .bt_bb_headline_superheadline {
	float: right
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
	flex: 1 0 55px;
	max-width: 55px;
	margin-right: 1.2em
}

.rtl .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
	margin-right: 0;
	margin-left: 1.2em
}

.bt_bb_image_border_visible.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image .bt_bb_image {
	border: 4px solid #fcf113
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_headline.btNoHeadline .bt_bb_headline_superheadline {
	font-size: .9375rem
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_headline.btNoHeadline .bt_bb_headline_subheadline {
	opacity: .8
}

.bt_bb_content_slider .bt_bb_content_slider_item .bt_bb_testimonial.bt_bb_shadow_visible {
	margin-right: 1em;
	margin-left: 1em
}

@media(max-width:580px) {

	.bt_bb_testimonial.bt_bb_background_color_light,
	.bt_bb_testimonial.bt_bb_background_color_dark,
	.bt_bb_testimonial.bt_bb_background_color_gray,
	.bt_bb_testimonial.bt_bb_shadow_visible {
		padding: 2em
	}

	.bt_bb_testimonial .bt_bb_testimonial_text_box {
		display: block
	}

	.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
		margin: 0 0 1.2em;
		display: flex
	}

	.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image,
	.bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image,
	.bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image,
	.bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image,
	.bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image,
	.bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_image {
		float: right;
		display: block
	}

	.bt_bb_testimonial .bt_bb_headline h1,
	.bt_bb_testimonial .bt_bb_headline h2,
	.bt_bb_testimonial .bt_bb_headline h3,
	.bt_bb_testimonial .bt_bb_headline h4,
	.bt_bb_testimonial .bt_bb_headline h5,
	.bt_bb_testimonial .bt_bb_headline h6 {
		font-size: 1.8em
	}

	.bt_bb_testimonial.bt_bb_image_position_on_top {
		padding-top: 5em
	}
}

.bt_bb_masonry_portfolio_tiles {
	position: relative
}

.btSoftRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner:after,
.btHardRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_small .bt_bb_grid_item .bt_bb_grid_item_inner:after {
	left: .625em;
	top: .625em
}

.btSoftRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner:after,
.btHardRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_normal .bt_bb_grid_item .bt_bb_grid_item_inner:after {
	left: 1.25em;
	top: 1.25em
}

.btSoftRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner:after,
.btHardRoundedButtons .bt_bb_masonry_portfolio_tiles.bt_bb_gap_large .bt_bb_grid_item .bt_bb_grid_item_inner:after {
	left: 2.5em;
	top: 2.5em
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item {
	transition: 300ms ease all
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner {
	position: relative;
	overflow: hidden;
	z-index: 2
}

.btSoftRoundedButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner:after,
.btHardRoundedButtons .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	z-index: 1;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	box-shadow: 0 0 0 10px #fff
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	background: #000;
	overflow: hidden
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a {
	display: block
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a .bt_bb_grid_item_inner_image {
	display: block;
	opacity: 1;
	transition: all .3s linear 0s
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	pointer-events: none;
	padding: 3.125em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transform: translateY(25%);
	opacity: 0;
	transition: 400ms ease all
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_title {
	font-size: 1.8em;
	padding: 0;
	color: #fff;
	text-align: left
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more {
	margin-top: .9363em;
	display: block;
	pointer-events: all
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a:before {
	content: "\e90c";
	font-size: 1.9em;
	font-family: Dripicons;
	padding: .5rem 0;
	color: #fcf113;
	display: block
}

.rtl .bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_post_show_more a:before {
	content: "\e90b";
	float: right
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 3.5em 3em 2.5em 3.125em;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	pointer-events: none;
	opacity: 1;
	transition: 300ms ease all;
	width: 100%
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init h5 {
	font-size: 1.8em;
	padding-bottom: 0;
	color: #fff;
	text-align: left;
	z-index: 2
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(to top, rgb(0, 0, 0, .8) 0%, rgb(0, 0, 0, .3) 40%, transparent 80%, transparent 100%);
	transform: translate3d(0, 0, 0);
	transition: all 300ms ease;
	width: 100%
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail .bt_bb_grid_item_inner_image {
	opacity: .2;
	transform: scale(1.1)
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	transition-delay: 0ms;
	transform: translateY(0);
	opacity: 1
}

.bt_bb_masonry_portfolio_tiles .bt_bb_grid_item:hover .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	opacity: 0;
	transform: translateY(25%)
}

.bt_bb_gap_no_gap.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
	margin-left: 0;
	margin-top: 0
}

.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
	margin-left: -.625em;
	margin-top: -.625em
}

.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	position: relative
}

.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	transform: translate(.625em, .625em)
}

.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	left: .625em;
	top: .625em
}

.bt_bb_gap_small.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	left: .625em;
	top: .625em
}

.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
	margin-left: -1.25em;
	margin-top: -1.25em
}

.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	position: relative
}

.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	transform: translate(1.25em, 1.25em)
}

.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	left: 1.25em;
	top: 1.25em
}

.bt_bb_gap_normal.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	left: 1.25em;
	top: 1.25em
}

.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content {
	margin-left: -2.5em;
	margin-top: -2.5em
}

.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
	position: relative
}

.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
	transform: translate(2.5em, 2.5em)
}

.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content {
	left: 2.5em;
	top: 2.5em
}

.bt_bb_gap_large.bt_bb_masonry_portfolio_tiles .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_title_init {
	left: 2.5em;
	top: 2.5em
}

.darkSkinSelector .wpcf7-form input:not([type=radio]),
.darkSkinSelector .wpcf7-form input:not([type=checkbox]),
.darkSkinSelector .wpcf7-form textarea,
.darkSkinSelector .wpcf7-form .fancy-select .trigger {
	color: #000
}

.wpcf7-form .fancy-select .trigger {
	line-height: 3.2em
}

.wpcf7-form .fancy-select .options.overflowing {
	bottom: 3.35em
}

.wpcf7-form .wpcf7-submit {
	font-size: 13px !important;
	font-family: rubik, Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: auto !important;
	padding: 0 3em !important;
	box-shadow: 0 0 0 4em #fcf113 inset;
	color: #000 !important;
	border: 0;
	transition: all 300ms ease
}

.btButtonWeight_default .wpcf7-form .wpcf7-submit {
	font-weight: 500
}

.btButtonWeight_black .wpcf7-form .wpcf7-submit {
	font-weight: 900
}

.btButtonWeight_bolder .wpcf7-form .wpcf7-submit {
	font-weight: 800
}

.btButtonWeight_bold .wpcf7-form .wpcf7-submit {
	font-weight: 700
}

.btButtonWeight_semi-bold .wpcf7-form .wpcf7-submit {
	font-weight: 600
}

.btButtonWeight_medium .wpcf7-form .wpcf7-submit {
	font-weight: 500
}

.btButtonWeight_normal .wpcf7-form .wpcf7-submit {
	font-weight: 400
}

.btButtonWeight_light .wpcf7-form .wpcf7-submit {
	font-weight: 300
}

.btButtonWeight_lighter .wpcf7-form .wpcf7-submit {
	font-weight: 200
}

.btButtonWeight_thin .wpcf7-form .wpcf7-submit {
	font-weight: 100
}

.wpcf7-form .wpcf7-submit:hover {
	color: #000 !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.bt_bb_align_center .wpcf7-form .wpcf7-submit {
	margin-left: auto;
	margin-right: auto
}

.bt_bb_align_right .wpcf7-form .wpcf7-submit {
	margin-left: auto
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcf113
}

span.wpcf7-not-valid-tip {
	color: #fcf113
}

.btNewsletter {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start
}

.btNewsletter.btLightButton {
	max-width: 480px
}

.btNewsletter.btDemo.btEngage {
	max-width: 510px
}

.btNewsletter .btNewsletterColumn {
	flex: 1 0 73%;
	max-width: 73%;
	padding-right: 10px
}

.btDemo.btNewsletter .btNewsletterColumn {
	padding-right: 0;
	flex: 1 0 70%;
	max-width: 70%
}

.btLightOutline.btNewsletter .btNewsletterColumn {
	flex: 1 0 70%;
	max-width: 70%
}

.btDemo.btEngage.btNewsletter .btNewsletterColumn {
	flex: 1 0 60%;
	max-width: 60%
}

.btRounded.btNewsletter .btNewsletterColumn {
	flex: 1 0 80%;
	max-width: 80%
}

.btEngage.btRounded.btDemo.btNewsletter .btNewsletterColumn {
	max-width: 70%
}

.btEngage.btNewsletter .btNewsletterColumn {
	flex: 1 0 75%;
	max-width: 75%
}

.btOutline.btNewsletter .btNewsletterColumn,
.btAccent.btNewsletter .btNewsletterColumn,
.btLightButton.btNewsletter .btNewsletterColumn,
.btGradient.btNewsletter .btNewsletterColumn {
	flex: 1 0 60%;
	max-width: 60%
}

.btNewsletter .btNewsletterColumn input {
	height: 3.7em;
	line-height: 3.7em;
	font-size: .875em;
	padding: 0 1.5em;
	border: 1px solid #fff
}

.btOutline.btNewsletter .btNewsletterColumn input {
	font-size: 14px;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	border-bottom: 1px solid #fff;
	padding: 0
}

.btOutline.btNewsletter .btNewsletterColumn input:focus {
	box-shadow: none;
	border-width: 0 0 1px;
	border-color: #fcf113
}

.btOutline.btNewsletter .btNewsletterColumn input::placeholder {
	color: #fff;
	opacity: .8
}

.btAccent.btNewsletter .btNewsletterColumn input {
	font-size: 14px;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	border-bottom: 1px solid #fcf113;
	padding: 0
}

.btAccent.btNewsletter .btNewsletterColumn input:focus {
	box-shadow: none;
	border-width: 0 0 1px;
	border-color: #fcf113
}

.btAccent.btNewsletter .btNewsletterColumn input::placeholder {
	color: #000;
	opacity: .9
}

.btLightButton.btNewsletter .btNewsletterColumn input {
	padding: 0;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	border-bottom: 1px solid #fff
}

.btLightButton.btNewsletter .btNewsletterColumn input:focus {
	box-shadow: none;
	border-width: 0 0 1px;
	border-color: #fcf113
}

.btDemo.btNewsletter .btNewsletterColumn input {
	font-size: 16px;
	border: none;
	background: #f9f9f9
}

.btEngage.btNewsletter .btNewsletterColumn input {
	border: none;
	background: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.btRounded.btNewsletter .btNewsletterColumn input {
	border-radius: 50px
}

.btGradient.btNewsletter .btNewsletterColumn input {
	padding: 0;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	border-bottom: 1px solid #000
}

.btLightOutline.btNewsletter .btNewsletterColumn input:focus {
	border-color: #fff !important
}

.btLightOutline.btNewsletter .btNewsletterColumn input::placeholder {
	color: #fff
}

.btNewsletter .btNewsletterColumn input:focus {
	border-color: #fcf113 !important
}

.btDemo.btNewsletter .btNewsletterColumn input:focus {
	border: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.btGradient.btNewsletter .btNewsletterColumn input:focus {
	border-width: 0 0 1px;
	box-shadow: none;
	border-bottom: 1px solid #fcf113
}

.btNewsletter .btNewsletterButton {
	flex: 1 0 27%;
	max-width: 27%
}

.btNewsletter .btNewsletterButton input[type=submit] {
	font-size: 16px !important
}

.btAccent.btNewsletter .btNewsletterButton,
.btLightButton.btNewsletter .btNewsletterButton,
.btOutline.btNewsletter .btNewsletterButton,
.btGradient.btNewsletter .btNewsletterButton {
	flex: 1 0 40%;
	max-width: 40%
}

.btDemo.btNewsletter .btNewsletterButton,
.btLightOutline.btNewsletter .btNewsletterButton {
	flex: 1 0 30%;
	max-width: 30%
}

.btEngage.btRounded.btNewsletter .btNewsletterButton {
	max-width: 40%;
	margin-left: -4em
}

.btEngage.btRounded.btDemo.btNewsletter .btNewsletterButton {
	max-width: 50%
}

.btDemo.btEngage.btNewsletter .btNewsletterButton {
	flex: 1 0 40%;
	max-width: 40%
}

.btNewsletter .btNewsletterButton button {
	font-size: 16px !important;
	font-family: rubik, Arial, Helvetica, sans-serif;
	height: 3.2em;
	text-align: left;
	padding: 0 24px !important;
	width: 100% !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #000 !important;
	background: 0 0;
	box-shadow: 0 0 0 4em #fcf113 inset
}

.btNewsletter .btNewsletterButton button:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btOutline.btNewsletter .btNewsletterButton button {
	color: #fff !important;
	box-shadow: 0 0 0 1px #fff inset
}

.btOutline.btNewsletter .btNewsletterButton button:hover {
	color: #000 !important;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btLightButton.btNewsletter .btNewsletterButton button {
	color: #fff !important
}

.btAccent.btNewsletter .btNewsletterButton button {
	color: #fcf113 !important;
	box-shadow: 0 0 0 1px #fcf113 inset
}

.btAccent.btNewsletter .btNewsletterButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btDemo.btNewsletter .btNewsletterButton button {
	height: 2.85em;
	border-radius: 3px;
	font-size: 21px !important;
	padding: 0 1.2em !important;
	color: #fff !important;
	box-shadow: 0 0 0 4em #8c8c8c inset
}

.btDemo.btNewsletter .btNewsletterButton button:hover {
	box-shadow: 0 0 0 4em #8c8c8c inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btEngage.btNewsletter .btNewsletterButton button {
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0
}

.btEngage.btRounded.btNewsletter .btNewsletterButton button {
	height: 2.85em
}

.btRounded.btNewsletter .btNewsletterButton button {
	position: relative;
	margin-left: -3em;
	z-index: 1;
	border-radius: 50px;
	height: 3.2em
}

.btGradient.btNewsletter .btNewsletterButton button {
	color: #fff !important;
	box-shadow: 0 0 rgba(0, 0, 0, .1) !important;
	background: linear-gradient(90deg, #fcf113 0%, #8c8c8c 100%)
}

.btGradient.btNewsletter .btNewsletterButton button:hover {
	color: #fff !important;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1) !important
}

.btLightOutline.btNewsletter .btNewsletterButton button {
	color: #fcf113 !important;
	box-shadow: 0 0 0 4em #fff inset
}

.btLightOutline.btNewsletter .btNewsletterButton button:hover {
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btNewsletter .btNewsletterButton button:after {
	content: "\e90c";
	font-size: 1em;
	font-family: Dripicons;
	margin-left: .6em
}

.btDemo.btNewsletter .btNewsletterButton button:after {
	font-size: .7em;
	margin-left: .5em
}

.btNewsletter .btNewsletterButton.btSquare button {
	height: 2.9em;
	border-radius: 0
}

.btNewsletter .btNewsletterButton .ajax-loader {
	position: absolute
}

@media(max-width:1200px) {
	.btNewsletter {
		display: block
	}

	.btNewsletter .btNewsletterColumn {
		max-width: 100% !important;
		padding-right: 0;
		padding-bottom: 10px
	}

	.btNewsletter .btNewsletterButton {
		max-width: 170px !important
	}

	.btNewsletter.btDemo.btEngage .btNewsletterButton {
		max-width: 220px !important
	}

	.btNewsletter.btLightButton {
		margin: 0 auto
	}

	.btNewsletter.btLightButton .btNewsletterButton {
		margin: 0 auto
	}

	.btNewsletter.btEngage.btRounded .btNewsletterButton {
		margin-left: 0
	}
}

.btContact .btContactRow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 1.5em
}

.btFullWidth.btContact .btContactRow {
	padding-bottom: 1em
}

.btContact .btContactRow .btContactColumn {
	flex: 1 0 50%;
	max-width: 50%
}

.btContact .btContactRow .btContactColumn:first-child {
	padding-right: 2em
}

.btContact .btContactRow span {
	width: 100%
}

.btContact .btContactRow input,
.btContact .btContactRow textarea,
.btContact .btContactRow .trigger,
.btContact .btContactRow select {
	font-size: 14px;
	border-color: #000;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	padding: 0;
	box-shadow: none
}

.btLight.btContact .btContactRow input,
.btLight.btContact .btContactRow textarea,
.btLight.btContact .btContactRow .trigger,
.btLight.btContact .btContactRow select {
	border-color: #fff
}

.btUnderline.btContact .btContactRow input,
.btUnderline.btContact .btContactRow textarea,
.btUnderline.btContact .btContactRow .trigger,
.btUnderline.btContact .btContactRow select {
	border-color: #fcf113
}

.btFullWidth.btContact .btContactRow input,
.btFullWidth.btContact .btContactRow textarea,
.btFullWidth.btContact .btContactRow .trigger,
.btFullWidth.btContact .btContactRow select {
	border-width: 1px;
	border-radius: 50px !important;
	padding: .9em 1.2em
}

.btFullWidth.btContact .btContactRow input:focus,
.btFullWidth.btContact .btContactRow textarea:focus,
.btFullWidth.btContact .btContactRow .trigger:focus,
.btFullWidth.btContact .btContactRow select:focus {
	box-shadow: none !important;
	border: 1px solid #fcf113 !important
}

.btSquare.btContact .btContactRow input,
.btSquare.btContact .btContactRow textarea,
.btSquare.btContact .btContactRow .trigger,
.btSquare.btContact .btContactRow select {
	border: none;
	background: #fff;
	padding: .8em
}

.btSquare.btContact .btContactRow input:focus,
.btSquare.btContact .btContactRow textarea:focus,
.btSquare.btContact .btContactRow .trigger:focus,
.btSquare.btContact .btContactRow select:focus {
	border-bottom: none !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1) !important
}

.btContact .btContactRow input:focus,
.btContact .btContactRow textarea:focus,
.btContact .btContactRow .trigger:focus,
.btContact .btContactRow select:focus {
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #fcf113 !important
}

.btContact .btContactRow input::placeholder,
.btContact .btContactRow textarea::placeholder,
.btContact .btContactRow .trigger::placeholder,
.btContact .btContactRow select::placeholder {
	color: #000;
	opacity: 1
}

.btLight.btContact .btContactRow input::placeholder,
.btLight.btContact .btContactRow textarea::placeholder,
.btLight.btContact .btContactRow .trigger::placeholder,
.btLight.btContact .btContactRow select::placeholder {
	opacity: .8;
	color: #fff
}

.btContact .btContactRow input {
	padding: .8em 0
}

.btContact .btContactRow .trigger:before {
	padding: 0
}

.btContact .btContactRow textarea {
	height: 100px
}

.btFullWidth.btContact .btContactButton {
	padding-top: .5em
}

.btContact .btContactButton button {
	font-size: 16px !important;
	height: 3.1em;
	color: #fff !important;
	text-align: left;
	border-radius: 50px;
	padding: 0 1.5em !important;
	background: 0 0;
	box-shadow: 0 0 0 4em #000 inset
}

.btContact .btContactButton button:after {
	content: "\e90c";
	font-size: 1em;
	font-family: Dripicons;
	margin-left: .6em
}

.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btOutline.btLight.btContact .btContactButton button {
	border-radius: 30px;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

.btOutline.btLight.btContact .btContactButton button:hover {
	color: #000 !important;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btLeftIcon.btContact .btContactButton button {
	padding-left: .8em !important;
	box-shadow: 0 0 0 4em #fcf113 inset;
	line-height: 1.3 !important;
	display: flex;
	align-items: center
}

.btLeftIcon.btContact .btContactButton button:before {
	content: "\e92f";
	font-size: 1em;
	font-family: Dripicons;
	margin-right: .6em;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	padding: .4em;
	text-align: center;
	background: #fff;
	color: #fcf113
}

.btLeftIcon.btContact .btContactButton button:after {
	display: none
}

.btLeftIcon.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btOutline.btLight.btLeftIcon.btContact .btContactButton button {
	padding-left: .8em !important
}

.btOutline.btLight.btLeftIcon.btContact .btContactButton button:hover:before {
	background: #fcf113;
	color: #fff
}

.btSquare.btContact .btContactButton button {
	border-radius: 3px
}

.btFullWidth.btContact .btContactButton button {
	box-shadow: 0 0 0 4em #fcf113 inset;
	width: 100% !important;
	text-align: center
}

.btFullWidth.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btLight.btContact .btContactButton button {
	padding: 0 2em !important;
	letter-spacing: 1px;
	border-radius: 3px;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 0 rgba(0, 0, 0, .1)
}

.btLight.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btUnderline.btContact .btContactButton button {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset
}

.btUnderline.btContact .btContactButton button:after {
	display: none
}

.btUnderline.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btGradient.btContact .btContactButton button {
	color: #fff;
	box-shadow: 0 0 rgba(0, 0, 0, .1) !important;
	background: linear-gradient(90deg, #fcf113 0%, #8c8c8c 100%)
}

.btGradient.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1) !important
}

.btAccent.btContact .btContactButton button {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset;
	padding: 0 2.5em !important
}

.btAccent.btContact .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btContact .btContactButton .ajax-loader {
	position: absolute
}

@media(max-width:780px) {
	.btContact .btContactRow {
		display: block;
		padding-bottom: 0
	}

	.btContact .btContactRow .btContactColumn {
		max-width: 100%;
		padding-right: 0 !important;
		padding-bottom: .5em !important
	}

	.btContact .btContactRow textarea {
		margin-top: 1em
	}

	.btContact .btContactButton {
		padding-top: 1.5em
	}
}

.btContactBox .btBoxColumn {
	padding-bottom: 1.3em
}

.btContactBox .btBoxColumn input {
	border: none !important;
	background-color: #fff
}

.btContactBox .btBoxColumn textarea {
	height: 8em;
	border: none !important;
	background-color: #fff
}

.btContactBox .btBoxButton button {
	font-size: 14px !important;
	height: 2.8em;
	letter-spacing: .5px;
	font-weight: 400 !important;
	text-align: center;
	width: 100% !important;
	padding: 0 1.5em !important;
	background: 0 0;
	color: #fff !important;
	box-shadow: 0 0 0 4em #8c8c8c inset
}

.btAccent.btContactBox .btBoxButton button {
	box-shadow: 0 0 0 4em #fcf113 inset
}

.btAccent.btContactBox .btBoxButton button:hover {
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btContactBox .btBoxButton button:after {
	content: "\e90c";
	font-size: 1em;
	font-family: Dripicons;
	margin-left: .6em
}

.btContactBox .btBoxButton button:hover {
	transform: translateY(-1px);
	background: 0 0;
	box-shadow: 0 0 0 4em #8c8c8c inset, 0 5px 8px rgba(0, 0, 0, .1);
	color: #fff !important
}

.btContactBox .ajax-loader {
	position: absolute
}

.btCareer {
	display: flex;
	flex-wrap: wrap
}

.btCareer .btLeftColumn {
	flex: 1 0 50%;
	max-width: 50%;
	padding-right: 1.5em
}

.btCareer .btRightColumn {
	flex: 1 0 50%;
	max-width: 50%;
	padding-left: 1.5em
}

.btCareer .btContactColumn {
	padding-bottom: 1.5em
}

.btCareer input,
.btCareer textarea,
.btCareer .trigger {
	font-size: 14px;
	border-color: #000;
	border-radius: 0 !important;
	border-width: 0 0 1px;
	padding: 0;
	box-shadow: none
}

.btCareer input:focus,
.btCareer textarea:focus,
.btCareer .trigger:focus {
	box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #fcf113 !important
}

.btCareer input::placeholder,
.btCareer textarea::placeholder,
.btCareer .trigger::placeholder {
	color: #000;
	opacity: 1
}

.btLight.btCareer input::placeholder,
.btLight.btCareer textarea::placeholder,
.btLight.btCareer .trigger::placeholder {
	opacity: .8;
	color: #fff
}

.btSquare.btCareer input,
.btSquare.btCareer textarea,
.btSquare.btCareer .trigger {
	border: none;
	background: #fff;
	padding: .8em !important
}

.btSquare.btCareer input:focus,
.btSquare.btCareer textarea:focus,
.btSquare.btCareer .trigger:focus {
	border-bottom: none !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1) !important
}

.btLight.btCareer input,
.btLight.btCareer textarea,
.btLight.btCareer .trigger {
	border-color: #fff
}

.btLight.btCareer input:focus,
.btLight.btCareer textarea:focus,
.btLight.btCareer .trigger:focus {
	border-color: #fff !important
}

.btAccent.btCareer input,
.btAccent.btCareer textarea,
.btAccent.btCareer .trigger {
	border-color: #fcf113
}

.btCareer input {
	padding: .8em 0 !important
}

.btCareer .trigger:before {
	padding: 0
}

.btCareer textarea {
	height: 110px
}

.btSquare.btCareer textarea {
	height: 102px
}

.btCareer .btContactButton {
	display: flex
}

.btCareer .btContactButton button {
	font-size: 16px !important;
	height: 3.1em;
	color: #000 !important;
	text-align: left;
	border-radius: 50px;
	padding: 0 2em 0 .8em !important;
	margin: 0 !important;
	background: 0 0;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1)
}

.btSquare.btCareer .btContactButton button {
	border-radius: 3px;
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset
}

.btSquare.btCareer .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btSquare.btCareer .btContactButton button:before {
	background: #fff;
	color: #fcf113
}

.btLight.btCareer .btContactButton button {
	color: #fcf113 !important;
	box-shadow: 0 0 0 4em #fff inset
}

.btLight.btCareer .btContactButton button:before {
	background: #fcf113;
	color: #fff
}

.btLight.btCareer .btContactButton button:hover {
	color: #fcf113 !important;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btLight.btCareer .btContactButton button:hover:before {
	color: #fff
}

.btAccent.btCareer .btContactButton button {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset;
	padding: 0 2em !important
}

.btAccent.btCareer .btContactButton button:after {
	content: "\e90c";
	font-size: 1em;
	font-family: Dripicons;
	margin-left: .6em
}

.btAccent.btCareer .btContactButton button:before {
	display: none
}

.btAccent.btCareer .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btCareer .btContactButton button:before {
	content: "\e90c";
	font-size: 1em;
	font-family: Dripicons;
	margin-right: .6em;
	background: #000;
	color: #fff;
	border-radius: 50%;
	padding: .5em
}

.btCareer .btContactButton button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	transform: translateY(-1px)
}

.btCareer .btContactButton button:hover:before {
	color: #000;
	background: #fff
}

@media(max-width:780px) {

	.btCareer .btLeftColumn,
	.btCareer .btRightColumn {
		flex: 1 0 100%;
		padding: 0;
		max-width: 100%
	}
}

.btLighter input:not([type=checkbox]):not([type=radio])::placeholder,
.btLighter textarea::placeholder,
.btLighter select::placeholder {
	opacity: .9 !important
}

.btLighter.btNewsletter input[type=email]::placeholder {
	opacity: .9 !important;
	color: #fff
}

.btContact.btFullWidth input:not([type=checkbox]):not([type=radio]),
.btContact.btFullWidth textarea,
.btContact.btFullWidth select {
	border-color: rgb(0, 0, 0, .6)
}

.btContact.btFullWidth input:not([type=checkbox]):not([type=radio])::placeholder,
.btContact.btFullWidth textarea::placeholder,
.btContact.btFullWidth select::placeholder {
	opacity: .6 !important
}

.woocommerce-result-count,
.woocommerce-ordering {
	width: 50%;
	float: left;
	margin: 0;
	line-height: 2.5em;
	margin-bottom: 2em
}

.rtl .woocommerce-result-count,
.rtl .woocommerce-ordering {
	float: right
}

.woocommerce-ordering {
	padding-left: 1em
}

.rtl .woocommerce-ordering {
	padding-left: 0;
	padding-right: 1em
}

.products ul,
ul.products {
	margin: 0 -1em 2rem;
	padding: 0;
	list-style: none;
	clear: both;
	display: flex;
	flex-wrap: wrap
}

.products ul li.product,
ul.products li.product {
	max-width: 100%;
	padding: 0 1em;
	margin: 0 0 2rem;
	position: relative;
	list-style: none;
	flex: 1 1 100%;
	display: flex
}

.woocommerce-page .products ul li.product,
.woocommerce-page ul.products li.product {
	flex: 0 0 33.3333%;
	max-width: 33.3333%
}

.columns-2 .products ul li.product,
.columns-2 ul.products li.product {
	flex-basis: 50%;
	max-width: 50%
}

.columns-3 .products ul li.product,
.columns-3 ul.products li.product {
	flex-basis: 33.3333%;
	max-width: 33.3333%
}

.columns-4 .products ul li.product,
.columns-4 ul.products li.product {
	flex-basis: 25%;
	max-width: 25%
}

.columns-5 .products ul li.product,
.columns-5 ul.products li.product {
	flex-basis: 20%;
	max-width: 20%
}

.columns-6 .products ul li.product,
.columns-6 ul.products li.product {
	flex-basis: 16.6666%;
	max-width: 16.6666%
}

.products ul li.product.first,
ul.products li.product.first {
	clear: both
}

.products ul li.product .btWooShopLoopItemInner,
ul.products li.product .btWooShopLoopItemInner {
	padding: 0 2em 6rem;
	border: none;
	background: #f9f9f9;
	overflow: hidden;
	transition: all 300ms ease;
	width: 100%
}

.products ul li.product .btWooShopLoopItemInner:after,
ul.products li.product .btWooShopLoopItemInner:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner,
.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner {
	border-radius: 10px
}

.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner,
.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner {
	border-radius: 10px
}

.btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.bt-dark-skin .products ul li.product .btWooShopLoopItemInner,
.btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner,
.bt-dark-skin .btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.bt-dark-skin ul.products li.product .btWooShopLoopItemInner,
.btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner,
.bt-dark-skin .btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner {
	background: #292929
}

.products ul li.product .btWooShopLoopItemInner:hover,
ul.products li.product .btWooShopLoopItemInner:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	background-color: #fff
}

.products ul li.product .btWooShopLoopItemInner:hover .bt_bb_image img,
ul.products li.product .btWooShopLoopItemInner:hover .bt_bb_image img {
	transform: scale(1.05)
}

.btDarkSkin .products ul li.product .btWooShopLoopItemInner:hover,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:hover,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner:hover,
.bt-dark-skin .products ul li.product .btWooShopLoopItemInner:hover,
.btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner:hover,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner:hover,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:hover,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner:hover,
.bt-dark-skin ul.products li.product .btWooShopLoopItemInner:hover,
.btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner:hover {
	background: #000
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_image,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
	margin-left: -2em;
	margin-right: -2em;
	margin-bottom: 2em;
	float: none;
	position: relative;
	overflow: hidden
}

.btBorderShopDetail_show .products ul li.product .btWooShopLoopItemInner .bt_bb_image,
.btBorderShopDetail_show ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
	border-bottom: 7px solid #fcf113
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
	width: 100%;
	display: block;
	transition: all 300ms ease
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
	margin: 1em 0 0
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline {
	margin: .5em 0
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before {
	content: '-';
	opacity: 0
}

.products ul li.product .btWooShopLoopItemInner .price,
ul.products li.product .btWooShopLoopItemInner .price {
	display: block;
	font-size: .9375rem;
	margin-bottom: 1em;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.products ul li.product .btWooShopLoopItemInner .price:after,
ul.products li.product .btWooShopLoopItemInner .price:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.btSubtitleWeight_default .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_default ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 400
}

.btSubtitleWeight_black .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_black ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 900
}

.btSubtitleWeight_bolder .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_bolder ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 800
}

.btSubtitleWeight_bold .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_bold ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 700
}

.btSubtitleWeight_semi-bold .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_semi-bold ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 600
}

.btSubtitleWeight_medium .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_medium ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 500
}

.btSubtitleWeight_normal .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_normal ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 400
}

.btSubtitleWeight_light .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_light ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 300
}

.btSubtitleWeight_lighter .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_lighter ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 200
}

.btSubtitleWeight_thin .products ul li.product .btWooShopLoopItemInner .price,
.btSubtitleWeight_thin ul.products li.product .btWooShopLoopItemInner .price {
	font-weight: 100
}

.products ul li.product .btWooShopLoopItemInner .price del,
ul.products li.product .btWooShopLoopItemInner .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
	margin: 0 5px 0 0
}

.products ul li.product .btWooShopLoopItemInner .price ins,
ul.products li.product .btWooShopLoopItemInner .price ins {
	background: 0;
	text-decoration: none
}

.products ul li.product .btWooShopLoopItemInner .price .from,
ul.products li.product .btWooShopLoopItemInner .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	opacity: .5
}

.products ul li.product .btWooShopLoopItemInner a.button,
ul.products li.product .btWooShopLoopItemInner a.button {
	font-size: .9375em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	height: auto;
	position: absolute;
	left: 3rem;
	bottom: 1.9rem
}

.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
	border-radius: 3px
}

.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
	border-radius: 50px
}

.products ul li.product .btWooShopLoopItemInner .added:after,
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	font: 1em/1.9em WooCommerce;
	vertical-align: middle;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	width: 1.9em;
	height: 1.9em;
	margin: -.85em -.85em 0 0;
	border-radius: 50%;
	background-color: #fcf113;
	color: #fff
}

.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
	content: "\e01c";
	animation: spin 2s linear infinite
}

.products ul li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .added:after {
	content: "\e017"
}

.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
	font-size: .8em;
	margin-left: .5em;
	color: #000;
	text-transform: capitalize;
	position: absolute;
	bottom: 3em;
	right: 3.5em
}

.rtl .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.rtl ul.products li.product .btWooShopLoopItemInner .added_to_cart {
	margin-left: 0;
	margin-right: .5em
}

.btDarkSkin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.bt-dark-skin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.bt-dark-skin .btLightSkin .bt-dark-skin .products ul li.product .btWooShopLoopItemInner .added_to_cart,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner .added_to_cart,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .added_to_cart,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner .added_to_cart,
.bt-dark-skin ul.products li.product .btWooShopLoopItemInner .added_to_cart,
.btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner .added_to_cart,
.bt-dark-skin .btLightSkin .bt-dark-skin ul.products li.product .btWooShopLoopItemInner .added_to_cart {
	color: #fff
}

.products ul li.product .onsale,
ul.products li.product .onsale {
	position: absolute;
	top: 1em;
	right: 2em;
	left: auto;
	background: #8c8c8c;
	color: #fff;
	opacity: .9;
	z-index: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%
}

.woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

nav.woocommerce-pagination {
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 3em
}

nav.woocommerce-pagination ul {
	display: inline-block;
	padding: 0;
	margin: 0
}

nav.woocommerce-pagination ul li {
	margin: 0;
	padding: 0;
	display: inline-block
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
	margin: 0;
	padding: 0 .5em;
	text-align: center;
	line-height: 2em;
	display: block;
	color: #000;
	opacity: .5;
	transition: all 300ms ease
}

.btDarkSkin nav.woocommerce-pagination ul li a,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a,
.bt-dark-skin nav.woocommerce-pagination ul li a,
.btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a,
.bt-dark-skin .btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a,
.btDarkSkin nav.woocommerce-pagination ul li span,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span,
.bt-dark-skin nav.woocommerce-pagination ul li span,
.btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li span,
.bt-dark-skin .btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li span {
	color: #fff
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev,
nav.woocommerce-pagination ul li span.current {
	opacity: 1
}

nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev {
	color: transparent;
	position: relative;
	line-height: 0;
	margin: 0 .5em
}

nav.woocommerce-pagination ul li a.next:after,
nav.woocommerce-pagination ul li a.prev:after {
	content: "\e90c";
	font-family: Dripicons;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	transition: all 300ms ease
}

.btDarkSkin nav.woocommerce-pagination ul li a.next:after,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.next:after,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.next:after,
.bt-dark-skin nav.woocommerce-pagination ul li a.next:after,
.btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a.next:after,
.bt-dark-skin .btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a.next:after,
.btDarkSkin nav.woocommerce-pagination ul li a.prev:after,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.prev:after,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.prev:after,
.bt-dark-skin nav.woocommerce-pagination ul li a.prev:after,
.btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a.prev:after,
.bt-dark-skin .btLightSkin .bt-dark-skin nav.woocommerce-pagination ul li a.prev:after {
	color: #fff
}

nav.woocommerce-pagination ul li a.prev:after {
	content: "\e90b";
	right: 0;
	left: auto
}

div.product {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
	position: relative
}

div.product .onsale {
	position: absolute;
	top: 1em;
	left: 2em;
	background: #8c8c8c;
	color: #fff;
	opacity: .9;
	z-index: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%
}

.rtl div.product .onsale {
	left: 0;
	right: 2em
}

div.product div.images {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 .5em;
	margin: 0 0 1em;
	position: relative
}

div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 1;
	width: 2em
}

div.product div.images .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	padding: 1em .5em 0
}

.btHardRoundedButtons div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	border-radius: 10px
}

.btSoftRoundedButtons div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	border-radius: 10px
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
	position: relative;
	display: block
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	width: 100%;
	display: block
}

.btHardRoundedButtons div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	border-radius: 10px
}

.btSoftRoundedButtons div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
	border-radius: 10px
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	flex: 0 1 100%;
	padding: 0;
	margin: 0 .5em
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
	border: none;
	display: block
}

div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
	flex: 0 0 100%
}

div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
	flex: 0 0 50%
}

div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
	flex: 0 0 33.3333%
}

div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
	flex: 0 0 25%
}

div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
	flex: 0 0 20%
}

div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
	flex: 0 0 16.666%
}

div.product div.images .woocommerce-product-gallery__image {
	float: left;
	padding: 0 px 0 0
}

div.product div.images .woocommerce-product-gallery__image img {
	border: 0
}

div.product div.images .woocommerce-product-gallery__image:first-child {
	float: none;
	overflow: hidden;
	margin: 0 px 0 0;
	padding: 0;
	width: auto !important
}

div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	right: 70px;
	top: 20px;
	font-size: 0;
	line-height: 0;
	z-index: 1
}

div.product div.images .woocommerce-product-gallery__trigger:after {
	display: block;
	font-family: FontAwesome;
	content: "\f002";
	box-shadow: 0 0 0 2em #fcf113 inset, 0 0 0 2em rgba(255, 255, 255, .5)inset;
	border-radius: 50%;
	font-size: 19.2px;
	color: #fff;
	width: 36.8px;
	line-height: 36.8px;
	text-align: center;
	transition: 300ms ease all
}

div.product div.images .woocommerce-product-gallery__trigger:hover:after {
	box-shadow: 0 0 0 1px #fcf113 inset, 0 0 0 2em rgba(255, 255, 255, .5)inset;
	color: #fcf113
}

div.product div.summary {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 1em;
	margin-bottom: 1em
}

div.product div.summary header {
	margin-bottom: 2em
}

div.product div.summary .price {
	font-size: 2.5em;
	line-height: 1;
	margin-bottom: 2rem
}

div.product div.summary .price del {
	color: inherit;
	opacity: .5;
	display: inline-block;
	margin: 0 5px 0 0
}

div.product div.summary .price ins {
	background: 0;
	text-decoration: none
}

div.product div.summary .woocommerce-product-details__short-description {
	width: 100%;
	padding-bottom: 2em
}

div.product div.summary .woocommerce-product-details__short-description p {
	margin: 0
}

div.product div.summary .out-of-stock {
	color: red
}

div.product div.summary .group_table .price {
	font-size: 2em
}

div.product div.summary div[itemprop=description] {
	margin-bottom: 2em
}

div.product div.summary form.cart .quantity {
	width: 100px;
	margin-right: .5em;
	display: inline-block;
	height: 2.8em
}

.rtl div.product div.summary form.cart .quantity {
	margin-right: 0;
	margin-left: .5em;
	float: right
}

div.product div.summary form.cart .quantity input {
	height: 100%;
	display: inline-block
}

div.product div.summary form.cart .group_table .quantity {
	width: 70px;
	margin-right: 0
}

div.product div.summary form.cart .single_add_to_cart_button {
	display: inline-block;
	height: 3em
}

div.product div.summary form.cart:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

div.product span.btProductSKU {
	display: block
}

div.product div.product-description,
div.product div.products,
div.product div.product-meta,
div.product section.products.related {
	padding: 0 1em;
	flex: 0 0 100%
}

div.product div.product-description {
	padding: 3em 1em 0;
	margin-bottom: 1em
}

div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
	display: none
}

.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
	display: inline-block;
	margin: 0 0 2em
}

div.product div.product-description .bt_bb_tabs .bt_bb_tab_content {
	padding: 0
}

div.product div.product-description .bt_bb_tabs .bt_bb_tab_content table td p {
	margin-bottom: 0
}

div.product div.product-meta .btArticleShareEtc {
	max-width: initial
}

div.product table.variations {
	border: none;
	display: block;
	margin-bottom: 2em;
	position: relative
}

div.product table.variations tbody,
div.product table.variations tr,
div.product table.variations td {
	padding: 0;
	border: none;
	display: block
}

div.product table.variations td.label {
	margin-bottom: .5em
}

div.product table.variations tr {
	margin-bottom: 1em
}

div.product table.variations tr select {
	height: 2.9em
}

div.product .single_variation_wrap .woocommerce-variation.single_variation {
	margin-bottom: 2em
}

div.product section.products.upsells {
	width: 100%;
	padding: 1em 1em 0
}

table.shop_table .coupon {
	display: inline-flex;
	align-items: center;
	vertical-align: top
}

table.shop_table .coupon label {
	margin-right: .5em
}

table.shop_table .coupon .input-text {
	margin-right: .5em;
	color: #fcf113;
	border: none !important;
	padding: 0;
	height: 2em;
	padding: 0 .5em
}

table.shop_table button[name=apply_coupon] {
	width: 100%
}

table.shop_table input[name=update_cart] {
	float: right;
	width: 300px
}

table.shop_table {
	margin-bottom: 2em;
	border: none
}

table.shop_table td,
table.shop_table th {
	border-left: none;
	border-right: none
}

table.shop_table td.product-remove {
	width: 3em
}

table.shop_table td.product-remove a.remove {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	padding: 0;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #929292;
	background-color: initial;
	box-shadow: 0 0 0 1px #929292 inset;
	border-radius: 50%
}

table.shop_table td.product-remove a.remove:hover {
	background-color: #929292;
	color: #fff
}

table.shop_table td.product-thumbnail {
	width: 100px;
	text-align: center;
	line-height: 0
}

table.shop_table td.product-thumbnail img {
	width: 80px;
	height: auto;
	display: inline-block;
	box-shadow: none
}

table.shop_table .product-quantity {
	text-align: center
}

table.shop_table .product-quantity .quantity {
	width: 70px;
	display: inline-block
}

table.shop_table .product-subtotal,
table.shop_table .product-total,
table.shop_table .product-price,
table.shop_table .order-actions {
	text-align: right
}

.cart-collaterals {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em
}

.cart-collaterals .cross-sells {
	flex: 1 1 100%;
	padding: 0 1em;
	order: 2
}

.cart-collaterals .cart_totals {
	flex: 1 1 100%;
	padding: 0 1em 2em;
	order: 1
}

.cart-collaterals .cross-sells ul.products li.product {
	flex: 0 0 50%;
	max-width: 50%
}

.cart-collaterals .cart_totals th {
	text-align: left
}

.rtl .cart-collaterals .cart_totals th {
	text-align: right
}

.cart-collaterals .cart_totals td {
	text-align: right
}

.rtl .cart-collaterals .cart_totals td {
	text-align: left
}

tr.cart-subtotal,
tfoot {
	border-top: 2px solid #dadada
}

tr.order-total,
tfoot {
	border-bottom: 2px solid #dadada
}

table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total td {
	text-align: right
}

ul.wc_payment_methods {
	margin: 0 0 1em;
	list-style: none
}

.rtl ul.wc_payment_methods {
	text-align: right
}

ul.wc_payment_methods li:not(.woocommerce-info) {
	margin-left: 0;
	padding-left: 0
}

ul.wc_payment_methods li .input-radio {
	margin-right: .2em
}

ul.wc_payment_methods li img {
	max-height: 40px;
	margin-left: 10px;
	vertical-align: middle
}

ul.wc_payment_methods li .about_paypal {
	margin-left: .5em;
	color: #fcf113
}

ul.wc_payment_methods li div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	background-color: #f3f3f3
}

ul.wc_payment_methods li div.payment_box:before {
	content: "";
	display: block;
	border: 10px solid #f3f3f3;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	left: 1em;
	top: -20px
}

ul.wc_payment_methods li div.payment_box span.help {
	font-size: .857em
}

ul.wc_payment_methods li div.payment_box p:last-child {
	margin-bottom: 0
}

ul.woocommerce-shipping-methods {
	list-style: none;
	margin: 0 0 1em;
	padding: 0
}

ul.woocommerce-shipping-methods li {
	margin: 0;
	text-align: right
}

.woocommerce-shipping-calculator .shipping-calculator-form {
	text-align: left
}

.rtl .woocommerce-shipping-calculator .shipping-calculator-form {
	text-align: right
}

#customer_details .col-1,
#customer_details .col-2 {
	margin-bottom: 2em
}

.wc-proceed-to-checkout {
	margin: 0 auto;
	text-align: center;
	width: max-content;
	height: 3.2em
}

.wc-proceed-to-checkout .checkout-button {
	margin: 0 auto;
	display: inline;
	text-align: center
}

#payment .place-order {
	margin: 0 auto;
	text-align: center
}

#payment .place-order button {
	padding: 1em 3em
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0 0 2em;
	padding: 0
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0 .5em 0 0;
	padding: 0;
	display: inline-block
}

.woocommerce-MyAccount-navigation ul li a {
	display: inline-block;
	padding: .5em 1em;
	border-bottom: 2px solid #fcf113
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
	border-color: #000
}

.woocommerce-MyAccount-navigation .shop_table {
	margin-bottom: 2em
}

.woocommerce-MyAccount-navigation .shop_table tfoot {
	text-align: right
}

.woocommerce-orders-table__cell-order-actions a {
	width: 100%;
	display: inline-block;
	text-align: center
}

.woocommerce-EditAccountForm fieldset {
	margin-bottom: 2em
}

.col2-set {
	width: 100%
}

.col2-set .col-1 {
	float: left;
	width: 48%
}

.col2-set .col-2 {
	float: right;
	width: 48%
}

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

div.product form.cart .reset_variations,
form .form-row label.hidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0
}

form fieldset {
	padding: 2em;
	border: 1px solid rgba(0, 0, 0, .1)
}

form .form-row {
	margin: 0 0 1em
}

form input[type=submit].button {
	text-align: center
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity .5s .5s ease;
	opacity: 0
}

form .form-row label {
	display: block;
	margin-bottom: .5em
}

form .form-row label.inline,
form .form-row label.checkbox {
	display: inline;
	margin-bottom: 0
}

form .form-row select {
	cursor: pointer;
	margin: 0
}

form .form-row .select2-container {
	line-height: 2.5em
}

.rtlform .form-row .select2-container {
	text-align: right
}

form .form-row .select2-container .select2-choice {
	padding-left: 1em;
	height: 3.2em;
	line-height: 3.2em
}

.rtlform .form-row .select2-container .select2-choice {
	padding-left: 0;
	padding-right: 1em
}

form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0
}

form .form-row .input-checkbox {
	margin: 0 8px 0 0;
	vertical-align: middle;
	width: auto;
	display: inline
}

form .form-row textarea {
	height: 5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
	border-color: #a00
}

form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
	border-color: #69bf29
}

form .form-row::-webkit-input-placeholder {
	line-height: normal
}

form .form-row:-moz-placeholder {
	line-height: normal
}

form .form-row:-ms-input-placeholder {
	line-height: normal
}

#ship-to-different-address span {
	margin-left: .5em
}

.blockUI.blockOverlay {
	position: relative
}

.blockUI.blockOverlay:before,
.loader:before {
	content: "";
	line-height: 1;
	text-align: center;
	font-size: 2em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	background-size: cover;
	color: rgba(0, 0, 0, .75);
	animation: spin 1s ease-in-out infinite
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 1em 1em 3em;
	margin: 0 0 2em;
	position: relative;
	color: inherit;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
	background-color: #f3f3f3;
	border-top: 4px solid #dedede
}

.btDarkSkin .woocommerce-error,
.btLightSkin .btDarkSkin .woocommerce-error,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-error,
.bt-dark-skin .woocommerce-error,
.btLightSkin .bt-dark-skin .woocommerce-error,
.bt-dark-skin .btLightSkin .bt-dark-skin .woocommerce-error,
.btDarkSkin .woocommerce-info,
.btLightSkin .btDarkSkin .woocommerce-info,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-info,
.bt-dark-skin .woocommerce-info,
.btLightSkin .bt-dark-skin .woocommerce-info,
.bt-dark-skin .btLightSkin .bt-dark-skin .woocommerce-info,
.btDarkSkin .woocommerce-message,
.btLightSkin .btDarkSkin .woocommerce-message,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-message,
.bt-dark-skin .woocommerce-message,
.btLightSkin .bt-dark-skin .woocommerce-message,
.bt-dark-skin .btLightSkin .bt-dark-skin .woocommerce-message {
	border-top: 4px solid #fcf113;
	background-color: rgba(255, 255, 255, .3)
}

.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
	color: #8c8c8c;
	text-decoration: underline
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error a {
	color: #b81c23
}

.woocommerce-info a:hover,
.woocommerce-message a:hover {
	text-decoration: none
}

.woocommerce-error a:hover {
	color: #fff
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
	content: " ";
	display: table;
	width: 100%;
	clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-size: 1.5em;
	font-family: Icon7Stroke;
	font-weight: 400;
	position: absolute;
	left: .5em
}

.woocommerce-message:before,
.woocommerce-info:before {
	content: "\e647";
	color: #000
}

.woocommerce-error:before {
	content: "\e67b";
	color: #b81c23
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right;
	border: none !important;
	padding: .5em 1.5em !important;
	line-height: inherit !important
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

small.note {
	display: block;
	color: #777;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em
}

.woocommerce-breadcrumb a {
	color: inherit
}

.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
	content: " ";
	display: table
}
.products>h1,
.products>h2,
.products>h3,
.products>h4,
.products>h5,
.products>h6,
.products>h7,
.products>h8,
div.bt_bb_tab_content>h1,
div.bt_bb_tab_content>h2,
div.bt_bb_tab_content>h3,
div.bt_bb_tab_content>h4,
div.bt_bb_tab_content>h5,
div.bt_bb_tab_content>h6,
div.bt_bb_tab_content>h7,
div.bt_bb_tab_content>h8,
.cross-sells>h1,
.cross-sells>h2,
.cross-sells>h3,
.cross-sells>h4,
.cross-sells>h5,
.cross-sells>h6,
.cross-sells>h7,
.cross-sells>h8,
.comment-respond>h1,
.comment-respond>h2,
.comment-respond>h3,
.comment-respond>h4,
.comment-respond>h5,
.comment-respond>h6,
.comment-respond>h7,
.comment-respond>h8,
section.related.products>h1,
section.related.products>h2,
section.related.products>h3,
section.related.products>h4,
section.related.products>h5,
section.related.products>h6,
section.related.products>h7,
section.related.products>h8,
div.cart_totals>h1,
div.cart_totals>h2,
div.cart_totals>h3,
div.cart_totals>h4,
div.cart_totals>h5,
div.cart_totals>h6,
div.cart_totals>h7,
div.cart_totals>h8,
div.woocommerce-billing-fields>h1,
div.woocommerce-billing-fields>h2,
div.woocommerce-billing-fields>h3,
div.woocommerce-billing-fields>h4,
div.woocommerce-billing-fields>h5,
div.woocommerce-billing-fields>h6,
div.woocommerce-billing-fields>h7,
div.woocommerce-billing-fields>h8,
div.woocommerce-additional-fields>h1,
div.woocommerce-additional-fields>h2,
div.woocommerce-additional-fields>h3,
div.woocommerce-additional-fields>h4,
div.woocommerce-additional-fields>h5,
div.woocommerce-additional-fields>h6,
div.woocommerce-additional-fields>h7,
div.woocommerce-additional-fields>h8,
div.woocommerce-shipping-fields>h1,
div.woocommerce-shipping-fields>h2,
div.woocommerce-shipping-fields>h3,
div.woocommerce-shipping-fields>h4,
div.woocommerce-shipping-fields>h5,
div.woocommerce-shipping-fields>h6,
div.woocommerce-shipping-fields>h7,
div.woocommerce-shipping-fields>h8,
form.woocommerce-checkout>h1,
form.woocommerce-checkout>h2,
form.woocommerce-checkout>h3,
form.woocommerce-checkout>h4,
form.woocommerce-checkout>h5,
form.woocommerce-checkout>h6,
form.woocommerce-checkout>h7,
form.woocommerce-checkout>h8,
div.woocommerce-MyAccount-content>h1,
div.woocommerce-MyAccount-content>h2,
div.woocommerce-MyAccount-content>h3,
div.woocommerce-MyAccount-content>h4,
div.woocommerce-MyAccount-content>h5,
div.woocommerce-MyAccount-content>h6,
div.woocommerce-MyAccount-content>h7,
div.woocommerce-MyAccount-content>h8,
div.woocommerce-MyAccount-content header>h1,
div.woocommerce-MyAccount-content header>h2,
div.woocommerce-MyAccount-content header>h3,
div.woocommerce-MyAccount-content header>h4,
div.woocommerce-MyAccount-content header>h5,
div.woocommerce-MyAccount-content header>h6,
div.woocommerce-MyAccount-content header>h7,
div.woocommerce-MyAccount-content header>h8,
div.woocommerce-MyAccount-content form>h1,
div.woocommerce-MyAccount-content form>h2,
div.woocommerce-MyAccount-content form>h3,
div.woocommerce-MyAccount-content form>h4,
div.woocommerce-MyAccount-content form>h5,
div.woocommerce-MyAccount-content form>h6,
div.woocommerce-MyAccount-content form>h7,
div.woocommerce-MyAccount-content form>h8,
.woocommerce-customer-details>h1,
.woocommerce-customer-details>h2,
.woocommerce-customer-details>h3,
.woocommerce-customer-details>h4,
.woocommerce-customer-details>h5,
.woocommerce-customer-details>h6,
.woocommerce-customer-details>h7,
.woocommerce-customer-details>h8,
.woocommerce-order-details>h1,
.woocommerce-order-details>h2,
.woocommerce-order-details>h3,
.woocommerce-order-details>h4,
.woocommerce-order-details>h5,
.woocommerce-order-details>h6,
.woocommerce-order-details>h7,
.woocommerce-order-details>h8 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.5em
}

.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type=submit],
.woocommerce .btContent input[type=submit],
.woocommerce-page .btSidebar input[type=submit],
.woocommerce-page .btContent input[type=submit],
.woocommerce .btSidebar button[type=submit],
.woocommerce .btContent button[type=submit],
.woocommerce-page .btSidebar button[type=submit],
.woocommerce-page .btContent button[type=submit],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type=submit],
div.woocommerce button[type=submit],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
	font-size: .9375em;
	font-family: rubik, Arial, Helvetica, sans-serif;
	line-height: 1;
	font-weight: 500;
	padding: .8em 1.5em;
	cursor: pointer;
	text-transform: capitalize;
	background-color: initial;
	transition: all 300ms ease
}

.btButtonWeight_default.woocommerce .btSidebar a.button,
.btButtonWeight_default.woocommerce .btContent a.button,
.btButtonWeight_default.woocommerce-page .btSidebar a.button,
.btButtonWeight_default.woocommerce-page .btContent a.button,
.btButtonWeight_default.woocommerce .btSidebar input[type=submit],
.btButtonWeight_default.woocommerce .btContent input[type=submit],
.btButtonWeight_default.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_default.woocommerce-page .btContent input[type=submit],
.btButtonWeight_default.woocommerce .btSidebar button[type=submit],
.btButtonWeight_default.woocommerce .btContent button[type=submit],
.btButtonWeight_default.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_default.woocommerce-page .btContent button[type=submit],
.btButtonWeight_default.woocommerce .btSidebar input.button,
.btButtonWeight_default.woocommerce .btContent input.button,
.btButtonWeight_default.woocommerce-page .btSidebar input.button,
.btButtonWeight_default.woocommerce-page .btContent input.button,
.btButtonWeight_default.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_default.woocommerce .btContent input.alt:hover,
.btButtonWeight_default.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_default.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_default.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_default.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_default.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_default.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_default.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_default.woocommerce .btContent .button.alt:hover,
.btButtonWeight_default.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_default.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_default.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_default.woocommerce .btContent button.alt:hover,
.btButtonWeight_default.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_default.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_defaultdiv.woocommerce a.button,
.btButtonWeight_defaultdiv.woocommerce input[type=submit],
.btButtonWeight_defaultdiv.woocommerce button[type=submit],
.btButtonWeight_defaultdiv.woocommerce input.button,
.btButtonWeight_defaultdiv.woocommerce input.alt:hover,
.btButtonWeight_defaultdiv.woocommerce a.button.alt:hover,
.btButtonWeight_defaultdiv.woocommerce .button.alt:hover,
.btButtonWeight_defaultdiv.woocommerce button.alt:hover {
	font-weight: 500
}

.btButtonWeight_black.woocommerce .btSidebar a.button,
.btButtonWeight_black.woocommerce .btContent a.button,
.btButtonWeight_black.woocommerce-page .btSidebar a.button,
.btButtonWeight_black.woocommerce-page .btContent a.button,
.btButtonWeight_black.woocommerce .btSidebar input[type=submit],
.btButtonWeight_black.woocommerce .btContent input[type=submit],
.btButtonWeight_black.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_black.woocommerce-page .btContent input[type=submit],
.btButtonWeight_black.woocommerce .btSidebar button[type=submit],
.btButtonWeight_black.woocommerce .btContent button[type=submit],
.btButtonWeight_black.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_black.woocommerce-page .btContent button[type=submit],
.btButtonWeight_black.woocommerce .btSidebar input.button,
.btButtonWeight_black.woocommerce .btContent input.button,
.btButtonWeight_black.woocommerce-page .btSidebar input.button,
.btButtonWeight_black.woocommerce-page .btContent input.button,
.btButtonWeight_black.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_black.woocommerce .btContent input.alt:hover,
.btButtonWeight_black.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_black.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_black.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_black.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_black.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_black.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_black.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_black.woocommerce .btContent .button.alt:hover,
.btButtonWeight_black.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_black.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_black.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_black.woocommerce .btContent button.alt:hover,
.btButtonWeight_black.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_black.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_blackdiv.woocommerce a.button,
.btButtonWeight_blackdiv.woocommerce input[type=submit],
.btButtonWeight_blackdiv.woocommerce button[type=submit],
.btButtonWeight_blackdiv.woocommerce input.button,
.btButtonWeight_blackdiv.woocommerce input.alt:hover,
.btButtonWeight_blackdiv.woocommerce a.button.alt:hover,
.btButtonWeight_blackdiv.woocommerce .button.alt:hover,
.btButtonWeight_blackdiv.woocommerce button.alt:hover {
	font-weight: 900
}

.btButtonWeight_bolder.woocommerce .btSidebar a.button,
.btButtonWeight_bolder.woocommerce .btContent a.button,
.btButtonWeight_bolder.woocommerce-page .btSidebar a.button,
.btButtonWeight_bolder.woocommerce-page .btContent a.button,
.btButtonWeight_bolder.woocommerce .btSidebar input[type=submit],
.btButtonWeight_bolder.woocommerce .btContent input[type=submit],
.btButtonWeight_bolder.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_bolder.woocommerce-page .btContent input[type=submit],
.btButtonWeight_bolder.woocommerce .btSidebar button[type=submit],
.btButtonWeight_bolder.woocommerce .btContent button[type=submit],
.btButtonWeight_bolder.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_bolder.woocommerce-page .btContent button[type=submit],
.btButtonWeight_bolder.woocommerce .btSidebar input.button,
.btButtonWeight_bolder.woocommerce .btContent input.button,
.btButtonWeight_bolder.woocommerce-page .btSidebar input.button,
.btButtonWeight_bolder.woocommerce-page .btContent input.button,
.btButtonWeight_bolder.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_bolder.woocommerce .btContent input.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_bolder.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_bolder.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_bolder.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_bolder.woocommerce .btContent .button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_bolder.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_bolder.woocommerce .btContent button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_bolder.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_bolderdiv.woocommerce a.button,
.btButtonWeight_bolderdiv.woocommerce input[type=submit],
.btButtonWeight_bolderdiv.woocommerce button[type=submit],
.btButtonWeight_bolderdiv.woocommerce input.button,
.btButtonWeight_bolderdiv.woocommerce input.alt:hover,
.btButtonWeight_bolderdiv.woocommerce a.button.alt:hover,
.btButtonWeight_bolderdiv.woocommerce .button.alt:hover,
.btButtonWeight_bolderdiv.woocommerce button.alt:hover {
	font-weight: 800
}

.btButtonWeight_bold.woocommerce .btSidebar a.button,
.btButtonWeight_bold.woocommerce .btContent a.button,
.btButtonWeight_bold.woocommerce-page .btSidebar a.button,
.btButtonWeight_bold.woocommerce-page .btContent a.button,
.btButtonWeight_bold.woocommerce .btSidebar input[type=submit],
.btButtonWeight_bold.woocommerce .btContent input[type=submit],
.btButtonWeight_bold.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_bold.woocommerce-page .btContent input[type=submit],
.btButtonWeight_bold.woocommerce .btSidebar button[type=submit],
.btButtonWeight_bold.woocommerce .btContent button[type=submit],
.btButtonWeight_bold.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_bold.woocommerce-page .btContent button[type=submit],
.btButtonWeight_bold.woocommerce .btSidebar input.button,
.btButtonWeight_bold.woocommerce .btContent input.button,
.btButtonWeight_bold.woocommerce-page .btSidebar input.button,
.btButtonWeight_bold.woocommerce-page .btContent input.button,
.btButtonWeight_bold.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_bold.woocommerce .btContent input.alt:hover,
.btButtonWeight_bold.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_bold.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_bold.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_bold.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_bold.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_bold.woocommerce .btContent .button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_bold.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_bold.woocommerce .btContent button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_bold.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_bolddiv.woocommerce a.button,
.btButtonWeight_bolddiv.woocommerce input[type=submit],
.btButtonWeight_bolddiv.woocommerce button[type=submit],
.btButtonWeight_bolddiv.woocommerce input.button,
.btButtonWeight_bolddiv.woocommerce input.alt:hover,
.btButtonWeight_bolddiv.woocommerce a.button.alt:hover,
.btButtonWeight_bolddiv.woocommerce .button.alt:hover,
.btButtonWeight_bolddiv.woocommerce button.alt:hover {
	font-weight: 700
}

.btButtonWeight_semi-bold.woocommerce .btSidebar a.button,
.btButtonWeight_semi-bold.woocommerce .btContent a.button,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar a.button,
.btButtonWeight_semi-bold.woocommerce-page .btContent a.button,
.btButtonWeight_semi-bold.woocommerce .btSidebar input[type=submit],
.btButtonWeight_semi-bold.woocommerce .btContent input[type=submit],
.btButtonWeight_semi-bold.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_semi-bold.woocommerce-page .btContent input[type=submit],
.btButtonWeight_semi-bold.woocommerce .btSidebar button[type=submit],
.btButtonWeight_semi-bold.woocommerce .btContent button[type=submit],
.btButtonWeight_semi-bold.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_semi-bold.woocommerce-page .btContent button[type=submit],
.btButtonWeight_semi-bold.woocommerce .btSidebar input.button,
.btButtonWeight_semi-bold.woocommerce .btContent input.button,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar input.button,
.btButtonWeight_semi-bold.woocommerce-page .btContent input.button,
.btButtonWeight_semi-bold.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btContent input.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btContent .button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_semi-bold.woocommerce .btContent button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_semi-bold.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_semi-bolddiv.woocommerce a.button,
.btButtonWeight_semi-bolddiv.woocommerce input[type=submit],
.btButtonWeight_semi-bolddiv.woocommerce button[type=submit],
.btButtonWeight_semi-bolddiv.woocommerce input.button,
.btButtonWeight_semi-bolddiv.woocommerce input.alt:hover,
.btButtonWeight_semi-bolddiv.woocommerce a.button.alt:hover,
.btButtonWeight_semi-bolddiv.woocommerce .button.alt:hover,
.btButtonWeight_semi-bolddiv.woocommerce button.alt:hover {
	font-weight: 600
}

.btButtonWeight_medium.woocommerce .btSidebar a.button,
.btButtonWeight_medium.woocommerce .btContent a.button,
.btButtonWeight_medium.woocommerce-page .btSidebar a.button,
.btButtonWeight_medium.woocommerce-page .btContent a.button,
.btButtonWeight_medium.woocommerce .btSidebar input[type=submit],
.btButtonWeight_medium.woocommerce .btContent input[type=submit],
.btButtonWeight_medium.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_medium.woocommerce-page .btContent input[type=submit],
.btButtonWeight_medium.woocommerce .btSidebar button[type=submit],
.btButtonWeight_medium.woocommerce .btContent button[type=submit],
.btButtonWeight_medium.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_medium.woocommerce-page .btContent button[type=submit],
.btButtonWeight_medium.woocommerce .btSidebar input.button,
.btButtonWeight_medium.woocommerce .btContent input.button,
.btButtonWeight_medium.woocommerce-page .btSidebar input.button,
.btButtonWeight_medium.woocommerce-page .btContent input.button,
.btButtonWeight_medium.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_medium.woocommerce .btContent input.alt:hover,
.btButtonWeight_medium.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_medium.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_medium.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_medium.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_medium.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_medium.woocommerce .btContent .button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_medium.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_medium.woocommerce .btContent button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_medium.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_mediumdiv.woocommerce a.button,
.btButtonWeight_mediumdiv.woocommerce input[type=submit],
.btButtonWeight_mediumdiv.woocommerce button[type=submit],
.btButtonWeight_mediumdiv.woocommerce input.button,
.btButtonWeight_mediumdiv.woocommerce input.alt:hover,
.btButtonWeight_mediumdiv.woocommerce a.button.alt:hover,
.btButtonWeight_mediumdiv.woocommerce .button.alt:hover,
.btButtonWeight_mediumdiv.woocommerce button.alt:hover {
	font-weight: 500
}

.btButtonWeight_normal.woocommerce .btSidebar a.button,
.btButtonWeight_normal.woocommerce .btContent a.button,
.btButtonWeight_normal.woocommerce-page .btSidebar a.button,
.btButtonWeight_normal.woocommerce-page .btContent a.button,
.btButtonWeight_normal.woocommerce .btSidebar input[type=submit],
.btButtonWeight_normal.woocommerce .btContent input[type=submit],
.btButtonWeight_normal.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_normal.woocommerce-page .btContent input[type=submit],
.btButtonWeight_normal.woocommerce .btSidebar button[type=submit],
.btButtonWeight_normal.woocommerce .btContent button[type=submit],
.btButtonWeight_normal.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_normal.woocommerce-page .btContent button[type=submit],
.btButtonWeight_normal.woocommerce .btSidebar input.button,
.btButtonWeight_normal.woocommerce .btContent input.button,
.btButtonWeight_normal.woocommerce-page .btSidebar input.button,
.btButtonWeight_normal.woocommerce-page .btContent input.button,
.btButtonWeight_normal.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_normal.woocommerce .btContent input.alt:hover,
.btButtonWeight_normal.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_normal.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_normal.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_normal.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_normal.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_normal.woocommerce .btContent .button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_normal.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_normal.woocommerce .btContent button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_normal.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_normaldiv.woocommerce a.button,
.btButtonWeight_normaldiv.woocommerce input[type=submit],
.btButtonWeight_normaldiv.woocommerce button[type=submit],
.btButtonWeight_normaldiv.woocommerce input.button,
.btButtonWeight_normaldiv.woocommerce input.alt:hover,
.btButtonWeight_normaldiv.woocommerce a.button.alt:hover,
.btButtonWeight_normaldiv.woocommerce .button.alt:hover,
.btButtonWeight_normaldiv.woocommerce button.alt:hover {
	font-weight: 400
}

.btButtonWeight_light.woocommerce .btSidebar a.button,
.btButtonWeight_light.woocommerce .btContent a.button,
.btButtonWeight_light.woocommerce-page .btSidebar a.button,
.btButtonWeight_light.woocommerce-page .btContent a.button,
.btButtonWeight_light.woocommerce .btSidebar input[type=submit],
.btButtonWeight_light.woocommerce .btContent input[type=submit],
.btButtonWeight_light.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_light.woocommerce-page .btContent input[type=submit],
.btButtonWeight_light.woocommerce .btSidebar button[type=submit],
.btButtonWeight_light.woocommerce .btContent button[type=submit],
.btButtonWeight_light.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_light.woocommerce-page .btContent button[type=submit],
.btButtonWeight_light.woocommerce .btSidebar input.button,
.btButtonWeight_light.woocommerce .btContent input.button,
.btButtonWeight_light.woocommerce-page .btSidebar input.button,
.btButtonWeight_light.woocommerce-page .btContent input.button,
.btButtonWeight_light.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_light.woocommerce .btContent input.alt:hover,
.btButtonWeight_light.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_light.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_light.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_light.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_light.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_light.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_light.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_light.woocommerce .btContent .button.alt:hover,
.btButtonWeight_light.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_light.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_light.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_light.woocommerce .btContent button.alt:hover,
.btButtonWeight_light.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_light.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_lightdiv.woocommerce a.button,
.btButtonWeight_lightdiv.woocommerce input[type=submit],
.btButtonWeight_lightdiv.woocommerce button[type=submit],
.btButtonWeight_lightdiv.woocommerce input.button,
.btButtonWeight_lightdiv.woocommerce input.alt:hover,
.btButtonWeight_lightdiv.woocommerce a.button.alt:hover,
.btButtonWeight_lightdiv.woocommerce .button.alt:hover,
.btButtonWeight_lightdiv.woocommerce button.alt:hover {
	font-weight: 300
}

.btButtonWeight_lighter.woocommerce .btSidebar a.button,
.btButtonWeight_lighter.woocommerce .btContent a.button,
.btButtonWeight_lighter.woocommerce-page .btSidebar a.button,
.btButtonWeight_lighter.woocommerce-page .btContent a.button,
.btButtonWeight_lighter.woocommerce .btSidebar input[type=submit],
.btButtonWeight_lighter.woocommerce .btContent input[type=submit],
.btButtonWeight_lighter.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_lighter.woocommerce-page .btContent input[type=submit],
.btButtonWeight_lighter.woocommerce .btSidebar button[type=submit],
.btButtonWeight_lighter.woocommerce .btContent button[type=submit],
.btButtonWeight_lighter.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_lighter.woocommerce-page .btContent button[type=submit],
.btButtonWeight_lighter.woocommerce .btSidebar input.button,
.btButtonWeight_lighter.woocommerce .btContent input.button,
.btButtonWeight_lighter.woocommerce-page .btSidebar input.button,
.btButtonWeight_lighter.woocommerce-page .btContent input.button,
.btButtonWeight_lighter.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_lighter.woocommerce .btContent input.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_lighter.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_lighter.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_lighter.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_lighter.woocommerce .btContent .button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_lighter.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_lighter.woocommerce .btContent button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_lighter.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_lighterdiv.woocommerce a.button,
.btButtonWeight_lighterdiv.woocommerce input[type=submit],
.btButtonWeight_lighterdiv.woocommerce button[type=submit],
.btButtonWeight_lighterdiv.woocommerce input.button,
.btButtonWeight_lighterdiv.woocommerce input.alt:hover,
.btButtonWeight_lighterdiv.woocommerce a.button.alt:hover,
.btButtonWeight_lighterdiv.woocommerce .button.alt:hover,
.btButtonWeight_lighterdiv.woocommerce button.alt:hover {
	font-weight: 200
}

.btButtonWeight_thin.woocommerce .btSidebar a.button,
.btButtonWeight_thin.woocommerce .btContent a.button,
.btButtonWeight_thin.woocommerce-page .btSidebar a.button,
.btButtonWeight_thin.woocommerce-page .btContent a.button,
.btButtonWeight_thin.woocommerce .btSidebar input[type=submit],
.btButtonWeight_thin.woocommerce .btContent input[type=submit],
.btButtonWeight_thin.woocommerce-page .btSidebar input[type=submit],
.btButtonWeight_thin.woocommerce-page .btContent input[type=submit],
.btButtonWeight_thin.woocommerce .btSidebar button[type=submit],
.btButtonWeight_thin.woocommerce .btContent button[type=submit],
.btButtonWeight_thin.woocommerce-page .btSidebar button[type=submit],
.btButtonWeight_thin.woocommerce-page .btContent button[type=submit],
.btButtonWeight_thin.woocommerce .btSidebar input.button,
.btButtonWeight_thin.woocommerce .btContent input.button,
.btButtonWeight_thin.woocommerce-page .btSidebar input.button,
.btButtonWeight_thin.woocommerce-page .btContent input.button,
.btButtonWeight_thin.woocommerce .btSidebar input.alt:hover,
.btButtonWeight_thin.woocommerce .btContent input.alt:hover,
.btButtonWeight_thin.woocommerce-page .btSidebar input.alt:hover,
.btButtonWeight_thin.woocommerce-page .btContent input.alt:hover,
.btButtonWeight_thin.woocommerce .btSidebar a.button.alt:hover,
.btButtonWeight_thin.woocommerce .btContent a.button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btSidebar a.button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btContent a.button.alt:hover,
.btButtonWeight_thin.woocommerce .btSidebar .button.alt:hover,
.btButtonWeight_thin.woocommerce .btContent .button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btSidebar .button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btContent .button.alt:hover,
.btButtonWeight_thin.woocommerce .btSidebar button.alt:hover,
.btButtonWeight_thin.woocommerce .btContent button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btSidebar button.alt:hover,
.btButtonWeight_thin.woocommerce-page .btContent button.alt:hover,
.btButtonWeight_thindiv.woocommerce a.button,
.btButtonWeight_thindiv.woocommerce input[type=submit],
.btButtonWeight_thindiv.woocommerce button[type=submit],
.btButtonWeight_thindiv.woocommerce input.button,
.btButtonWeight_thindiv.woocommerce input.alt:hover,
.btButtonWeight_thindiv.woocommerce a.button.alt:hover,
.btButtonWeight_thindiv.woocommerce .button.alt:hover,
.btButtonWeight_thindiv.woocommerce button.alt:hover {
	font-weight: 100
}

.btHardRoundedButtons.woocommerce .btSidebar a.button,
.btHardRoundedButtons.woocommerce .btContent a.button,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button,
.btHardRoundedButtons.woocommerce-page .btContent a.button,
.btHardRoundedButtons.woocommerce .btSidebar input[type=submit],
.btHardRoundedButtons.woocommerce .btContent input[type=submit],
.btHardRoundedButtons.woocommerce-page .btSidebar input[type=submit],
.btHardRoundedButtons.woocommerce-page .btContent input[type=submit],
.btHardRoundedButtons.woocommerce .btSidebar button[type=submit],
.btHardRoundedButtons.woocommerce .btContent button[type=submit],
.btHardRoundedButtons.woocommerce-page .btSidebar button[type=submit],
.btHardRoundedButtons.woocommerce-page .btContent button[type=submit],
.btHardRoundedButtons.woocommerce .btSidebar input.button,
.btHardRoundedButtons.woocommerce .btContent input.button,
.btHardRoundedButtons.woocommerce-page .btSidebar input.button,
.btHardRoundedButtons.woocommerce-page .btContent input.button,
.btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button,
.btHardRoundedButtonsdiv.woocommerce input[type=submit],
.btHardRoundedButtonsdiv.woocommerce button[type=submit],
.btHardRoundedButtonsdiv.woocommerce input.button,
.btHardRoundedButtonsdiv.woocommerce input.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce .button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce button.alt:hover {
	border-radius: 50px
}

.btSoftRoundedButtons.woocommerce .btSidebar a.button,
.btSoftRoundedButtons.woocommerce .btContent a.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,
.btSoftRoundedButtons.woocommerce-page .btContent a.button,
.btSoftRoundedButtons.woocommerce .btSidebar input[type=submit],
.btSoftRoundedButtons.woocommerce .btContent input[type=submit],
.btSoftRoundedButtons.woocommerce-page .btSidebar input[type=submit],
.btSoftRoundedButtons.woocommerce-page .btContent input[type=submit],
.btSoftRoundedButtons.woocommerce .btSidebar button[type=submit],
.btSoftRoundedButtons.woocommerce .btContent button[type=submit],
.btSoftRoundedButtons.woocommerce-page .btSidebar button[type=submit],
.btSoftRoundedButtons.woocommerce-page .btContent button[type=submit],
.btSoftRoundedButtons.woocommerce .btSidebar input.button,
.btSoftRoundedButtons.woocommerce .btContent input.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,
.btSoftRoundedButtons.woocommerce-page .btContent input.button,
.btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button,
.btSoftRoundedButtonsdiv.woocommerce input[type=submit],
.btSoftRoundedButtonsdiv.woocommerce button[type=submit],
.btSoftRoundedButtonsdiv.woocommerce input.button,
.btSoftRoundedButtonsdiv.woocommerce input.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce button.alt:hover {
	border-radius: 3px
}

.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type=submit],
.woocommerce .btContent input[type=submit],
.woocommerce-page .btSidebar input[type=submit],
.woocommerce-page .btContent input[type=submit],
.woocommerce .btSidebar button[type=submit],
.woocommerce .btContent button[type=submit],
.woocommerce-page .btSidebar button[type=submit],
.woocommerce-page .btContent button[type=submit],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt,
.woocommerce .btContent input.alt,
.woocommerce-page .btSidebar input.alt,
.woocommerce-page .btContent input.alt,
.woocommerce .btSidebar a.button.alt,
.woocommerce .btContent a.button.alt,
.woocommerce-page .btSidebar a.button.alt,
.woocommerce-page .btContent a.button.alt,
.woocommerce .btSidebar .button.alt,
.woocommerce .btContent .button.alt,
.woocommerce-page .btSidebar .button.alt,
.woocommerce-page .btContent .button.alt,
.woocommerce .btSidebar button.alt,
.woocommerce .btContent button.alt,
.woocommerce-page .btSidebar button.alt,
.woocommerce-page .btContent button.alt,
div.woocommerce a.button,
div.woocommerce input[type=submit],
div.woocommerce button[type=submit],
div.woocommerce input.button,
div.woocommerce input.alt,
div.woocommerce a.button.alt,
div.woocommerce .button.alt,
div.woocommerce button.alt {
	border: none;
	color: #000;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1);
	background: 0 0
}

.btDarkSkin.woocommerce .btSidebar a.button,
.btDarkSkin.woocommerce .btContent a.button,
.btDarkSkin.woocommerce-page .btSidebar a.button,
.btDarkSkin.woocommerce-page .btContent a.button,
.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button,
.btLightSkin .btDarkSkin.woocommerce .btContent a.button,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button,
.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent a.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button,
.bt-dark-skin.woocommerce .btSidebar a.button,
.bt-dark-skin.woocommerce .btContent a.button,
.bt-dark-skin.woocommerce-page .btSidebar a.button,
.bt-dark-skin.woocommerce-page .btContent a.button,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button,
.btLightSkin .bt-dark-skin.woocommerce .btContent a.button,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent a.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button,
.btDarkSkin.woocommerce .btSidebar input[type=submit],
.btDarkSkin.woocommerce .btContent input[type=submit],
.btDarkSkin.woocommerce-page .btSidebar input[type=submit],
.btDarkSkin.woocommerce-page .btContent input[type=submit],
.btLightSkin .btDarkSkin.woocommerce .btSidebar input[type=submit],
.btLightSkin .btDarkSkin.woocommerce .btContent input[type=submit],
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input[type=submit],
.btLightSkin .btDarkSkin.woocommerce-page .btContent input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input[type=submit],
.bt-dark-skin.woocommerce .btSidebar input[type=submit],
.bt-dark-skin.woocommerce .btContent input[type=submit],
.bt-dark-skin.woocommerce-page .btSidebar input[type=submit],
.bt-dark-skin.woocommerce-page .btContent input[type=submit],
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input[type=submit],
.btLightSkin .bt-dark-skin.woocommerce .btContent input[type=submit],
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input[type=submit],
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input[type=submit],
.btDarkSkin.woocommerce .btSidebar button[type=submit],
.btDarkSkin.woocommerce .btContent button[type=submit],
.btDarkSkin.woocommerce-page .btSidebar button[type=submit],
.btDarkSkin.woocommerce-page .btContent button[type=submit],
.btLightSkin .btDarkSkin.woocommerce .btSidebar button[type=submit],
.btLightSkin .btDarkSkin.woocommerce .btContent button[type=submit],
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button[type=submit],
.btLightSkin .btDarkSkin.woocommerce-page .btContent button[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar button[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent button[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent button[type=submit],
.bt-dark-skin.woocommerce .btSidebar button[type=submit],
.bt-dark-skin.woocommerce .btContent button[type=submit],
.bt-dark-skin.woocommerce-page .btSidebar button[type=submit],
.bt-dark-skin.woocommerce-page .btContent button[type=submit],
.btLightSkin .bt-dark-skin.woocommerce .btSidebar button[type=submit],
.btLightSkin .bt-dark-skin.woocommerce .btContent button[type=submit],
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button[type=submit],
.btLightSkin .bt-dark-skin.woocommerce-page .btContent button[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar button[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent button[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent button[type=submit],
.btDarkSkin.woocommerce .btSidebar input.button,
.btDarkSkin.woocommerce .btContent input.button,
.btDarkSkin.woocommerce-page .btSidebar input.button,
.btDarkSkin.woocommerce-page .btContent input.button,
.btLightSkin .btDarkSkin.woocommerce .btSidebar input.button,
.btLightSkin .btDarkSkin.woocommerce .btContent input.button,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.button,
.btLightSkin .btDarkSkin.woocommerce-page .btContent input.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.button,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input.button,
.bt-dark-skin.woocommerce .btSidebar input.button,
.bt-dark-skin.woocommerce .btContent input.button,
.bt-dark-skin.woocommerce-page .btSidebar input.button,
.bt-dark-skin.woocommerce-page .btContent input.button,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input.button,
.btLightSkin .bt-dark-skin.woocommerce .btContent input.button,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.button,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.button,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input.button,
.btDarkSkin.woocommerce .btSidebar input.alt,
.btDarkSkin.woocommerce .btContent input.alt,
.btDarkSkin.woocommerce-page .btSidebar input.alt,
.btDarkSkin.woocommerce-page .btContent input.alt,
.btLightSkin .btDarkSkin.woocommerce .btSidebar input.alt,
.btLightSkin .btDarkSkin.woocommerce .btContent input.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btContent input.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input.alt,
.bt-dark-skin.woocommerce .btSidebar input.alt,
.bt-dark-skin.woocommerce .btContent input.alt,
.bt-dark-skin.woocommerce-page .btSidebar input.alt,
.bt-dark-skin.woocommerce-page .btContent input.alt,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input.alt,
.btLightSkin .bt-dark-skin.woocommerce .btContent input.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input.alt,
.btDarkSkin.woocommerce .btSidebar a.button.alt,
.btDarkSkin.woocommerce .btContent a.button.alt,
.btDarkSkin.woocommerce-page .btSidebar a.button.alt,
.btDarkSkin.woocommerce-page .btContent a.button.alt,
.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button.alt,
.btLightSkin .btDarkSkin.woocommerce .btContent a.button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent a.button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button.alt,
.bt-dark-skin.woocommerce .btSidebar a.button.alt,
.bt-dark-skin.woocommerce .btContent a.button.alt,
.bt-dark-skin.woocommerce-page .btSidebar a.button.alt,
.bt-dark-skin.woocommerce-page .btContent a.button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btContent a.button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent a.button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button.alt,
.btDarkSkin.woocommerce .btSidebar .button.alt,
.btDarkSkin.woocommerce .btContent .button.alt,
.btDarkSkin.woocommerce-page .btSidebar .button.alt,
.btDarkSkin.woocommerce-page .btContent .button.alt,
.btLightSkin .btDarkSkin.woocommerce .btSidebar .button.alt,
.btLightSkin .btDarkSkin.woocommerce .btContent .button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar .button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btContent .button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar .button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent .button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar .button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent .button.alt,
.bt-dark-skin.woocommerce .btSidebar .button.alt,
.bt-dark-skin.woocommerce .btContent .button.alt,
.bt-dark-skin.woocommerce-page .btSidebar .button.alt,
.bt-dark-skin.woocommerce-page .btContent .button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar .button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btContent .button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar .button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent .button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar .button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent .button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar .button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent .button.alt,
.btDarkSkin.woocommerce .btSidebar button.alt,
.btDarkSkin.woocommerce .btContent button.alt,
.btDarkSkin.woocommerce-page .btSidebar button.alt,
.btDarkSkin.woocommerce-page .btContent button.alt,
.btLightSkin .btDarkSkin.woocommerce .btSidebar button.alt,
.btLightSkin .btDarkSkin.woocommerce .btContent button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button.alt,
.btLightSkin .btDarkSkin.woocommerce-page .btContent button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button.alt,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent button.alt,
.bt-dark-skin.woocommerce .btSidebar button.alt,
.bt-dark-skin.woocommerce .btContent button.alt,
.bt-dark-skin.woocommerce-page .btSidebar button.alt,
.bt-dark-skin.woocommerce-page .btContent button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar button.alt,
.btLightSkin .bt-dark-skin.woocommerce .btContent button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button.alt,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent button.alt,
.btDarkSkindiv.woocommerce a.button,
.btLightSkin .btDarkSkindiv.woocommerce a.button,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce a.button,
.bt-dark-skindiv.woocommerce a.button,
.btLightSkin .bt-dark-skindiv.woocommerce a.button,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce a.button,
.btDarkSkindiv.woocommerce input[type=submit],
.btLightSkin .btDarkSkindiv.woocommerce input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input[type=submit],
.bt-dark-skindiv.woocommerce input[type=submit],
.btLightSkin .bt-dark-skindiv.woocommerce input[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input[type=submit],
.btDarkSkindiv.woocommerce button[type=submit],
.btLightSkin .btDarkSkindiv.woocommerce button[type=submit],
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce button[type=submit],
.bt-dark-skindiv.woocommerce button[type=submit],
.btLightSkin .bt-dark-skindiv.woocommerce button[type=submit],
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce button[type=submit],
.btDarkSkindiv.woocommerce input.button,
.btLightSkin .btDarkSkindiv.woocommerce input.button,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input.button,
.bt-dark-skindiv.woocommerce input.button,
.btLightSkin .bt-dark-skindiv.woocommerce input.button,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input.button,
.btDarkSkindiv.woocommerce input.alt,
.btLightSkin .btDarkSkindiv.woocommerce input.alt,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input.alt,
.bt-dark-skindiv.woocommerce input.alt,
.btLightSkin .bt-dark-skindiv.woocommerce input.alt,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input.alt,
.btDarkSkindiv.woocommerce a.button.alt,
.btLightSkin .btDarkSkindiv.woocommerce a.button.alt,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce a.button.alt,
.bt-dark-skindiv.woocommerce a.button.alt,
.btLightSkin .bt-dark-skindiv.woocommerce a.button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce a.button.alt,
.btDarkSkindiv.woocommerce .button.alt,
.btLightSkin .btDarkSkindiv.woocommerce .button.alt,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce .button.alt,
.bt-dark-skindiv.woocommerce .button.alt,
.btLightSkin .bt-dark-skindiv.woocommerce .button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce .button.alt,
.btDarkSkindiv.woocommerce button.alt,
.btLightSkin .btDarkSkindiv.woocommerce button.alt,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce button.alt,
.bt-dark-skindiv.woocommerce button.alt,
.btLightSkin .bt-dark-skindiv.woocommerce button.alt,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce button.alt {
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset, 0 0 rgba(0, 0, 0, .1)
}

.woocommerce .btSidebar a.button:hover,
.woocommerce .btContent a.button:hover,
.woocommerce-page .btSidebar a.button:hover,
.woocommerce-page .btContent a.button:hover,
.woocommerce .btSidebar input[type=submit]:hover,
.woocommerce .btContent input[type=submit]:hover,
.woocommerce-page .btSidebar input[type=submit]:hover,
.woocommerce-page .btContent input[type=submit]:hover,
.woocommerce .btSidebar button[type=submit]:hover,
.woocommerce .btContent button[type=submit]:hover,
.woocommerce-page .btSidebar button[type=submit]:hover,
.woocommerce-page .btContent button[type=submit]:hover,
.woocommerce .btSidebar input.button:hover,
.woocommerce .btContent input.button:hover,
.woocommerce-page .btSidebar input.button:hover,
.woocommerce-page .btContent input.button:hover,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button:hover,
div.woocommerce input[type=submit]:hover,
div.woocommerce button[type=submit]:hover,
div.woocommerce input.button:hover,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-2px)
}

.btDarkSkin.woocommerce .btSidebar a.button:hover,
.btDarkSkin.woocommerce .btContent a.button:hover,
.btDarkSkin.woocommerce-page .btSidebar a.button:hover,
.btDarkSkin.woocommerce-page .btContent a.button:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent a.button:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent a.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button:hover,
.bt-dark-skin.woocommerce .btSidebar a.button:hover,
.bt-dark-skin.woocommerce .btContent a.button:hover,
.bt-dark-skin.woocommerce-page .btSidebar a.button:hover,
.bt-dark-skin.woocommerce-page .btContent a.button:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent a.button:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent a.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button:hover,
.btDarkSkin.woocommerce .btSidebar input[type=submit]:hover,
.btDarkSkin.woocommerce .btContent input[type=submit]:hover,
.btDarkSkin.woocommerce-page .btSidebar input[type=submit]:hover,
.btDarkSkin.woocommerce-page .btContent input[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar input[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent input[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input[type=submit]:hover,
.bt-dark-skin.woocommerce .btSidebar input[type=submit]:hover,
.bt-dark-skin.woocommerce .btContent input[type=submit]:hover,
.bt-dark-skin.woocommerce-page .btSidebar input[type=submit]:hover,
.bt-dark-skin.woocommerce-page .btContent input[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent input[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input[type=submit]:hover,
.btDarkSkin.woocommerce .btSidebar button[type=submit]:hover,
.btDarkSkin.woocommerce .btContent button[type=submit]:hover,
.btDarkSkin.woocommerce-page .btSidebar button[type=submit]:hover,
.btDarkSkin.woocommerce-page .btContent button[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar button[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent button[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button[type=submit]:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent button[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar button[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent button[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent button[type=submit]:hover,
.bt-dark-skin.woocommerce .btSidebar button[type=submit]:hover,
.bt-dark-skin.woocommerce .btContent button[type=submit]:hover,
.bt-dark-skin.woocommerce-page .btSidebar button[type=submit]:hover,
.bt-dark-skin.woocommerce-page .btContent button[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar button[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent button[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button[type=submit]:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent button[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar button[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent button[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent button[type=submit]:hover,
.btDarkSkin.woocommerce .btSidebar input.button:hover,
.btDarkSkin.woocommerce .btContent input.button:hover,
.btDarkSkin.woocommerce-page .btSidebar input.button:hover,
.btDarkSkin.woocommerce-page .btContent input.button:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar input.button:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent input.button:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.button:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent input.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.button:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input.button:hover,
.bt-dark-skin.woocommerce .btSidebar input.button:hover,
.bt-dark-skin.woocommerce .btContent input.button:hover,
.bt-dark-skin.woocommerce-page .btSidebar input.button:hover,
.bt-dark-skin.woocommerce-page .btContent input.button:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input.button:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent input.button:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.button:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input.button:hover,
.btDarkSkin.woocommerce .btSidebar input.alt:hover,
.btDarkSkin.woocommerce .btContent input.alt:hover,
.btDarkSkin.woocommerce-page .btSidebar input.alt:hover,
.btDarkSkin.woocommerce-page .btContent input.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar input.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent input.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent input.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar input.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent input.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar input.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent input.alt:hover,
.bt-dark-skin.woocommerce .btSidebar input.alt:hover,
.bt-dark-skin.woocommerce .btContent input.alt:hover,
.bt-dark-skin.woocommerce-page .btSidebar input.alt:hover,
.bt-dark-skin.woocommerce-page .btContent input.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar input.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent input.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent input.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar input.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent input.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar input.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent input.alt:hover,
.btDarkSkin.woocommerce .btSidebar a.button.alt:hover,
.btDarkSkin.woocommerce .btContent a.button.alt:hover,
.btDarkSkin.woocommerce-page .btSidebar a.button.alt:hover,
.btDarkSkin.woocommerce-page .btContent a.button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent a.button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar a.button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent a.button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar a.button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent a.button.alt:hover,
.bt-dark-skin.woocommerce .btSidebar a.button.alt:hover,
.bt-dark-skin.woocommerce .btContent a.button.alt:hover,
.bt-dark-skin.woocommerce-page .btSidebar a.button.alt:hover,
.bt-dark-skin.woocommerce-page .btContent a.button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent a.button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar a.button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent a.button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar a.button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent a.button.alt:hover,
.btDarkSkin.woocommerce .btSidebar .button.alt:hover,
.btDarkSkin.woocommerce .btContent .button.alt:hover,
.btDarkSkin.woocommerce-page .btSidebar .button.alt:hover,
.btDarkSkin.woocommerce-page .btContent .button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar .button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent .button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar .button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent .button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar .button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent .button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar .button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent .button.alt:hover,
.bt-dark-skin.woocommerce .btSidebar .button.alt:hover,
.bt-dark-skin.woocommerce .btContent .button.alt:hover,
.bt-dark-skin.woocommerce-page .btSidebar .button.alt:hover,
.bt-dark-skin.woocommerce-page .btContent .button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar .button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent .button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar .button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent .button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar .button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent .button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar .button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent .button.alt:hover,
.btDarkSkin.woocommerce .btSidebar button.alt:hover,
.btDarkSkin.woocommerce .btContent button.alt:hover,
.btDarkSkin.woocommerce-page .btSidebar button.alt:hover,
.btDarkSkin.woocommerce-page .btContent button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btSidebar button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce .btContent button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button.alt:hover,
.btLightSkin .btDarkSkin.woocommerce-page .btContent button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btSidebar button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce .btContent button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btSidebar button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkin.woocommerce-page .btContent button.alt:hover,
.bt-dark-skin.woocommerce .btSidebar button.alt:hover,
.bt-dark-skin.woocommerce .btContent button.alt:hover,
.bt-dark-skin.woocommerce-page .btSidebar button.alt:hover,
.bt-dark-skin.woocommerce-page .btContent button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btSidebar button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce .btContent button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button.alt:hover,
.btLightSkin .bt-dark-skin.woocommerce-page .btContent button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btSidebar button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce .btContent button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btSidebar button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skin.woocommerce-page .btContent button.alt:hover,
.btDarkSkindiv.woocommerce a.button:hover,
.btLightSkin .btDarkSkindiv.woocommerce a.button:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce a.button:hover,
.bt-dark-skindiv.woocommerce a.button:hover,
.btLightSkin .bt-dark-skindiv.woocommerce a.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce a.button:hover,
.btDarkSkindiv.woocommerce input[type=submit]:hover,
.btLightSkin .btDarkSkindiv.woocommerce input[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input[type=submit]:hover,
.bt-dark-skindiv.woocommerce input[type=submit]:hover,
.btLightSkin .bt-dark-skindiv.woocommerce input[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input[type=submit]:hover,
.btDarkSkindiv.woocommerce button[type=submit]:hover,
.btLightSkin .btDarkSkindiv.woocommerce button[type=submit]:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce button[type=submit]:hover,
.bt-dark-skindiv.woocommerce button[type=submit]:hover,
.btLightSkin .bt-dark-skindiv.woocommerce button[type=submit]:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce button[type=submit]:hover,
.btDarkSkindiv.woocommerce input.button:hover,
.btLightSkin .btDarkSkindiv.woocommerce input.button:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input.button:hover,
.bt-dark-skindiv.woocommerce input.button:hover,
.btLightSkin .bt-dark-skindiv.woocommerce input.button:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input.button:hover,
.btDarkSkindiv.woocommerce input.alt:hover,
.btLightSkin .btDarkSkindiv.woocommerce input.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce input.alt:hover,
.bt-dark-skindiv.woocommerce input.alt:hover,
.btLightSkin .bt-dark-skindiv.woocommerce input.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce input.alt:hover,
.btDarkSkindiv.woocommerce a.button.alt:hover,
.btLightSkin .btDarkSkindiv.woocommerce a.button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce a.button.alt:hover,
.bt-dark-skindiv.woocommerce a.button.alt:hover,
.btLightSkin .bt-dark-skindiv.woocommerce a.button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce a.button.alt:hover,
.btDarkSkindiv.woocommerce .button.alt:hover,
.btLightSkin .btDarkSkindiv.woocommerce .button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce .button.alt:hover,
.bt-dark-skindiv.woocommerce .button.alt:hover,
.btLightSkin .bt-dark-skindiv.woocommerce .button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce .button.alt:hover,
.btDarkSkindiv.woocommerce button.alt:hover,
.btLightSkin .btDarkSkindiv.woocommerce button.alt:hover,
.btDarkSkin.btLightSkin .btDarkSkindiv.woocommerce button.alt:hover,
.bt-dark-skindiv.woocommerce button.alt:hover,
.btLightSkin .bt-dark-skindiv.woocommerce button.alt:hover,
.bt-dark-skin .btLightSkin .bt-dark-skindiv.woocommerce button.alt:hover {
	color: #000;
	box-shadow: 0 0 0 4em #fff inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.woocommerce .btSidebar a.checkout-button,
.woocommerce .btContent a.checkout-button,
.woocommerce-page .btSidebar a.checkout-button,
.woocommerce-page .btContent a.checkout-button,
.woocommerce .btSidebar input#place_order,
.woocommerce .btContent input#place_order,
.woocommerce-page .btSidebar input#place_order,
.woocommerce-page .btContent input#place_order,
.woocommerce .btSidebar input[name=save_address],
.woocommerce .btContent input[name=save_address],
.woocommerce-page .btSidebar input[name=save_address],
.woocommerce-page .btContent input[name=save_address],
div.woocommerce a.checkout-button,
div.woocommerce input#place_order,
div.woocommerce input[name=save_address] {
	width: 100%;
	float: none;
	display: block;
	text-align: center !important
}

span.btNoStarRating {
	display: none
}

.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	letter-spacing: 3px;
	opacity: .2
}

.star-rating {
	overflow: hidden;
	position: relative;
	line-height: 1;
	font-family: FontAwesome;
	margin: 0;
	display: inline-block
}

.star-rating .rating {
	display: none
}

.star-rating span {
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute
}

.rtl .star-rating span {
	left: auto;
	right: 0
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	letter-spacing: 3px;
	color: #fcf113
}

.header.large .star-rating {
	line-height: inherit;
	margin-top: 2px
}

.widget_recent_reviews .star-rating {
	font-size: 12px;
	margin-top: .5em
}

.products .star-rating {
	margin: 7px 0 0
}

.widget_recent_reviews li a:after,
.widget_recent_reviews .reviewer:after {
	content: "";
	display: table
}

p.stars {
	position: relative;
	letter-spacing: .25em;
	margin-bottom: 3em
}

p.stars a {
	display: inline-block;
	font-weight: 700;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
	position: absolute;
	top: 0;
	left: 0
}

.rtl p.stars a {
	left: auto;
	right: 0
}

p.stars a:last-child {
	border-right: 0
}

p.stars a[class^=star-]:after {
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0, 0, 0, .1)
}

.rtl p.stars a[class^=star-]:after {
	left: auto;
	right: 0
}

p.stars a[class^=star-].active:after,
p.stars a[class^=star-]:hover:after {
	color: #fcf113
}

p.stars a.star-1 {
	width: 1em;
	z-index: 10
}

p.stars a.star-1:after {
	content: "\f005"
}

p.stars a.star-2 {
	width: 2em;
	z-index: 9
}

p.stars a.star-2:after {
	content: "\f005\f005"
}

p.stars a.star-3 {
	width: 3em;
	z-index: 8
}

p.stars a.star-3:after {
	content: "\f005\f005\f005"
}

p.stars a.star-4 {
	width: 4em;
	z-index: 7
}

p.stars a.star-4:after {
	content: "\f005\f005\f005\f005"
}

p.stars a.star-5 {
	width: 5em;
	border: 0;
	z-index: 6
}

p.stars a.star-5:after {
	content: "\f005\f005\f005\f005\f005"
}

#review_form .comment-form .form-submit input[type=submit] {
	width: auto;
	margin: 0 auto;
	padding: .5em 1.5em !important;
	line-height: 1 !important;
	height: 2.5em
}

@keyframes spin {
	from {
		transform: rotateX(0)
	}

	to {
		transform: rotateX(100%)
	}
}


.woocommerce .select2-container--default .select2-selection--single {
	height: 3.2rem;
	border: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2)inset;
	padding: 0 1em
}

.btHardRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
	border-radius: 50px
}

.btSoftRoundedButtons .woocommerce .select2-container--default .select2-selection--single {
	border-radius: 3px
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	line-height: 3
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: "\f078";
	font-family: FontAwesome;
	display: block;
	float: right;
	padding-right: 1em;
	padding-top: .2em;
	transition: 150ms ease transform, 150ms ease color
}

.rtl .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	padding-right: 0;
	padding-left: 1em
}

.woocommerce .select2-container--open .select2-selection--single .select2-selection__arrow:before {
	transform: scaleY(-1)
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #fcf113
}

.woocommerce-terms-and-conditions-wrapper {
	padding-bottom: 1em
}

.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type=submit],
.woocommerce-page .btSidebar .widget_product_search button[type=submit] {
	box-shadow: none
}

.btHardRoundedButtons .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type=submit],
.btHardRoundedButtons .woocommerce-page .btSidebar .widget_product_search button[type=submit] {
	border-radius: 50px
}

.btSoftRoundedButtons .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type=submit],
.btSoftRoundedButtons .woocommerce-page .btSidebar .widget_product_search button[type=submit] {
	border-radius: 0 3px 3px 0 !important
}

.pswp__bg {
	background: rgb(0, 0, 0, .4)
}

.btQuoteBooking .btContactNext {
	color: #fcf113;
	border: none;
	box-shadow: 0 0 0 1px #fcf113 inset, 0 0 rgba(0, 0, 0, .1);
	border-radius: 0;
	font-size: 17px;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-transform: capitalize
}

.btHardRoundedButtons .btQuoteBooking .btContactNext {
	border-radius: 50px
}

.btSoftRoundedButtons .btQuoteBooking .btContactNext {
	border-radius: 3px
}

.btButtonWeight_default .btQuoteBooking .btContactNext {
	font-weight: 500
}

.btButtonWeight_black .btQuoteBooking .btContactNext {
	font-weight: 900
}

.btButtonWeight_bolder .btQuoteBooking .btContactNext {
	font-weight: 800
}

.btButtonWeight_bold .btQuoteBooking .btContactNext {
	font-weight: 700
}

.btButtonWeight_semi-bold .btQuoteBooking .btContactNext {
	font-weight: 600
}

.btButtonWeight_medium .btQuoteBooking .btContactNext {
	font-weight: 500
}

.btButtonWeight_normal .btQuoteBooking .btContactNext {
	font-weight: 400
}

.btButtonWeight_light .btQuoteBooking .btContactNext {
	font-weight: 300
}

.btButtonWeight_lighter .btQuoteBooking .btContactNext {
	font-weight: 200
}

.btButtonWeight_thin .btQuoteBooking .btContactNext {
	font-weight: 100
}

.btDarkCC.btQuoteBooking .btContactNext {
	color: #000;
	box-shadow: 0 0 0 1px #000 inset, 0 0 rgba(0, 0, 0, .1)
}

.btDarkCC.btQuoteBooking .btContactNext:hover {
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btQuoteBooking .btContactNext:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px)
}

.btQuoteBooking h1 strong,
.btQuoteBooking h2 strong,
.btQuoteBooking h3 strong,
.btQuoteBooking h4 strong,
.btQuoteBooking h5 strong,
.btQuoteBooking h6 strong {
	font-weight: inherit;
	color: #fcf113
}

.btQuoteBooking .btQuoteSlider {
	border-radius: 0;
	background-color: #e5e5e5;
	border: none;
	color: #000;
	height: 10px
}

.btHardRoundedButtons .btQuoteBooking .btQuoteSlider {
	border-radius: 50px
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteSlider {
	border-radius: 3px
}

.btQuoteBooking .btQuoteSlider .btQuoteSliderValue {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 2px;
	font-size: 1em;
	font-weight: 400
}

.btQuoteBooking .ui-slider .ui-slider-handle {
	min-width: 30px;
	height: 30px;
	margin-left: 0
}

.btQuoteBooking .ui-slider .ui-slider-handle {
	background: #fcf113
}

.btDarkCC.btQuoteBooking .ui-slider .ui-slider-handle {
	background: #000
}

.btQuoteBooking .btQuoteSliderValue {
	color: #fff
}

.btQuoteBooking .btQuoteSwitch {
	background: #fff
}

.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
	border: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.bt-dark-skin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteSwitch,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteSwitch {
	border: 1px solid rgba(255, 255, 255, .5)
}

.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
	background: rgba(0, 0, 0, .1)
}

.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
	background: rgba(0, 0, 0, .1)
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.bt-dark-skin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
	background: rgba(255, 255, 255, .5)
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
	background: #fcf113
}

.btQuoteBooking textarea,
.btQuoteBooking input[type=text],
.btQuoteBooking input[type=email],
.btQuoteBooking input[type=password],
.btQuoteBooking .fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
	height: 2em;
	border-radius: 0 !important;
	padding: 0
}

.btQuoteBooking textarea:focus,
.btQuoteBooking input[type=text]:focus,
.btQuoteBooking input[type=email]:focus,
.btQuoteBooking input[type=password]:focus,
.btQuoteBooking .fancy-select .trigger:focus,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
	box-shadow: 0 0 4px #fcf113;
	border: 1px solid #000
}

.btQuoteBooking textarea:hover,
.btQuoteBooking input[type=text]:hover,
.btQuoteBooking input[type=email]:hover,
.btQuoteBooking input[type=password]:hover,
.btQuoteBooking .fancy-select .trigger:hover,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText:hover,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:hover,
.btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:hover {
	box-shadow: none !important
}

.btLightSkin .btQuoteBooking textarea,
.btDarkSkin .btLightSkin .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea,
.btLightSkin .btQuoteBooking input[type=text],
.btDarkSkin .btLightSkin .btQuoteBooking input[type=text],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=text],
.btLightSkin .btQuoteBooking input[type=email],
.btDarkSkin .btLightSkin .btQuoteBooking input[type=email],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=email],
.btLightSkin .btQuoteBooking input[type=password],
.btDarkSkin .btLightSkin .btQuoteBooking input[type=password],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=password],
.btLightSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: none !important;
	background-color: initial;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 0
}

.btLightSkin .btQuoteBooking textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,
.btLightSkin .btQuoteBooking input[type=text]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type=text]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=text]:focus,
.btLightSkin .btQuoteBooking input[type=email]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type=email]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=email]:focus,
.btLightSkin .btQuoteBooking input[type=password]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type=password]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type=password]:focus,
.btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
	box-shadow: none;
	border-bottom: 1px solid #fcf113
}

.btDarkSkin .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btQuoteBooking textarea,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea,
.bt-dark-skin .btQuoteBooking textarea,
.btLightSkin .bt-dark-skin .btQuoteBooking textarea,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking textarea,
.btDarkSkin .btQuoteBooking input[type=text],
.btLightSkin .btDarkSkin .btQuoteBooking input[type=text],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=text],
.bt-dark-skin .btQuoteBooking input[type=text],
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=text],
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=text],
.btDarkSkin .btQuoteBooking input[type=email],
.btLightSkin .btDarkSkin .btQuoteBooking input[type=email],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=email],
.bt-dark-skin .btQuoteBooking input[type=email],
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=email],
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=email],
.btDarkSkin .btQuoteBooking input[type=password],
.btLightSkin .btDarkSkin .btQuoteBooking input[type=password],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=password],
.bt-dark-skin .btQuoteBooking input[type=password],
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=password],
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=password],
.btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.bt-dark-skin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .bt-dark-skin .btQuoteBooking .fancy-select .trigger,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText {
	padding: 0;
	box-shadow: none !important;
	background-color: initial;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff
}

.btDarkSkin .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,
.bt-dark-skin .btQuoteBooking textarea:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking textarea:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking textarea:focus,
.btDarkSkin .btQuoteBooking input[type=text]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type=text]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=text]:focus,
.bt-dark-skin .btQuoteBooking input[type=text]:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=text]:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=text]:focus,
.btDarkSkin .btQuoteBooking input[type=email]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type=email]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=email]:focus,
.bt-dark-skin .btQuoteBooking input[type=email]:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=email]:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=email]:focus,
.btDarkSkin .btQuoteBooking input[type=password]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type=password]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type=password]:focus,
.bt-dark-skin .btQuoteBooking input[type=password]:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking input[type=password]:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking input[type=password]:focus,
.btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.bt-dark-skin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .fancy-select .trigger:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .ddcommon.borderRadiusBtm .ddTitleText:focus {
	box-shadow: none;
	border-bottom: 1px solid #fcf113
}

.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
	box-shadow: none !important
}

.btQuoteBooking .ddTitle .arrow:before {
	content: "\e688";
	font-family: Icon7Stroke;
	font-size: 2em;
	display: block;
	border: none !important;
	padding-right: 0;
	margin-top: -8px;
	width: auto;
	height: auto;
	transition: 150ms ease transform, 150ms ease color
}

.btQuoteBooking .ddTitle .arrow {
	right: 0;
	margin-top: 0
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitle .arrow:before {
	transform: scaleY(-1)
}

.btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before {
	border: 1px solid rgba(0, 0, 0, .1)
}

.btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.bt-dark-skin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteWrapper:before,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .btQuoteWrapper:before {
	border: 1px solid rgba(255, 255, 255, .5)
}

.btQuoteBooking .ddTitleText .ddlabel {
	color: inherit;
	padding: 0
}

.btQuoteBooking .ddTitleText .ddlabel .description {
	color: inherit;
	opacity: .6
}

.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
	opacity: .6;
	color: inherit
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	color: #000;
	background: 0 0;
	border: none;
	box-shadow: 0 0 0 1px #fcf113 inset;
	font-size: 1em;
	border-radius: 0
}

.btDarkCC.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	box-shadow: 0 0 0 1px #000 inset
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	border-radius: 50px;
	overflow: hidden
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	border-radius: 3px;
	overflow: hidden
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-size: 17px;
	border-radius: 0;
	background: #fcf113;
	color: #fff;
	padding: 10px 30px 10px 0;
	font-family: rubik, Arial, Helvetica, sans-serif
}

.btButtonWeight_default .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 500
}

.btButtonWeight_black .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 900
}

.btButtonWeight_bolder .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 800
}

.btButtonWeight_bold .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 700
}

.btButtonWeight_semi-bold .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 600
}

.btButtonWeight_medium .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 500
}

.btButtonWeight_normal .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 400
}

.btButtonWeight_light .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 300
}

.btButtonWeight_lighter .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 200
}

.btButtonWeight_thin .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	font-weight: 100
}

.btDarkCC.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
	background: #000
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-size: 17px;
	font-family: rubik, Arial, Helvetica, sans-serif;
	background: #fcf113;
	color: #fff;
	padding: 10px 0 10px 30px
}

.btButtonWeight_default .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 500
}

.btButtonWeight_black .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 900
}

.btButtonWeight_bolder .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 800
}

.btButtonWeight_bold .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 700
}

.btButtonWeight_semi-bold .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 600
}

.btButtonWeight_medium .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 500
}

.btButtonWeight_normal .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 400
}

.btButtonWeight_light .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 300
}

.btButtonWeight_lighter .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 200
}

.btButtonWeight_thin .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	font-weight: 100
}

.btDarkCC.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	background: #000
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCalc {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
	padding: 10px 10px 10px 30px
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
	padding: 10px 30px 10px 0
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
	border-radius: 0
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal:not(.currencyAfter) .btQuoteTotalCurrency {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
	box-shadow: 0 0 0 1px #fcf113 inset;
	border-color: #fcf113
}

.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
	box-shadow: 0 0 0 1px #000 inset !important;
	border-color: #000
}

.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.bt-dark-skin .btLightSkin .bt-dark-skin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
	border-color: #000;
	box-shadow: 0 0 0 1px #fff inset !important
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
	box-shadow: 0 0 0 2px #fcf113 inset
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: 0 0 0 2px #000 inset !important
}

.btQuoteBooking .btSubmitMessage {
	color: #fcf113
}

.btDarkCC.btQuoteBooking .btSubmitMessage {
	color: #000
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
	box-shadow: 0 0 4px #fcf113;
	border-bottom: 1px solid #fcf113
}

.btQuoteBooking .btQuoteItemInput .btQuoteSelect .dd.ddcommon.borderRadiusTp:hover .ddTitleText {
	box-shadow: none !important
}

.btQuoteBooking .btContactSubmit {
	font-size: 17px;
	font-family: rubik, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	line-height: inherit;
	background: 0 0;
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 0 rgba(0, 0, 0, .1);
	border-radius: 0
}

.btHardRoundedButtons .btQuoteBooking .btContactSubmit {
	border-radius: 50px
}

.btSoftRoundedButtons .btQuoteBooking .btContactSubmit {
	border-radius: 3px
}

.btDarkCC.btQuoteBooking .btContactSubmit {
	box-shadow: 0 0 0 4em #000 inset, 0 0 rgba(0, 0, 0, .1)
}

.btDarkCC.btQuoteBooking .btContactSubmit:hover {
	box-shadow: 0 0 0 4em #000 inset, 0 5px 8px rgba(0, 0, 0, .1)
}

.btButtonWeight_default .btQuoteBooking .btContactSubmit {
	font-weight: 500
}

.btButtonWeight_black .btQuoteBooking .btContactSubmit {
	font-weight: 900
}

.btButtonWeight_bolder .btQuoteBooking .btContactSubmit {
	font-weight: 800
}

.btButtonWeight_bold .btQuoteBooking .btContactSubmit {
	font-weight: 700
}

.btButtonWeight_semi-bold .btQuoteBooking .btContactSubmit {
	font-weight: 600
}

.btButtonWeight_medium .btQuoteBooking .btContactSubmit {
	font-weight: 500
}

.btButtonWeight_normal .btQuoteBooking .btContactSubmit {
	font-weight: 400
}

.btButtonWeight_light .btQuoteBooking .btContactSubmit {
	font-weight: 300
}

.btButtonWeight_lighter .btQuoteBooking .btContactSubmit {
	font-weight: 200
}

.btButtonWeight_thin .btQuoteBooking .btContactSubmit {
	font-weight: 100
}

.btQuoteBooking .btContactSubmit:hover {
	color: #fff;
	box-shadow: 0 0 0 4em #fcf113 inset, 0 5px 8px rgba(0, 0, 0, .1);
	opacity: .9;
	transform: translateY(-1px);
	text-shadow: none !important
}

.btQuoteBooking .btTotalNextWrapper {
	display: flex;
	width: auto !important;
	flex-direction: row;
	padding-right: 0 !important;
	flex-wrap: nowrap;
	flex: 0 0 100%;
	justify-content: flex-end;
	text-align: initial
}

.btQuoteBooking .btTotalNextWrapper:after {
	display: none
}

.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
	padding-right: 0 !important
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	flex: 0 0 160px;
	width: 160px;
	max-width: 160px
}

.btQuoteBooking .btQuoteBookingForm .boldBtn {
	display: flex;
	flex: 0;
	float: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 0;
	transition: all 300ms ease;
	max-width: 0
}

.btQuoteBooking .btContactNext {
	transform: translate(160px, 0)
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	display: flex;
	flex: 0 1 100%;
	justify-content: flex-end;
	align-items: stretch;
	float: none
}

.btQuoteBooking .btQuoteTotalText {
	align-self: center
}

.btButtonWeight_default .btQuoteBooking .btQuoteTotalText {
	font-weight: 500
}

.btButtonWeight_black .btQuoteBooking .btQuoteTotalText {
	font-weight: 900
}

.btButtonWeight_bolder .btQuoteBooking .btQuoteTotalText {
	font-weight: 800
}

.btButtonWeight_bold .btQuoteBooking .btQuoteTotalText {
	font-weight: 700
}

.btButtonWeight_semi-bold .btQuoteBooking .btQuoteTotalText {
	font-weight: 600
}

.btButtonWeight_medium .btQuoteBooking .btQuoteTotalText {
	font-weight: 500
}

.btButtonWeight_normal .btQuoteBooking .btQuoteTotalText {
	font-weight: 400
}

.btButtonWeight_light .btQuoteBooking .btQuoteTotalText {
	font-weight: 300
}

.btButtonWeight_lighter .btQuoteBooking .btQuoteTotalText {
	font-weight: 200
}

.btButtonWeight_thin .btQuoteBooking .btQuoteTotalText {
	font-weight: 100
}

.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
	margin: 0 -10px
}

.btQuoteBooking .btPayPalButton {
	border-radius: 0
}

.btHardRoundedButtons .btQuoteBooking .btPayPalButton {
	border-radius: 50px
}

.btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
	border-radius: 3px
}

.btDatePicker .ui-datepicker-header {
	background-color: #fcf113
}

@media(max-width:480px) {
	.btQuoteBooking .btTotalNextWrapper {
		flex-direction: column
	}

	.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
	.btQuoteBooking .btQuoteBookingForm .boldBtn {
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
		padding-top: 0
	}

	.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		width: 100%
	}

	.btQuoteBooking .btQuoteBookingForm .btContactNext {
		transform: translateY(-100%);
		opacity: 0
	}
}

.btQuoteBooking .btContactFieldMandatory .dd.ddcommon.borderRadius .ddTitleText {
	border: none;
	border-bottom: 1px solid #000
}

@media(max-width:1399px) {

	.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: 4.375rem
	}

	.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
		font-size: 1.25rem;
		line-height: 1.1
	}

	.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.3125rem
	}
}

@media(max-width:1199px) {

	.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: 3.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: 3rem
	}

	.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_headline h1 u.small:after,
	.bt_bb_headline h1 u.small:before,
	.bt_bb_headline h1 u:after,
	.bt_bb_headline h1 u:before,
	.bt_bb_headline h2 u.small:after,
	.bt_bb_headline h2 u.small:before,
	.bt_bb_headline h2 u:after,
	.bt_bb_headline h2 u:before,
	.bt_bb_headline h3 u.small:after,
	.bt_bb_headline h3 u.small:before,
	.bt_bb_headline h3 u:after,
	.bt_bb_headline h3 u:before,
	.bt_bb_headline h4 u.small:after,
	.bt_bb_headline h4 u.small:before,
	.bt_bb_headline h4 u:after,
	.bt_bb_headline h4 u:before,
	.bt_bb_headline h5 u.small:after,
	.bt_bb_headline h5 u.small:before,
	.bt_bb_headline h5 u:after,
	.bt_bb_headline h5 u:before,
	.bt_bb_headline h6 u.small:after,
	.bt_bb_headline h6 u.small:before,
	.bt_bb_headline h6 u:after,
	.bt_bb_headline h6 u:before {
		padding-top: 6px;
		bottom: -3px
	}

	.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
		font-size: 1.125rem
	}

	.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.1875rem
	}

	body {
		font-size: 14px
	}
}

@media(max-width:360px) {

	.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: 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: 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: 2.5rem
	}

	.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: 2rem
	}

	.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
		font-size: 1rem
	}

	.bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
		font-size: 1rem
	}

	.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.125rem
	}

	.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
		font-size: 1.125rem
	}

	.btMenuVertical .mainHeader {
		width: 260px
	}

	.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
	.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
	.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
		transform: translateX(260px)
	}

	.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
	.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
	.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
		transform: translateX(-260px)
	}

	.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
		transform: translateX(260px) !important
	}

	.btMenuVerticalRight.btMenuVerticalOn .btContentWrap {
		transform: translateX(-260px)
	}

	.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
	.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
	.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
		transform: translateX(-260px)
	}

	.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
	.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
	.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
		transform: translateX(-260px)
	}
}

@media(min-width:1028px) {

	.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
	.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
	.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
		transition: none;
		padding-left: 320px
	}

	.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btContentWrap,
	.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop,
	.rtl .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btSiteFooter {
		padding-left: 0;
		padding-right: 320px
	}

	.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .mainHeader {
		transform: translateX(0%)
	}

	.btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .btVerticalHeaderTop {
		display: none
	}

	.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
	.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
	.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
		transition: none;
		padding-right: 320px
	}

	.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btContentWrap,
	.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop,
	.rtl .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btSiteFooter {
		padding-right: 0;
		padding-left: 320px
	}

	.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .mainHeader {
		transform: translateX(0%)
	}

	.btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .btVerticalHeaderTop {
		display: none
	}
}

@media(max-width:1199px) {
	.widget_shopping_cart .buttons .button {
		width: 100%
	}
}

@media(max-width:992px) {

	.col2-set .col-1,
	.col2-set .col-2,
	.cart-collaterals .cross-sells,
	.cart-collaterals .cart_totals {
		float: none;
		flex-basis: 100%;
		display: block;
		width: 100%
	}

	ul.products li.product {
		flex-basis: 50% !important;
		max-width: 50% !important
	}

	table.shop_table input[name=update_cart] {
		width: auto
	}

	.widget_shopping_cart .buttons .button.checkout {
		margin-top: 10px
	}
}

@media(max-width:768px) {
	div.product {
		display: block
	}

	div.product div.summary,
	div.product div.images {
		text-align: center;
		max-width: 100%;
		margin-bottom: 2rem;
		padding: 0
	}

	div.product div.summary .price {
		text-align: center;
		margin-bottom: 2rem
	}

	div.product form.cart {
		text-align: center;
		margin-bottom: 2rem
	}
}

@media(max-width:620px) {
	ul.products li.product {
		flex-basis: 100% !important;
		max-width: 100% !important
	}

	.woocommerce-result-count,
	.woocommerce-ordering {
		width: 100%;
		padding: 0 !important
	}

	table.shop_table_responsive {
		display: block
	}

	table.shop_table_responsive tbody th,
	table.shop_table_responsive thead {
		display: none
	}

	table.shop_table_responsive tbody {
		display: block;
		width: 100% !important
	}

	table.shop_table_responsive tr,
	table.shop_table_responsive th {
		display: block;
		width: 100% !important;
		border-bottom: 1px solid #000;
		margin-bottom: 2em;
		padding-bottom: 2em
	}

	.btDarkSkin table.shop_table_responsive tr,
	.btLightSkin .btDarkSkin table.shop_table_responsive tr,
	.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,
	.bt-dark-skin table.shop_table_responsive tr,
	.btLightSkin .bt-dark-skin table.shop_table_responsive tr,
	.bt-dark-skin .btLightSkin .bt-dark-skin table.shop_table_responsive tr,
	.btDarkSkin table.shop_table_responsive th,
	.btLightSkin .btDarkSkin table.shop_table_responsive th,
	.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th,
	.bt-dark-skin table.shop_table_responsive th,
	.btLightSkin .bt-dark-skin table.shop_table_responsive th,
	.bt-dark-skin .btLightSkin .bt-dark-skin table.shop_table_responsive th {
		border-bottom: 1px solid #fff
	}

	table.shop_table_responsive tr td,
	table.shop_table_responsive th td {
		display: block;
		width: 100% !important;
		clear: left;
		text-align: center !important;
		word-break: break-word;
		border: none;
		padding: .5em 0 0
	}

	table.shop_table_responsive tr td.product-remove,
	table.shop_table_responsive th td.product-remove {
		padding: .5em;
		text-align: center
	}

	table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,
	table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before {
		content: attr(data-title)": ";
		font-weight: 700
	}

	table.shop_table_responsive tr td.product-thumbnail img,
	table.shop_table_responsive th td.product-thumbnail img {
		width: 100%
	}

	.cart-collaterals {
		display: block
	}

	table.shop_table .coupon {
		display: block
	}

	table.shop_table .coupon input[name=coupon_code] {
		margin-bottom: 1em
	}

	table.shop_table .coupon button[name=apply_coupon] {
		width: auto;
		margin-bottom: 1em
	}

	table.shop_table input[name=update_cart] {
		margin-top: 1em;
		float: none;
		width: 100%
	}

	ul.woocommerce-shipping-methods li {
		text-align: center
	}
}

@media(max-width:480px) {

	.bt_bb_column[data-width="3"],
	.bt_bb_column[data-width="2"] {
		flex-basis: 100%;
		max-width: 100%
	}
}

@media(min-width:1240px) {
	.bt_bb_layout_boxed_1500 .bt_bb_row_width_boxed_1200.bt_bb_row_wrapper.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
		max-width: none
	}
}

@media(min-width:1240px) {
	.bt_bb_layout_boxed_1500 .bt_bb_row_width_boxed_1200.bt_bb_row_wrapper.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
		max-width: none
	}
}

.bt_bb_section.bt_bb_section_allow_content_outside>.bt_bb_port {
	z-index: 3;
	position: relative
}

.bt_bb_section.bt_bb_top_coverage_right_triangle,
.bt_bb_section.bt_bb_top_coverage_left_triangle,
.bt_bb_section.bt_bb_top_coverage_left_large_triangle,
.bt_bb_section.bt_bb_top_coverage_right_large_triangle {
	overflow: hidden
}

.bt_bb_section.bt_bb_top_coverage_right_triangle .bt_bb_section_top_coverage,
.bt_bb_section.bt_bb_top_coverage_left_triangle .bt_bb_section_top_coverage,
.bt_bb_section.bt_bb_top_coverage_left_large_triangle .bt_bb_section_top_coverage,
.bt_bb_section.bt_bb_top_coverage_right_large_triangle .bt_bb_section_top_coverage {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-mask-repeat: no-repeat;
	background: #fff;
	z-index: 1;
	pointer-events: none
}

.bt_bb_section.bt_bb_top_coverage_right_triangle .bt_bb_section_top_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 data-name=%22Layer 1%22 viewBox=%220 0 1919 384.5%22 sodipodi:docname=%22top_grey.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview32%22 showgrid=%22false%22 inkscape:zoom=%22.66961959%22 inkscape:cx=%22959.5%22 inkscape:cy=%22192.25%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22_Group_%22/%3E%3Cdefs id=%22defs25%22%3E%3Cstyle id=%22style23%22%3E.cls-1%7Bfill:%23f0f1f1%7D%3C/style%3E%3C/defs%3E%3Ctitle id=%22title27%22%3Egrey%3C/title%3E%3Cg id=%22_Group_%22 data-name=%22%26lt;Group%3E%22%3E%3Cpath id=%22_Path_%22 data-name=%22%26lt;Path%3E%22 class=%22cls-1%22 d=%22M1671.74 4.05A120.43 120.43.0 011798.57 79.4L1919 384.5V0H0v210.91z%22 inkscape:connector-curvature=%220%22 style=%22fill:%23f0f1f1%22/%3E%3C/g%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_top_coverage_left_triangle .bt_bb_section_top_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 data-name=%22Layer 1%22 viewBox=%220 0 1919 384.5%22 sodipodi:docname=%22top_left.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview11%22 showgrid=%22false%22 inkscape:zoom=%22.2786611%22 inkscape:cx=%22959.5%22 inkscape:cy=%22-78.03169%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22_Group_%22/%3E%3Cdefs id=%22defs4%22%3E%3Cstyle id=%22style2%22%3E.cls-1%7Bfill:%23f0f1f1%7D%3C/style%3E%3C/defs%3E%3Ctitle id=%22title6%22%3Egrey%3C/title%3E%3Cg id=%22_Group_%22 data-name=%22%26lt;Group%3E%22%3E%3Cpath id=%22_Path_%22 data-name=%22%26lt;Path%3E%22 class=%22cls-1%22 d=%22M247.26 4.05A120.43 120.43.0 00120.43 79.4L0 384.5V0h1919v210.91z%22 inkscape:connector-curvature=%220%22 style=%22fill:%23f0f1f1%22/%3E%3C/g%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_top_coverage_left_large_triangle .bt_bb_section_top_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 viewBox=%220 0 1920 221%22 style=%22enable-background:new 0 0 1920 221%22%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath id=%22XMLID_420_%22 class=%22st0%22 d=%22M0 0l62.3 155.3c17.3 43.8 62.2 70.3 109 64.5L1920 4.2V0H0z%22/%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_top_coverage_right_large_triangle .bt_bb_section_top_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 viewBox=%220 0 1920 221%22 style=%22enable-background:new 0 0 1920 221%22 sodipodi:docname=%22top_right_large.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Cdefs id=%22defs8%22/%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview6%22 showgrid=%22false%22 inkscape:zoom=%22.14791667%22 inkscape:cx=%22960%22 inkscape:cy=%22110.5%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22Layer_1%22/%3E%3Cstyle id=%22style2%22%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath id=%22XMLID_420_%22 class=%22st0%22 d=%22m1920 0-62.3 155.3c-17.3 43.8-62.2 70.3-109 64.5L0 4.2V0z%22 style=%22fill:%23fff%22 inkscape:connector-curvature=%220%22/%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_bottom_coverage_left_triangle,
.bt_bb_section.bt_bb_bottom_coverage_right_triangle,
.bt_bb_section.bt_bb_bottom_coverage_left_large_triangle,
.bt_bb_section.bt_bb_bottom_coverage_right_large_triangle {
	overflow: hidden
}

.bt_bb_section.bt_bb_bottom_coverage_left_triangle .bt_bb_section_bottom_coverage,
.bt_bb_section.bt_bb_bottom_coverage_right_triangle .bt_bb_section_bottom_coverage,
.bt_bb_section.bt_bb_bottom_coverage_left_large_triangle .bt_bb_section_bottom_coverage,
.bt_bb_section.bt_bb_bottom_coverage_right_large_triangle .bt_bb_section_bottom_coverage {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-mask-repeat: no-repeat;
	background: #fff;
	-webkit-mask-position: bottom;
	pointer-events: none
}

.bt_bb_section.bt_bb_bottom_coverage_left_triangle .bt_bb_section_bottom_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg id=%22Layer_1%22 data-name=%22Layer 1%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1919 384.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f0f1f1%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Egrey%3C/title%3E%3Cg id=%22_Group_%22 data-name=%22%26lt;Group%3E%22%3E%3Cpath id=%22_Path_%22 data-name=%22%26lt;Path%3E%22 class=%22cls-1%22 d=%22M247.26 380.45A120.43 120.43.0 01120.43 305.1L0 0V384.5H1919V173.59z%22/%3E%3C/g%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_bottom_coverage_right_triangle .bt_bb_section_bottom_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 data-name=%22Layer 1%22 viewBox=%220 0 1919 384.5%22 sodipodi:docname=%22bottom_right.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview11%22 showgrid=%22false%22 inkscape:zoom=%22.14799375%22 inkscape:cx=%22959.5%22 inkscape:cy=%22192.25%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22Layer_1%22/%3E%3Cdefs id=%22defs4%22%3E%3Cstyle id=%22style2%22%3E.cls-1%7Bfill:%23f0f1f1%7D%3C/style%3E%3C/defs%3E%3Ctitle id=%22title6%22%3Egrey%3C/title%3E%3Cg id=%22_Group_%22 data-name=%22%26lt;Group%3E%22 transform=%22matrix(-1,0,0,1,1919,0)%22%3E%3Cpath id=%22_Path_%22 data-name=%22%26lt;Path%3E%22 class=%22cls-1%22 d=%22M247.26 380.45A120.43 120.43.0 01120.43 305.1L0 0V384.5H1919V173.59z%22 inkscape:connector-curvature=%220%22 style=%22fill:%23f0f1f1%22/%3E%3C/g%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_bottom_coverage_left_large_triangle .bt_bb_section_bottom_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 viewBox=%220 0 1920 221%22 style=%22enable-background:new 0 0 1920 221%22 sodipodi:docname=%22bottom_left_large.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Cdefs id=%22defs8%22/%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview6%22 showgrid=%22false%22 inkscape:zoom=%22.14791667%22 inkscape:cx=%22960.00002%22 inkscape:cy=%22110.5%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22Layer_1%22/%3E%3Cstyle id=%22style2%22%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath id=%22XMLID_420_%22 class=%22st0%22 d=%22M0 220.59233 62.3 65.292325c17.3-43.8 62.2-70.2999999 109-64.49999988L1920 216.39233v4.2z%22 style=%22fill:%23fff%22 inkscape:connector-curvature=%220%22/%3E%3C/svg%3E")
}

.bt_bb_section.bt_bb_bottom_coverage_right_large_triangle .bt_bb_section_bottom_coverage {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns:dc=%22http://purl.org/dc/elements/1.1/%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns:svg=%22http://www.w3.org/2000/svg%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:sodipodi=%22http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22 xmlns:inkscape=%22http://www.inkscape.org/namespaces/inkscape%22 id=%22Layer_1%22 viewBox=%220 0 1920 221%22 style=%22enable-background:new 0 0 1920 221%22 sodipodi:docname=%22bottom_right_large.svg%22 inkscape:version=%220.92.4 (5da689c313, 2019-01-14)%22%3E%3Cdefs id=%22defs8%22/%3E%3Csodipodi:namedview pagecolor=%22%23ffffff%22 bordercolor=%22%23666666%22 borderopacity=%221%22 objecttolerance=%2210%22 gridtolerance=%2210%22 guidetolerance=%2210%22 inkscape:pageopacity=%220%22 inkscape:pageshadow=%222%22 inkscape:window-width=%221440%22 inkscape:window-height=%22837%22 id=%22namedview6%22 showgrid=%22false%22 inkscape:zoom=%22.14791667%22 inkscape:cx=%22960.00002%22 inkscape:cy=%22110.5%22 inkscape:window-x=%22-8%22 inkscape:window-y=%22-8%22 inkscape:window-maximized=%221%22 inkscape:current-layer=%22Layer_1%22/%3E%3Cstyle id=%22style2%22%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath id=%22XMLID_420_%22 class=%22st0%22 d=%22M1920 220.59233 1857.7 65.292325c-17.3-43.8-62.2-70.2999999-109-64.49999988L0 216.39233v4.2z%22 style=%22fill:%23fff%22 inkscape:connector-curvature=%220%22/%3E%3C/svg%3E")
}

.btPosition.bt_bb_column {
	background-position: 0 0 !important
}

@media(max-width:991px) {
	.btPosition.bt_bb_column {
		background-position: -30% 0 !important
	}
}

@media(max-width:870px) {
	.btPosition.bt_bb_column {
		background-position: 0 0 !important
	}
}

@media(max-width:680px) {
	.btPosition.bt_bb_column {
		background-position: 30% 0 !important
	}
}

.btTimelineAbout .bold_timeline_group_header {
	border: 1px solid #000 !important;
	border-radius: 50% !important;
	width: 6em !important;
	height: 6em !important;
	padding: 0 !important;
	text-align: center !important;
	background: #fff !important;
	margin-left: -3em !important
}

.btTimelineAbout .bold_timeline_container_line {
	border-width: 1px !important
}

.btTimelineAbout.btDemo04 .bold_timeline_group_header {
	border: none !important;
	border-radius: 50% !important;
	width: 5em !important;
	height: 5em !important;
	padding: 0 !important;
	text-align: center !important;
	margin-left: 0 !important;
	color: #fff;
	background: #fcf113 !important
}

.btTimelineAbout.btDemo04 .bold_timeline_group_header .bold_timeline_group_header_title {
	font-size: 1.5em !important
}

.btTimelineAbout.btDemo04 .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
	color: #fcf113 !important;
	font-weight: 600 !important
}

.btTimelineAbout.btDemo04 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	padding: 0 1.5em 1.5em !important
}

.btTimelineAbout.btDemo04 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	padding: 1.5em 1.5em .5em !important
}

.btCompanyHistory .bold_timeline_group_header {
	border-radius: 50% !important;
	width: 5em !important;
	height: 5em !important;
	padding: 0 !important;
	text-align: center !important;
	color: #fff;
	background: #000 !important
}

.btCompanyHistory .bold_timeline_group_header .bold_timeline_group_header_title {
	font-size: 1.5em !important
}

.btCompanyHistory .bold_timeline_item {
	border-bottom: 6px solid #fcf113 !important
}

.btCompanyHistory .bold_timeline_item_icon {
	box-shadow: none !important;
	border: 1px solid #000 !important
}

.btHistory .bold_timeline_group .bold_timeline_group_inner .bold_timeline_group_header {
	border-radius: 50%;
	padding: 2em 1.305em
}

.btHistory .bold_timeline_group .bold_timeline_item_icon {
	box-shadow: 0 5px 30px rgba(154, 160, 185, 5%), 0 6px 10px rgba(166, 173, 201, .2) !important
}

.btHistory .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
	padding: 0 1.5em 1.5em !important
}

.btHistory .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
	padding: 1.5em 1.5em .5em !important
}

.btProcess .bold_timeline_item .bold_timeline_item_icon {
	color: #fcf113 !important;
	background: #fff !important;
	box-shadow: 0 5px 30px rgba(154, 160, 185, 5%), 0 6px 10px rgba(166, 173, 201, .2) !important
}

.btProcess .bold_timeline_container_line {
	top: 1em !important
}

.btProcess .bold_timeline_item_content {
	padding: 0 1.5em 1.5em !important
}

.btProcess .bold_timeline_item_header {
	padding: 1.5em 1.5em .5em !important
}

.btSteps .bold_timeline_item .bold_timeline_item_inner {
	border-radius: 10px !important
}

.btSteps .bold_timeline_container_line {
	top: 1em !important
}

.btAboutMe .bold_timeline_item_inner {
	background: #f9f9f9 !important;
	border-color: #f9f9f9 !important
}

.btAboutMe .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
	color: #fcf113 !important
}

.btAboutMe .bold_timeline_item .bold_timeline_item_icon {
	font-size: 2em !important;
	left: -3.5rem !important
}

.btAboutMe .bold_timeline_item .bold_timeline_item_icon:before {
	font-size: 1.35em !important
}

.btAboutMe .bold_timeline_item {
	margin-left: 3.5rem !important
}

.btAboutMe .bold_timeline_container_line {
	border-width: 1px !important
}

.btAboutMe .bold_timeline_item_marker {
	left: calc(-3.5rem - 6px) !important
}

@media(max-width:1800px) {
	.btIllustration {
		display: none
	}
}

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

	select,
	.fancy-select .trigger,
	.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
	input[type=submit] {
		height: 3.2em;
		line-height: 1em
	}
}

.btVideoIcon.bt_bb_icon .bt_bb_icon_holder:before {
	padding-left: 6px
}

body.rtl {
	direction: rtl;
	unicode-bidi: embed
}

body.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
body.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
	margin-left: 0;
	margin-right: .5em
}

body.rtl .rowItem {
	float: right
}

body.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before {
	margin: 0 0 0 5px
}

body.rtl .star-rating:before {
	display: block !important
}

body.rtl .star-rating span:before {
	display: block !important
}

.wp-block-separator {
	margin: 1em auto;
	max-width: 100px
}

.wp-block-separator.is-style-wide {
	max-width: 100%
}

.wp-block-gallery {
	margin: 0
}

.wp-block-gallery li:first-child {
	margin-left: 0
}

.wp-block-gallery.alignleft {
	float: left
}

p.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 3.6em;
	line-height: .9;
	font-weight: 800
}

.has-large-font-size {
	line-height: 1.2 !important
}

.wp-block-quote p {
	font-size: 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.3em
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
	text-align: center;
	font-size: inherit
}

p.has-background {
	border-radius: none
}

.btSoftRoundedButtons p.has-background {
	border-radius: 3px
}

.btHardRoundedButtons p.has-background {
	border-radius: 3px
}

.wp-block-file .wp-block-file__button {
	border-radius: none
}

.btSoftRoundedButtons .wp-block-file .wp-block-file__button {
	border-radius: 3px
}

.btHardRoundedButtons .wp-block-file .wp-block-file__button {
	border-radius: 50px
}

.wp-block-button {
	margin-bottom: .5em
}

.wp-block-button .wp-block-button__link {
	font-size: .9em;
	padding: .8em 2.2em;
	font-weight: 500;
	color: #fff !important
}

.wp-block-button .wp-block-button__link:hover {
	opacity: .8
}

.wp-block-button.is-style-outline .wp-block-button__link {
	text-align: center;
	color: #000 !important
}

.wp-block-button.alignleft {
	float: left
}

.wp-block-button.alignright {
	float: right
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: block
}

.wp-block-cover,
.wp-block-cover-image {
	margin: 0 0 1.5em
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft {
	float: left
}

.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	float: right
}

.wp-block-cover a,
.wp-block-cover-image a {
	color: #fff !important
}

.wp-block-cover a:hover,
.wp-block-cover-image a:hover {
	opacity: .8
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	color: #fff !important;
	padding: 1em
}

figure.wp-caption.alignright .wp-caption-text {
	text-align: right
}

.wp-block-pullquote blockquote:before {
	right: 0
}

.wp-block-quote.has-text-align-center:before {
	right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	display: block
}

.btDarkSkin .wp-block-image figcaption,
.btLightSkin .btDarkSkin .wp-block-image figcaption,
.btDarkSkin.btLightSkin .btDarkSkin .wp-block-image figcaption,
.bt-dark-skin .wp-block-image figcaption,
.btLightSkin .bt-dark-skin .wp-block-image figcaption,
.bt-dark-skin .btLightSkin .bt-dark-skin .wp-block-image figcaption {
	color: #fff
}

.alignnone blockquote:before {
	right: 0 !important
}

.wp-block-table.aligncenter table {
	margin: 0 auto;
	width: auto
}

.wp-block-quote.has-text-align-right:before {
	left: auto;
	right: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

	.btPostSingleItemStandard.btPortfolioSingle .btArticleContent,
	.btPostSingleItemStandard.btPortfolioSingle .btArticleShareEtc {
		max-width: none
	}

	.bt_bb_parallax {
		transform: none;
		background-attachment: local;
		background-position: 0 0 !important
	}

	.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
	.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
		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: block
	}

	.bt_bb_section.bt_bb_vertical_align_middle>.bt_bb_port:after {
		content: '';
		min-height: inherit;
		font-size: 0
	}

	.btPreloader {
		display: none !important
	}

	.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
		overflow: visible
	}

	p.stars {
		letter-spacing: 0
	}

	.bt_bb_card_image {
		display: block
	}

	.bt_bb_card_image .bt_bb_card_image_text_box {
		display: block;
		top: 0
	}

	.bt_bb_card_image .bt_bb_card_image_text_box .bt_bb_card_image_inner {
		position: absolute;
		bottom: 2em;
		left: 0;
		right: 0;
		padding: 0 2em
	}

	.bt_bb_price_list {
		display: block
	}

	.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
		padding-left: 1rem
	}

	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline,
	.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline {
		display: inline-flex !important
	}

	.bt_bb_headline h1 u:after,
	.bt_bb_headline h1 u:before,
	.bt_bb_headline h1 s:after,
	.bt_bb_headline h1 s:before,
	.bt_bb_headline h2 u:after,
	.bt_bb_headline h2 u:before,
	.bt_bb_headline h2 s:after,
	.bt_bb_headline h2 s:before,
	.bt_bb_headline h3 u:after,
	.bt_bb_headline h3 u:before,
	.bt_bb_headline h3 s:after,
	.bt_bb_headline h3 s:before,
	.bt_bb_headline h4 u:after,
	.bt_bb_headline h4 u:before,
	.bt_bb_headline h4 s:after,
	.bt_bb_headline h4 s:before,
	.bt_bb_headline h5 u:after,
	.bt_bb_headline h5 u:before,
	.bt_bb_headline h5 s:after,
	.bt_bb_headline h5 s:before,
	.bt_bb_headline h6 u:after,
	.bt_bb_headline h6 u:before,
	.bt_bb_headline h6 s:after,
	.bt_bb_headline h6 s:before {
		display: none
	}

	.slick-slider .slick-slide {
		display: block !important
	}

	.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide:before {
		top: 50%
	}

	.bt_bb_show_dots_below .slick-slider {
		overflow: visible
	}

	.bt_bb_counter_holder .bt_bb_counter_content {
		display: block
	}

	.bt_bb_tabs.bt_bb_width_full {
		display: block
	}

	.bt_bb_service {
		display: block
	}

	.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 {
		margin: 0 auto
	}

	.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
		width: 100%;
		flex: auto
	}

	.btProcess .bold_timeline_item .bold_timeline_item_icon {
		box-shadow: 0 0 3px 1px red !important
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_normal .container svg {
		max-width: 10em !important;
		width: 10em !important;
		flex: auto
	}

	.bt_bb_progress_bar_advanced .container .bt_bb_progress_bar_advanced_text {
		top: 40%;
		left: 25%
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_small .container svg {
		max-width: 8em !important;
		height: 8em
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_normal .container svg {
		max-width: 10em !important;
		height: 10em
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_medium .container svg {
		max-width: 12.5em !important;
		height: 12.5em
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_large .container svg {
		max-width: 15em !important;
		height: 15em
	}

	.bt_bb_progress_bar_advanced.bt_bb_size_xlarge .container svg {
		max-width: 18em !important;
		height: 18em
	}

	.bt_bb_section .bt_bb_section_bottom_coverage {
		display: none !important
	}

	.bt_bb_section .bt_bb_section_top_coverage {
		display: none !important
	}

	.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
		margin-left: -1px
	}
}

@supports(-ms-ime-align:auto) {
	.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline {
		display: inline-flex !important
	}

	.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_superheadline {
		display: inline-flex !important
	}

	.btCareer.btLight {
		input::-ms-input-placeholder {
			color: white !important;
		}

		textarea::-ms-input-placeholder {
			color: white !important;
		}
	}

	.btContact.btLeftIcon.btLight.btOutline {
		input::-ms-input-placeholder {
			color: white !important;
		}

		textarea::-ms-input-placeholder {
			color: white !important;
		}
	}

	.bt_bb_section.bt_bb_bottom_coverage_left_triangle .bt_bb_section_bottom_coverage,
	.bt_bb_section.bt_bb_bottom_coverage_right_triangle .bt_bb_section_bottom_coverage,
	.bt_bb_section.bt_bb_bottom_coverage_left_large_triangle .bt_bb_section_bottom_coverage,
	.bt_bb_section.bt_bb_bottom_coverage_right_large_triangle .bt_bb_section_bottom_coverage {
		bottom: -2px
	}
}

.wpcf7-date {
	width: 100%
}

.wpcf7-date:before {
	width: 100%;
	content: attr(placeholder)
}

.wpcf7-date:hover:before {
	width: 0%;
	content: ""
}

.wpcf7-date.placeholderclass:before {
	width: 0%;
	content: ""
}

/*--------------------------------------------------------------
  Image Captcha
--------------------------------------------------------------*/
.captcha-image {
	border: 1px solid;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

.cf7ic_instructions {
	display: block;
}

.captcha-image .cf7ic_instructions span {
	color: red;
	font-weight: bold;
}

.captcha-image label {
	display: inline-block !important;
	width: 60px !important;
	position: relative;
}

.captcha-image label>input {
	opacity: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	position: absolute;
}

/* HIDE RADIO */
.captcha-image svg {
	padding: 5px;
	width: 50px;
	height: 50px;
}

.captcha-image label>input+svg {
	cursor: pointer;
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
}

/* IMAGE STYLES */
.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
	border: 2px solid #f00;
}
@media only screen and (max-width:1200px){
	.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .menuPort nav ul{
		color:white;
	}
}
/* (CHECKED) IMAGE STYLES */
@media only screen and (max-width: 1000px) {
	.howitworks .bt_bb_hidden_xs {
		display: block !important;
	}
	.howitworks {
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width: 600px) {
	.bannerservices, .footerservices {
		display: flex;
		flex-direction: column;
	}
	#CTASection .ggt{
		margin-bottom:0px;
	}
	.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title_content .bt_bb_accordion_item_title{
		max-width:100%;
	}

}