/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Hard border radius */
/* Selectors */
/* Base classes */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

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

/* FontAwesome 5 Regular */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Regular';
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Regular.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Solid */
@font-face {
    font-family: 'FontAwesome5Solid';
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Solid.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome 5 Brands */
/* New FontAwesome 6 icons added */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0);
    src: url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-page-builder/fonts/FontAwesome5Brands.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
    }
[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
    }
[data-ico-fa5_regular]:before {
    font-family: FontAwesome5Regular;
    content: attr(data-ico-fa5_regular);
    }
[data-ico-fa5_solid]:before {
    font-family: FontAwesome5Solid;
    content: attr(data-ico-fa5_solid);
    }
[data-ico-fa5_brands]:before {
    font-family: FontAwesome5Brands;
    content: attr(data-ico-fa5_brands);
    }
[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
    }

/* Sections, rows and columns */
.bt_bb_row {
    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 1 0%;
    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 1 0%;
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row[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%;
    }
}

/* Responsive grid columns */
@media (min-width: 1401px) {
.bt_bb_column.col-xxl-12,
.bt_bb_column_inner.col-xxl-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xxl-11,
.bt_bb_column_inner.col-xxl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xxl-10,
.bt_bb_column_inner.col-xxl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xxl-9_6,
.bt_bb_column_inner.col-xxl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xxl-9,
.bt_bb_column_inner.col-xxl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xxl-8,
.bt_bb_column_inner.col-xxl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xxl-7_2,
.bt_bb_column_inner.col-xxl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xxl-7,
.bt_bb_column_inner.col-xxl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xxl-6,
.bt_bb_column_inner.col-xxl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xxl-5,
.bt_bb_column_inner.col-xxl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xxl-4_8,
.bt_bb_column_inner.col-xxl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xxl-4,
.bt_bb_column_inner.col-xxl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xxl-2_4,
.bt_bb_column_inner.col-xxl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xxl-3,
.bt_bb_column_inner.col-xxl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xxl-2,
.bt_bb_column_inner.col-xxl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xxl-1,
.bt_bb_column_inner.col-xxl-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
    }
}

/* Responsive show/hide BB classes */
@media (max-width: 480px) {
.bt_bb_hidden_xs {
    display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_hidden_ms {
    display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
.bt_bb_hidden_sm {
    display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_hidden_md {
    display: none !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
.bt_bb_hidden_lg {
    display: none !important;
    }
}

@media (min-width: 1401px) {
.bt_bb_hidden_xl,
.bt_bb_hidden_lg:not([data-bb-version]) {
    display: none !important;
    }
}

/* Content elements */
/*.bt_bb_wrapper {
	overflow: hidden;
	position: relative;
}*/
.bt_bb_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-primary-color);
    background-color: var(--section-secondary-color);
    }
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
    }
.bt_bb_section > .bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_section > .bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
    }
.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
    }
.bt_bb_section[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_section[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }
.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
    }
.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
    }
.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
    }
.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 4em;
    }
.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8em;
    }
.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .5em;
    }
.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
    }
.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
    }
.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
    }
.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8em;
    }
.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
    }
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
    padding-bottom: 5px;
    }
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
    padding-top: 5px;
    }
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
    padding-bottom: 10px;
    }
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
    padding-top: 10px;
    }
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
    padding-bottom: 15px;
    }
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
    padding-top: 15px;
    }
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
    padding-bottom: 20px;
    }
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
    padding-top: 20px;
    }
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
    padding-bottom: 25px;
    }
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
    padding-top: 25px;
    }
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
    padding-bottom: 30px;
    }
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
    padding-top: 30px;
    }
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
    padding-bottom: 35px;
    }
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
    padding-top: 35px;
    }
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
    padding-bottom: 40px;
    }
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
    padding-top: 40px;
    }
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
    padding-bottom: 45px;
    }
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
    padding-top: 45px;
    }
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
    padding-bottom: 50px;
    }
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
    padding-top: 50px;
    }
.bt_bb_section.bt_bb_bottom_spacing_55 > .bt_bb_port {
    padding-bottom: 55px;
    }
.bt_bb_section.bt_bb_top_spacing_55 > .bt_bb_port {
    padding-top: 55px;
    }
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
    padding-bottom: 60px;
    }
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
    padding-top: 60px;
    }
.bt_bb_section.bt_bb_bottom_spacing_65 > .bt_bb_port {
    padding-bottom: 65px;
    }
.bt_bb_section.bt_bb_top_spacing_65 > .bt_bb_port {
    padding-top: 65px;
    }
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
    padding-bottom: 70px;
    }
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
    padding-top: 70px;
    }
.bt_bb_section.bt_bb_bottom_spacing_75 > .bt_bb_port {
    padding-bottom: 75px;
    }
.bt_bb_section.bt_bb_top_spacing_75 > .bt_bb_port {
    padding-top: 75px;
    }
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
    padding-bottom: 80px;
    }
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
    padding-top: 80px;
    }
.bt_bb_section.bt_bb_bottom_spacing_85 > .bt_bb_port {
    padding-bottom: 85px;
    }
.bt_bb_section.bt_bb_top_spacing_85 > .bt_bb_port {
    padding-top: 85px;
    }
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
    padding-bottom: 90px;
    }
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
    padding-top: 90px;
    }
.bt_bb_section.bt_bb_bottom_spacing_95 > .bt_bb_port {
    padding-bottom: 95px;
    }
.bt_bb_section.bt_bb_top_spacing_95 > .bt_bb_port {
    padding-top: 95px;
    }
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
    padding-bottom: 100px;
    }
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
    padding-top: 100px;
    }
.bt_bb_section.bt_bb_video {
    overflow: hidden;
    padding-bottom: 0;
    }
.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
    }
.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
    z-index: 1 !important;
    }
.bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
    z-index: 3;
    }
.bt_bb_section.bt_bb_background_video_yt > .bt_bb_fe_before {
    z-index: 2;
    }
.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
    }
.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: 0;
    }
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: 0;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }

/*html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll; 
	 &.bt_bb_parallax, & .bt_bb_parallax {
		background-attachment: fixed;
	} 
}*/
/* Row / Grid related */
.bt_bb_row {
    margin: 0 -20px;
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
    }
.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;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
    }
.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: center;
    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 .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
    }
.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;
    color: var(--inner-column-primary-color);
    background-color: var(--inner-column-secondary-color);
    }
.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: center;
    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_row_inner .bt_bb_column_inner .bt_bb_column_inner_content {
    color: var(--inner-column-inner-primary-color);
    background-color: var(--inner-column-inner-secondary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
    }
.bt_bb_cell {
    width: 100%;
    }
.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row_wrapper:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner > .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
    }
.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1300 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1500 .bt_bb_cell {
    width: 1500px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_layout_boxed_1600 .bt_bb_cell {
    width: 1600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    }
.bt_bb_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: -0px;
    margin-right: -0px;
    }
.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;
    }

/* Fix -0px problem and senseless double 0px padding */
.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;
    }

/* Inner row */
.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_inner {
    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_inner {
    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_inner {
    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_inner {
    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: -0px;
    margin-right: -0px;
    }
.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;
    }

/* -------------- */
/* - Boxed rows - */
/* -------------- */
/* @set boxedDelta 0; */
/* Boxed 1200 */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    }
@media (min-width: 1240px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    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;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row_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;
    }

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Push left first column content width */
.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 {
    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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* General width with gaps included */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

/* Push right first column width */
.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 {
    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;
    }

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

/* Boxed 1400 */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
    }
@media (min-width: 1440px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    margin: auto;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .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_1400 .bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
    max-width: 100%;
    }
}

@media (max-width: 1439px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 {
    padding: 0 20px;
    max-width: 100%;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
    padding: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row {
    margin: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
    padding: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
    padding: 0 20px;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
    padding: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
    padding: 0 20px;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
    padding-right: 0;
    }
.bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
    padding-left: 0;
    }
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
}

@media (min-width: 1440px) {
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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_1400.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_1400.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;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }

/* Push right last column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
    max-width: 80.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
    max-width: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 117.501px;
    -ms-flex: 0 0 117.501px;
    flex: 0 0 117.501px;
    max-width: 117.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 107.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 118.33433px;
    -ms-flex: 0 0 118.33433px;
    flex: 0 0 118.33433px;
    max-width: 118.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 98.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 119.16767px;
    -ms-flex: 0 0 119.16767px;
    flex: 0 0 119.16767px;
    max-width: 119.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 89.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 80.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 120.83433px;
    -ms-flex: 0 0 120.83433px;
    flex: 0 0 120.83433px;
    max-width: 120.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 70.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 121.66767px;
    -ms-flex: 0 0 121.66767px;
    flex: 0 0 121.66767px;
    max-width: 121.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 61.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 122.501px;
    -ms-flex: 0 0 122.501px;
    flex: 0 0 122.501px;
    max-width: 122.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 52.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 123.33433px;
    -ms-flex: 0 0 123.33433px;
    flex: 0 0 123.33433px;
    max-width: 123.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 43.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 124.16767px;
    -ms-flex: 0 0 124.16767px;
    flex: 0 0 124.16767px;
    max-width: 124.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 34.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.001px;
    -ms-flex: 0 0 125.001px;
    flex: 0 0 125.001px;
    max-width: 125.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 25.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 125.83433px;
    -ms-flex: 0 0 125.83433px;
    flex: 0 0 125.83433px;
    max-width: 125.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 15.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 126.66767px;
    -ms-flex: 0 0 126.66767px;
    flex: 0 0 126.66767px;
    max-width: 126.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 6.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 127.501px;
    -ms-flex: 0 0 127.501px;
    flex: 0 0 127.501px;
    max-width: 127.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -2.499px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 128.33433px;
    -ms-flex: 0 0 128.33433px;
    flex: 0 0 128.33433px;
    max-width: 128.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -11.66567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 129.16767px;
    -ms-flex: 0 0 129.16767px;
    flex: 0 0 129.16767px;
    max-width: 129.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -20.83233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.001px;
    -ms-flex: 0 0 130.001px;
    flex: 0 0 130.001px;
    max-width: 130.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -29.999px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 130.83433px;
    -ms-flex: 0 0 130.83433px;
    flex: 0 0 130.83433px;
    max-width: 130.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -39.16567px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 131.66767px;
    -ms-flex: 0 0 131.66767px;
    flex: 0 0 131.66767px;
    max-width: 131.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -48.33233px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 132.501px;
    -ms-flex: 0 0 132.501px;
    flex: 0 0 132.501px;
    max-width: 132.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -57.499px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"] {
    -webkit-flex: 0 0 133.33433px;
    -ms-flex: 0 0 133.33433px;
    flex: 0 0 133.33433px;
    max-width: 133.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -66.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 583.33233px);
    max-width: -moz-calc(50% - 583.33233px);
    max-width: calc(50% - 583.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 107.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 98.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 89.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 80.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 70.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 61.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 52.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 43.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 34.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 25.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 6.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -11.66567px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -29.999px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -48.33233px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
    max-width: -webkit-calc(50% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: -66.66567px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
    max-width: 200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
    max-width: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 233.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 235.001px;
    -ms-flex: 0 0 235.001px;
    flex: 0 0 235.001px;
    max-width: 235.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 225.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 236.66767px;
    -ms-flex: 0 0 236.66767px;
    flex: 0 0 236.66767px;
    max-width: 236.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 216.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 238.33433px;
    -ms-flex: 0 0 238.33433px;
    flex: 0 0 238.33433px;
    max-width: 238.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 208.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 241.66767px;
    -ms-flex: 0 0 241.66767px;
    flex: 0 0 241.66767px;
    max-width: 241.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 191.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 243.33433px;
    -ms-flex: 0 0 243.33433px;
    flex: 0 0 243.33433px;
    max-width: 243.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 183.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 245.001px;
    -ms-flex: 0 0 245.001px;
    flex: 0 0 245.001px;
    max-width: 245.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 175.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 246.66767px;
    -ms-flex: 0 0 246.66767px;
    flex: 0 0 246.66767px;
    max-width: 246.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 248.33433px;
    -ms-flex: 0 0 248.33433px;
    flex: 0 0 248.33433px;
    max-width: 248.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 158.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 150.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 251.66767px;
    -ms-flex: 0 0 251.66767px;
    flex: 0 0 251.66767px;
    max-width: 251.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 141.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 253.33433px;
    -ms-flex: 0 0 253.33433px;
    flex: 0 0 253.33433px;
    max-width: 253.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 133.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 255.001px;
    -ms-flex: 0 0 255.001px;
    flex: 0 0 255.001px;
    max-width: 255.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 125.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 256.66767px;
    -ms-flex: 0 0 256.66767px;
    flex: 0 0 256.66767px;
    max-width: 256.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 116.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 258.33433px;
    -ms-flex: 0 0 258.33433px;
    flex: 0 0 258.33433px;
    max-width: 258.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 108.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 261.66767px;
    -ms-flex: 0 0 261.66767px;
    flex: 0 0 261.66767px;
    max-width: 261.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 91.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 263.33433px;
    -ms-flex: 0 0 263.33433px;
    flex: 0 0 263.33433px;
    max-width: 263.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 83.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 265.001px;
    -ms-flex: 0 0 265.001px;
    flex: 0 0 265.001px;
    max-width: 265.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 75.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"] {
    -webkit-flex: 0 0 266.66767px;
    -ms-flex: 0 0 266.66767px;
    flex: 0 0 266.66767px;
    max-width: 266.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 66.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 466.66567px);
    max-width: -moz-calc(50% - 466.66567px);
    max-width: calc(50% - 466.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 233.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 225.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 216.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 208.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 191.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 183.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 175.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 116.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 83.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
    max-width: -webkit-calc(50% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 66.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
    max-width: 248.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
    max-width: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 282.001px;
    -ms-flex: 0 0 282.001px;
    flex: 0 0 282.001px;
    max-width: 282.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 272.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 284.001px;
    -ms-flex: 0 0 284.001px;
    flex: 0 0 284.001px;
    max-width: 284.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 264.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 286.001px;
    -ms-flex: 0 0 286.001px;
    flex: 0 0 286.001px;
    max-width: 286.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 256.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 248.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 290.001px;
    -ms-flex: 0 0 290.001px;
    flex: 0 0 290.001px;
    max-width: 290.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 240.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 292.001px;
    -ms-flex: 0 0 292.001px;
    flex: 0 0 292.001px;
    max-width: 292.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 232.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 294.001px;
    -ms-flex: 0 0 294.001px;
    flex: 0 0 294.001px;
    max-width: 294.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 224.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 296.001px;
    -ms-flex: 0 0 296.001px;
    flex: 0 0 296.001px;
    max-width: 296.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 216.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 298.001px;
    -ms-flex: 0 0 298.001px;
    flex: 0 0 298.001px;
    max-width: 298.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 208.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 302.001px;
    -ms-flex: 0 0 302.001px;
    flex: 0 0 302.001px;
    max-width: 302.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 192.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 304.001px;
    -ms-flex: 0 0 304.001px;
    flex: 0 0 304.001px;
    max-width: 304.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 184.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 306.001px;
    -ms-flex: 0 0 306.001px;
    flex: 0 0 306.001px;
    max-width: 306.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 176.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 308.001px;
    -ms-flex: 0 0 308.001px;
    flex: 0 0 308.001px;
    max-width: 308.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 168.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 312.001px;
    -ms-flex: 0 0 312.001px;
    flex: 0 0 312.001px;
    max-width: 312.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 152.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 314.001px;
    -ms-flex: 0 0 314.001px;
    flex: 0 0 314.001px;
    max-width: 314.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 144.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 316.001px;
    -ms-flex: 0 0 316.001px;
    flex: 0 0 316.001px;
    max-width: 316.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 136.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 318.001px;
    -ms-flex: 0 0 318.001px;
    flex: 0 0 318.001px;
    max-width: 318.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 128.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 419.999px);
    max-width: -moz-calc(50% - 419.999px);
    max-width: calc(50% - 419.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 272.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 264.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 256.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 248.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 240.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 232.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 224.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 216.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 208.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 184.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 168.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 152.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 136.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
    max-width: -webkit-calc(50% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 120.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
    max-width: 320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
    max-width: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 350.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 352.501px;
    -ms-flex: 0 0 352.501px;
    flex: 0 0 352.501px;
    max-width: 352.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 342.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 355.001px;
    -ms-flex: 0 0 355.001px;
    flex: 0 0 355.001px;
    max-width: 355.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 335.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 357.501px;
    -ms-flex: 0 0 357.501px;
    flex: 0 0 357.501px;
    max-width: 357.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 327.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 320.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 362.501px;
    -ms-flex: 0 0 362.501px;
    flex: 0 0 362.501px;
    max-width: 362.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 312.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 365.001px;
    -ms-flex: 0 0 365.001px;
    flex: 0 0 365.001px;
    max-width: 365.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 305.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 367.501px;
    -ms-flex: 0 0 367.501px;
    flex: 0 0 367.501px;
    max-width: 367.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 297.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 370.001px;
    -ms-flex: 0 0 370.001px;
    flex: 0 0 370.001px;
    max-width: 370.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 290.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 372.501px;
    -ms-flex: 0 0 372.501px;
    flex: 0 0 372.501px;
    max-width: 372.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 282.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 375.001px;
    -ms-flex: 0 0 375.001px;
    flex: 0 0 375.001px;
    max-width: 375.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 275.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 377.501px;
    -ms-flex: 0 0 377.501px;
    flex: 0 0 377.501px;
    max-width: 377.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 267.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 380.001px;
    -ms-flex: 0 0 380.001px;
    flex: 0 0 380.001px;
    max-width: 380.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 260.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 382.501px;
    -ms-flex: 0 0 382.501px;
    flex: 0 0 382.501px;
    max-width: 382.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 252.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 385.001px;
    -ms-flex: 0 0 385.001px;
    flex: 0 0 385.001px;
    max-width: 385.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 245.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 387.501px;
    -ms-flex: 0 0 387.501px;
    flex: 0 0 387.501px;
    max-width: 387.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 237.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 390.001px;
    -ms-flex: 0 0 390.001px;
    flex: 0 0 390.001px;
    max-width: 390.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 230.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 392.501px;
    -ms-flex: 0 0 392.501px;
    flex: 0 0 392.501px;
    max-width: 392.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 222.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 395.001px;
    -ms-flex: 0 0 395.001px;
    flex: 0 0 395.001px;
    max-width: 395.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 215.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 397.501px;
    -ms-flex: 0 0 397.501px;
    flex: 0 0 397.501px;
    max-width: 397.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 207.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 349.999px);
    max-width: -moz-calc(50% - 349.999px);
    max-width: calc(50% - 349.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 350.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 342.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 335.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 327.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 320.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 312.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 305.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 297.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 290.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 260.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 245.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 230.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 215.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
    max-width: -webkit-calc(50% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 200.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
    max-width: 440.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
    max-width: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 470.001px;
    -ms-flex: 0 0 470.001px;
    flex: 0 0 470.001px;
    max-width: 470.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 460.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 473.33433px;
    -ms-flex: 0 0 473.33433px;
    flex: 0 0 473.33433px;
    max-width: 473.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 453.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 476.66767px;
    -ms-flex: 0 0 476.66767px;
    flex: 0 0 476.66767px;
    max-width: 476.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 446.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 440.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 483.33433px;
    -ms-flex: 0 0 483.33433px;
    flex: 0 0 483.33433px;
    max-width: 483.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 433.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 486.66767px;
    -ms-flex: 0 0 486.66767px;
    flex: 0 0 486.66767px;
    max-width: 486.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 426.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 490.001px;
    -ms-flex: 0 0 490.001px;
    flex: 0 0 490.001px;
    max-width: 490.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 420.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 493.33433px;
    -ms-flex: 0 0 493.33433px;
    flex: 0 0 493.33433px;
    max-width: 493.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 413.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 496.66767px;
    -ms-flex: 0 0 496.66767px;
    flex: 0 0 496.66767px;
    max-width: 496.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 406.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 503.33433px;
    -ms-flex: 0 0 503.33433px;
    flex: 0 0 503.33433px;
    max-width: 503.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 393.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 506.66767px;
    -ms-flex: 0 0 506.66767px;
    flex: 0 0 506.66767px;
    max-width: 506.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 386.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 510.001px;
    -ms-flex: 0 0 510.001px;
    flex: 0 0 510.001px;
    max-width: 510.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 380.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 513.33433px;
    -ms-flex: 0 0 513.33433px;
    flex: 0 0 513.33433px;
    max-width: 513.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 373.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 366.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 360.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 523.33433px;
    -ms-flex: 0 0 523.33433px;
    flex: 0 0 523.33433px;
    max-width: 523.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 353.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 526.66767px;
    -ms-flex: 0 0 526.66767px;
    flex: 0 0 526.66767px;
    max-width: 526.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 346.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 530.001px;
    -ms-flex: 0 0 530.001px;
    flex: 0 0 530.001px;
    max-width: 530.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 340.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 333.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 233.33233px);
    max-width: -moz-calc(50% - 233.33233px);
    max-width: calc(50% - 233.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 460.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 453.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 446.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 433.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 426.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 420.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 413.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 406.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 386.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 373.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 360.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 346.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
    max-width: -webkit-calc(50% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 333.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
    max-width: 536.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
    max-width: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 564.001px;
    -ms-flex: 0 0 564.001px;
    flex: 0 0 564.001px;
    max-width: 564.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 554.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 568.001px;
    -ms-flex: 0 0 568.001px;
    flex: 0 0 568.001px;
    max-width: 568.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 548.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 572.001px;
    -ms-flex: 0 0 572.001px;
    flex: 0 0 572.001px;
    max-width: 572.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 542.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 536.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 580.001px;
    -ms-flex: 0 0 580.001px;
    flex: 0 0 580.001px;
    max-width: 580.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 530.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 584.001px;
    -ms-flex: 0 0 584.001px;
    flex: 0 0 584.001px;
    max-width: 584.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 524.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 588.001px;
    -ms-flex: 0 0 588.001px;
    flex: 0 0 588.001px;
    max-width: 588.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 518.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 592.001px;
    -ms-flex: 0 0 592.001px;
    flex: 0 0 592.001px;
    max-width: 592.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 512.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 596.001px;
    -ms-flex: 0 0 596.001px;
    flex: 0 0 596.001px;
    max-width: 596.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 506.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 500.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 604.001px;
    -ms-flex: 0 0 604.001px;
    flex: 0 0 604.001px;
    max-width: 604.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 494.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 608.001px;
    -ms-flex: 0 0 608.001px;
    flex: 0 0 608.001px;
    max-width: 608.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 488.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 612.001px;
    -ms-flex: 0 0 612.001px;
    flex: 0 0 612.001px;
    max-width: 612.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 482.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 616.001px;
    -ms-flex: 0 0 616.001px;
    flex: 0 0 616.001px;
    max-width: 616.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 476.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 470.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 624.001px;
    -ms-flex: 0 0 624.001px;
    flex: 0 0 624.001px;
    max-width: 624.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 464.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 628.001px;
    -ms-flex: 0 0 628.001px;
    flex: 0 0 628.001px;
    max-width: 628.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 458.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 632.001px;
    -ms-flex: 0 0 632.001px;
    flex: 0 0 632.001px;
    max-width: 632.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 452.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 636.001px;
    -ms-flex: 0 0 636.001px;
    flex: 0 0 636.001px;
    max-width: 636.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 446.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 440.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 139.999px);
    max-width: -moz-calc(50% - 139.999px);
    max-width: calc(50% - 139.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 554.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 548.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 542.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 536.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 530.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 524.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 518.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 512.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 506.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 500.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 488.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 476.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 464.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 452.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
    max-width: -webkit-calc(50% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 440.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
    max-width: 560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
    max-width: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 583.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 587.501px;
    -ms-flex: 0 0 587.501px;
    flex: 0 0 587.501px;
    max-width: 587.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 577.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 591.66767px;
    -ms-flex: 0 0 591.66767px;
    flex: 0 0 591.66767px;
    max-width: 591.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 571.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 595.83433px;
    -ms-flex: 0 0 595.83433px;
    flex: 0 0 595.83433px;
    max-width: 595.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 565.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 560.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 604.16767px;
    -ms-flex: 0 0 604.16767px;
    flex: 0 0 604.16767px;
    max-width: 604.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 554.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 608.33433px;
    -ms-flex: 0 0 608.33433px;
    flex: 0 0 608.33433px;
    max-width: 608.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 548.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 612.501px;
    -ms-flex: 0 0 612.501px;
    flex: 0 0 612.501px;
    max-width: 612.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 542.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 616.66767px;
    -ms-flex: 0 0 616.66767px;
    flex: 0 0 616.66767px;
    max-width: 616.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 536.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 620.83433px;
    -ms-flex: 0 0 620.83433px;
    flex: 0 0 620.83433px;
    max-width: 620.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 530.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 525.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 629.16767px;
    -ms-flex: 0 0 629.16767px;
    flex: 0 0 629.16767px;
    max-width: 629.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 519.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 633.33433px;
    -ms-flex: 0 0 633.33433px;
    flex: 0 0 633.33433px;
    max-width: 633.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 513.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 637.501px;
    -ms-flex: 0 0 637.501px;
    flex: 0 0 637.501px;
    max-width: 637.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 507.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 641.66767px;
    -ms-flex: 0 0 641.66767px;
    flex: 0 0 641.66767px;
    max-width: 641.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 501.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 645.83433px;
    -ms-flex: 0 0 645.83433px;
    flex: 0 0 645.83433px;
    max-width: 645.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 495.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 490.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 654.16767px;
    -ms-flex: 0 0 654.16767px;
    flex: 0 0 654.16767px;
    max-width: 654.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 484.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 658.33433px;
    -ms-flex: 0 0 658.33433px;
    flex: 0 0 658.33433px;
    max-width: 658.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 478.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 662.501px;
    -ms-flex: 0 0 662.501px;
    flex: 0 0 662.501px;
    max-width: 662.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 472.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"] {
    -webkit-flex: 0 0 666.66767px;
    -ms-flex: 0 0 666.66767px;
    flex: 0 0 666.66767px;
    max-width: 666.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 116.66567px);
    max-width: -moz-calc(50% - 116.66567px);
    max-width: calc(50% - 116.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 583.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 577.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 571.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 565.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 560.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 554.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 548.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 542.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 536.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 530.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 525.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 513.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 501.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 490.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 478.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
    max-width: -webkit-calc(50% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
    max-width: 680.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
    max-width: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 700.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 705.001px;
    -ms-flex: 0 0 705.001px;
    flex: 0 0 705.001px;
    max-width: 705.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 695.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 710.001px;
    -ms-flex: 0 0 710.001px;
    flex: 0 0 710.001px;
    max-width: 710.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 690.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 715.001px;
    -ms-flex: 0 0 715.001px;
    flex: 0 0 715.001px;
    max-width: 715.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 685.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 680.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 725.001px;
    -ms-flex: 0 0 725.001px;
    flex: 0 0 725.001px;
    max-width: 725.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 675.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 730.001px;
    -ms-flex: 0 0 730.001px;
    flex: 0 0 730.001px;
    max-width: 730.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 670.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 665.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 740.001px;
    -ms-flex: 0 0 740.001px;
    flex: 0 0 740.001px;
    max-width: 740.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 660.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 745.001px;
    -ms-flex: 0 0 745.001px;
    flex: 0 0 745.001px;
    max-width: 745.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 655.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 650.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 755.001px;
    -ms-flex: 0 0 755.001px;
    flex: 0 0 755.001px;
    max-width: 755.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 645.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 760.001px;
    -ms-flex: 0 0 760.001px;
    flex: 0 0 760.001px;
    max-width: 760.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 640.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 765.001px;
    -ms-flex: 0 0 765.001px;
    flex: 0 0 765.001px;
    max-width: 765.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 635.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 630.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 775.001px;
    -ms-flex: 0 0 775.001px;
    flex: 0 0 775.001px;
    max-width: 775.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 625.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 620.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 785.001px;
    -ms-flex: 0 0 785.001px;
    flex: 0 0 785.001px;
    max-width: 785.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 615.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 790.001px;
    -ms-flex: 0 0 790.001px;
    flex: 0 0 790.001px;
    max-width: 790.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 610.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 795.001px;
    -ms-flex: 0 0 795.001px;
    flex: 0 0 795.001px;
    max-width: 795.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 605.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 600.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 700.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 695.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 690.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 685.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 680.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 675.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 670.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 665.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 660.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 655.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 650.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 640.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 630.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 620.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 610.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
    max-width: -webkit-calc(50% - -.001px);
    max-width: -moz-calc(50% - -.001px);
    max-width: calc(50% - -.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 600.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
    max-width: 800.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
    max-width: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 816.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 822.501px;
    -ms-flex: 0 0 822.501px;
    flex: 0 0 822.501px;
    max-width: 822.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 812.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 828.33433px;
    -ms-flex: 0 0 828.33433px;
    flex: 0 0 828.33433px;
    max-width: 828.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 808.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 834.16767px;
    -ms-flex: 0 0 834.16767px;
    flex: 0 0 834.16767px;
    max-width: 834.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 804.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 845.83433px;
    -ms-flex: 0 0 845.83433px;
    flex: 0 0 845.83433px;
    max-width: 845.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 795.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 851.66767px;
    -ms-flex: 0 0 851.66767px;
    flex: 0 0 851.66767px;
    max-width: 851.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 791.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 857.501px;
    -ms-flex: 0 0 857.501px;
    flex: 0 0 857.501px;
    max-width: 857.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 787.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 863.33433px;
    -ms-flex: 0 0 863.33433px;
    flex: 0 0 863.33433px;
    max-width: 863.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 783.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 869.16767px;
    -ms-flex: 0 0 869.16767px;
    flex: 0 0 869.16767px;
    max-width: 869.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 779.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 875.001px;
    -ms-flex: 0 0 875.001px;
    flex: 0 0 875.001px;
    max-width: 875.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 775.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 880.83433px;
    -ms-flex: 0 0 880.83433px;
    flex: 0 0 880.83433px;
    max-width: 880.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 770.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 766.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 892.501px;
    -ms-flex: 0 0 892.501px;
    flex: 0 0 892.501px;
    max-width: 892.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 762.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 898.33433px;
    -ms-flex: 0 0 898.33433px;
    flex: 0 0 898.33433px;
    max-width: 898.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 758.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 904.16767px;
    -ms-flex: 0 0 904.16767px;
    flex: 0 0 904.16767px;
    max-width: 904.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 754.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 910.001px;
    -ms-flex: 0 0 910.001px;
    flex: 0 0 910.001px;
    max-width: 910.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 750.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 915.83433px;
    -ms-flex: 0 0 915.83433px;
    flex: 0 0 915.83433px;
    max-width: 915.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 745.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 921.66767px;
    -ms-flex: 0 0 921.66767px;
    flex: 0 0 921.66767px;
    max-width: 921.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 741.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 927.501px;
    -ms-flex: 0 0 927.501px;
    flex: 0 0 927.501px;
    max-width: 927.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 737.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 733.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -116.66767px);
    max-width: -moz-calc(50% - -116.66767px);
    max-width: calc(50% - -116.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 816.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 812.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 808.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 804.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 795.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 791.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 787.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 783.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 779.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 775.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 766.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 758.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 750.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 741.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
    max-width: -webkit-calc(50% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 733.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
    max-width: 824.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
    max-width: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 840.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 846.001px;
    -ms-flex: 0 0 846.001px;
    flex: 0 0 846.001px;
    max-width: 846.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 836.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 852.001px;
    -ms-flex: 0 0 852.001px;
    flex: 0 0 852.001px;
    max-width: 852.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 832.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 858.001px;
    -ms-flex: 0 0 858.001px;
    flex: 0 0 858.001px;
    max-width: 858.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 828.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 824.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 870.001px;
    -ms-flex: 0 0 870.001px;
    flex: 0 0 870.001px;
    max-width: 870.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 820.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 876.001px;
    -ms-flex: 0 0 876.001px;
    flex: 0 0 876.001px;
    max-width: 876.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 816.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 882.001px;
    -ms-flex: 0 0 882.001px;
    flex: 0 0 882.001px;
    max-width: 882.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 812.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 888.001px;
    -ms-flex: 0 0 888.001px;
    flex: 0 0 888.001px;
    max-width: 888.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 808.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 894.001px;
    -ms-flex: 0 0 894.001px;
    flex: 0 0 894.001px;
    max-width: 894.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 804.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 800.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 906.001px;
    -ms-flex: 0 0 906.001px;
    flex: 0 0 906.001px;
    max-width: 906.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 796.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 912.001px;
    -ms-flex: 0 0 912.001px;
    flex: 0 0 912.001px;
    max-width: 912.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 792.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 918.001px;
    -ms-flex: 0 0 918.001px;
    flex: 0 0 918.001px;
    max-width: 918.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 788.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 924.001px;
    -ms-flex: 0 0 924.001px;
    flex: 0 0 924.001px;
    max-width: 924.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 784.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 780.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 936.001px;
    -ms-flex: 0 0 936.001px;
    flex: 0 0 936.001px;
    max-width: 936.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 776.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 942.001px;
    -ms-flex: 0 0 942.001px;
    flex: 0 0 942.001px;
    max-width: 942.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 772.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 948.001px;
    -ms-flex: 0 0 948.001px;
    flex: 0 0 948.001px;
    max-width: 948.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 768.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 954.001px;
    -ms-flex: 0 0 954.001px;
    flex: 0 0 954.001px;
    max-width: 954.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 764.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 760.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -140.001px);
    max-width: -moz-calc(50% - -140.001px);
    max-width: calc(50% - -140.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 840.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 836.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 832.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 828.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 824.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 820.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 816.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 812.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 808.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 804.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 800.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 792.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 784.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 776.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 768.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
    max-width: -webkit-calc(50% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 760.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
    max-width: 920.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
    max-width: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 933.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 940.001px;
    -ms-flex: 0 0 940.001px;
    flex: 0 0 940.001px;
    max-width: 940.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 930.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 946.66767px;
    -ms-flex: 0 0 946.66767px;
    flex: 0 0 946.66767px;
    max-width: 946.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 926.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 953.33433px;
    -ms-flex: 0 0 953.33433px;
    flex: 0 0 953.33433px;
    max-width: 953.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 923.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 920.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 966.66767px;
    -ms-flex: 0 0 966.66767px;
    flex: 0 0 966.66767px;
    max-width: 966.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 916.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 973.33433px;
    -ms-flex: 0 0 973.33433px;
    flex: 0 0 973.33433px;
    max-width: 973.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 913.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 980.001px;
    -ms-flex: 0 0 980.001px;
    flex: 0 0 980.001px;
    max-width: 980.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 910.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 986.66767px;
    -ms-flex: 0 0 986.66767px;
    flex: 0 0 986.66767px;
    max-width: 986.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 906.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 993.33433px;
    -ms-flex: 0 0 993.33433px;
    flex: 0 0 993.33433px;
    max-width: 993.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 903.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 900.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1006.66767px;
    -ms-flex: 0 0 1006.66767px;
    flex: 0 0 1006.66767px;
    max-width: 1006.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 896.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1013.33433px;
    -ms-flex: 0 0 1013.33433px;
    flex: 0 0 1013.33433px;
    max-width: 1013.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 893.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 890.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1026.66767px;
    -ms-flex: 0 0 1026.66767px;
    flex: 0 0 1026.66767px;
    max-width: 1026.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 886.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 883.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 880.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1046.66767px;
    -ms-flex: 0 0 1046.66767px;
    flex: 0 0 1046.66767px;
    max-width: 1046.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 876.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1053.33433px;
    -ms-flex: 0 0 1053.33433px;
    flex: 0 0 1053.33433px;
    max-width: 1053.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 873.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1060.001px;
    -ms-flex: 0 0 1060.001px;
    flex: 0 0 1060.001px;
    max-width: 1060.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 870.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 866.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -233.33433px);
    max-width: -moz-calc(50% - -233.33433px);
    max-width: calc(50% - -233.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 933.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 930.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 926.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 923.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 920.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 916.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 913.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 910.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 906.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 903.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 900.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 893.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 886.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 880.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 873.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
    max-width: -webkit-calc(50% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 866.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
    max-width: 1040.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
    max-width: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1050.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1057.501px;
    -ms-flex: 0 0 1057.501px;
    flex: 0 0 1057.501px;
    max-width: 1057.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1047.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1065.001px;
    -ms-flex: 0 0 1065.001px;
    flex: 0 0 1065.001px;
    max-width: 1065.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1045.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1072.501px;
    -ms-flex: 0 0 1072.501px;
    flex: 0 0 1072.501px;
    max-width: 1072.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1042.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1040.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1087.501px;
    -ms-flex: 0 0 1087.501px;
    flex: 0 0 1087.501px;
    max-width: 1087.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1037.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1095.001px;
    -ms-flex: 0 0 1095.001px;
    flex: 0 0 1095.001px;
    max-width: 1095.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1035.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1102.501px;
    -ms-flex: 0 0 1102.501px;
    flex: 0 0 1102.501px;
    max-width: 1102.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1032.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1110.001px;
    -ms-flex: 0 0 1110.001px;
    flex: 0 0 1110.001px;
    max-width: 1110.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1030.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1117.501px;
    -ms-flex: 0 0 1117.501px;
    flex: 0 0 1117.501px;
    max-width: 1117.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1027.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1025.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1132.501px;
    -ms-flex: 0 0 1132.501px;
    flex: 0 0 1132.501px;
    max-width: 1132.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1022.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1140.001px;
    -ms-flex: 0 0 1140.001px;
    flex: 0 0 1140.001px;
    max-width: 1140.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1020.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1147.501px;
    -ms-flex: 0 0 1147.501px;
    flex: 0 0 1147.501px;
    max-width: 1147.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1017.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1015.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1162.501px;
    -ms-flex: 0 0 1162.501px;
    flex: 0 0 1162.501px;
    max-width: 1162.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1012.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1170.001px;
    -ms-flex: 0 0 1170.001px;
    flex: 0 0 1170.001px;
    max-width: 1170.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1010.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1177.501px;
    -ms-flex: 0 0 1177.501px;
    flex: 0 0 1177.501px;
    max-width: 1177.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1007.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1185.001px;
    -ms-flex: 0 0 1185.001px;
    flex: 0 0 1185.001px;
    max-width: 1185.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1005.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1192.501px;
    -ms-flex: 0 0 1192.501px;
    flex: 0 0 1192.501px;
    max-width: 1192.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1002.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1000.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -350.001px);
    max-width: -moz-calc(50% - -350.001px);
    max-width: calc(50% - -350.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1050.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1047.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1045.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1042.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1040.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1037.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1035.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1032.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1030.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1027.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1025.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1020.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1015.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1010.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1005.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
    max-width: -webkit-calc(50% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1000.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
    max-width: 1112.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
    max-width: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1120.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1128.001px;
    -ms-flex: 0 0 1128.001px;
    flex: 0 0 1128.001px;
    max-width: 1128.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1118.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1136.001px;
    -ms-flex: 0 0 1136.001px;
    flex: 0 0 1136.001px;
    max-width: 1136.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1116.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1144.001px;
    -ms-flex: 0 0 1144.001px;
    flex: 0 0 1144.001px;
    max-width: 1144.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1114.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1112.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1160.001px;
    -ms-flex: 0 0 1160.001px;
    flex: 0 0 1160.001px;
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1110.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1168.001px;
    -ms-flex: 0 0 1168.001px;
    flex: 0 0 1168.001px;
    max-width: 1168.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1108.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1176.001px;
    -ms-flex: 0 0 1176.001px;
    flex: 0 0 1176.001px;
    max-width: 1176.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1106.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1184.001px;
    -ms-flex: 0 0 1184.001px;
    flex: 0 0 1184.001px;
    max-width: 1184.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1104.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1192.001px;
    -ms-flex: 0 0 1192.001px;
    flex: 0 0 1192.001px;
    max-width: 1192.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1102.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1100.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1208.001px;
    -ms-flex: 0 0 1208.001px;
    flex: 0 0 1208.001px;
    max-width: 1208.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1098.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1216.001px;
    -ms-flex: 0 0 1216.001px;
    flex: 0 0 1216.001px;
    max-width: 1216.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1096.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1224.001px;
    -ms-flex: 0 0 1224.001px;
    flex: 0 0 1224.001px;
    max-width: 1224.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1094.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1232.001px;
    -ms-flex: 0 0 1232.001px;
    flex: 0 0 1232.001px;
    max-width: 1232.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1092.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1090.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1248.001px;
    -ms-flex: 0 0 1248.001px;
    flex: 0 0 1248.001px;
    max-width: 1248.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1088.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1256.001px;
    -ms-flex: 0 0 1256.001px;
    flex: 0 0 1256.001px;
    max-width: 1256.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1086.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1264.001px;
    -ms-flex: 0 0 1264.001px;
    flex: 0 0 1264.001px;
    max-width: 1264.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1084.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1272.001px;
    -ms-flex: 0 0 1272.001px;
    flex: 0 0 1272.001px;
    max-width: 1272.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1082.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1080.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -420.001px);
    max-width: -moz-calc(50% - -420.001px);
    max-width: calc(50% - -420.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1120.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1118.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1116.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1114.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1112.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1110.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1108.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1106.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1104.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1102.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1100.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1096.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1092.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1088.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1084.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1080.001px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
    max-width: 1160.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
    max-width: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1166.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1175.001px;
    -ms-flex: 0 0 1175.001px;
    flex: 0 0 1175.001px;
    max-width: 1175.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1165.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1183.33433px;
    -ms-flex: 0 0 1183.33433px;
    flex: 0 0 1183.33433px;
    max-width: 1183.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1163.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1161.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1208.33433px;
    -ms-flex: 0 0 1208.33433px;
    flex: 0 0 1208.33433px;
    max-width: 1208.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1158.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1216.66767px;
    -ms-flex: 0 0 1216.66767px;
    flex: 0 0 1216.66767px;
    max-width: 1216.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1156.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1225.001px;
    -ms-flex: 0 0 1225.001px;
    flex: 0 0 1225.001px;
    max-width: 1225.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1155.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1233.33433px;
    -ms-flex: 0 0 1233.33433px;
    flex: 0 0 1233.33433px;
    max-width: 1233.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1153.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1241.66767px;
    -ms-flex: 0 0 1241.66767px;
    flex: 0 0 1241.66767px;
    max-width: 1241.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1151.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1150.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1258.33433px;
    -ms-flex: 0 0 1258.33433px;
    flex: 0 0 1258.33433px;
    max-width: 1258.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1148.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1266.66767px;
    -ms-flex: 0 0 1266.66767px;
    flex: 0 0 1266.66767px;
    max-width: 1266.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1146.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1275.001px;
    -ms-flex: 0 0 1275.001px;
    flex: 0 0 1275.001px;
    max-width: 1275.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1145.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1143.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1291.66767px;
    -ms-flex: 0 0 1291.66767px;
    flex: 0 0 1291.66767px;
    max-width: 1291.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1141.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1140.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1308.33433px;
    -ms-flex: 0 0 1308.33433px;
    flex: 0 0 1308.33433px;
    max-width: 1308.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1138.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1316.66767px;
    -ms-flex: 0 0 1316.66767px;
    flex: 0 0 1316.66767px;
    max-width: 1316.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1136.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1325.001px;
    -ms-flex: 0 0 1325.001px;
    flex: 0 0 1325.001px;
    max-width: 1325.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1135.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"] {
    -webkit-flex: 0 0 1333.33433px;
    -ms-flex: 0 0 1333.33433px;
    flex: 0 0 1333.33433px;
    max-width: 1333.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1133.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -466.66767px);
    max-width: -moz-calc(50% - -466.66767px);
    max-width: calc(50% - -466.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1166.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1165.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1163.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1161.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1158.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1156.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1155.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1153.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1151.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1150.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1146.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1143.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1140.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1136.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
    max-width: -webkit-calc(50% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1133.33433px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
    max-width: 1280.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
    max-width: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1283.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1292.501px;
    -ms-flex: 0 0 1292.501px;
    flex: 0 0 1292.501px;
    max-width: 1292.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1282.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1301.66767px;
    -ms-flex: 0 0 1301.66767px;
    flex: 0 0 1301.66767px;
    max-width: 1301.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1281.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1310.83433px;
    -ms-flex: 0 0 1310.83433px;
    flex: 0 0 1310.83433px;
    max-width: 1310.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1280.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1280.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1329.16767px;
    -ms-flex: 0 0 1329.16767px;
    flex: 0 0 1329.16767px;
    max-width: 1329.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1279.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1338.33433px;
    -ms-flex: 0 0 1338.33433px;
    flex: 0 0 1338.33433px;
    max-width: 1338.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1278.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1347.501px;
    -ms-flex: 0 0 1347.501px;
    flex: 0 0 1347.501px;
    max-width: 1347.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1277.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1356.66767px;
    -ms-flex: 0 0 1356.66767px;
    flex: 0 0 1356.66767px;
    max-width: 1356.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1276.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1365.83433px;
    -ms-flex: 0 0 1365.83433px;
    flex: 0 0 1365.83433px;
    max-width: 1365.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1275.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1375.001px;
    -ms-flex: 0 0 1375.001px;
    flex: 0 0 1375.001px;
    max-width: 1375.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1275.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1384.16767px;
    -ms-flex: 0 0 1384.16767px;
    flex: 0 0 1384.16767px;
    max-width: 1384.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1274.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1393.33433px;
    -ms-flex: 0 0 1393.33433px;
    flex: 0 0 1393.33433px;
    max-width: 1393.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1273.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1402.501px;
    -ms-flex: 0 0 1402.501px;
    flex: 0 0 1402.501px;
    max-width: 1402.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1272.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1411.66767px;
    -ms-flex: 0 0 1411.66767px;
    flex: 0 0 1411.66767px;
    max-width: 1411.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1271.66767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1420.83433px;
    -ms-flex: 0 0 1420.83433px;
    flex: 0 0 1420.83433px;
    max-width: 1420.83433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1270.83433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1270.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1439.16767px;
    -ms-flex: 0 0 1439.16767px;
    flex: 0 0 1439.16767px;
    max-width: 1439.16767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1269.16767px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1448.33433px;
    -ms-flex: 0 0 1448.33433px;
    flex: 0 0 1448.33433px;
    max-width: 1448.33433px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1268.33433px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1457.501px;
    -ms-flex: 0 0 1457.501px;
    flex: 0 0 1457.501px;
    max-width: 1457.501px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1267.501px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"] {
    -webkit-flex: 0 0 1466.66767px;
    -ms-flex: 0 0 1466.66767px;
    flex: 0 0 1466.66767px;
    max-width: 1466.66767px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1266.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -583.33433px);
    max-width: -moz-calc(50% - -583.33433px);
    max-width: calc(50% - -583.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1283.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1282.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1281.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1280.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1280.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1279.16767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1278.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1277.501px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1276.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1275.83433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1275.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1273.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1271.66767px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1270.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1268.33433px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
    max-width: -webkit-calc(50% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1266.66767px;
    }

/* General width */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }

/* Push left first column content width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
    max-width: 1400.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
    max-width: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_0 .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_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1410.001px;
    -ms-flex: 0 0 1410.001px;
    flex: 0 0 1410.001px;
    max-width: 1410.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1420.001px;
    -ms-flex: 0 0 1420.001px;
    flex: 0 0 1420.001px;
    max-width: 1420.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1450.001px;
    -ms-flex: 0 0 1450.001px;
    flex: 0 0 1450.001px;
    max-width: 1450.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1460.001px;
    -ms-flex: 0 0 1460.001px;
    flex: 0 0 1460.001px;
    max-width: 1460.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1470.001px;
    -ms-flex: 0 0 1470.001px;
    flex: 0 0 1470.001px;
    max-width: 1470.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1480.001px;
    -ms-flex: 0 0 1480.001px;
    flex: 0 0 1480.001px;
    max-width: 1480.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1490.001px;
    -ms-flex: 0 0 1490.001px;
    flex: 0 0 1490.001px;
    max-width: 1490.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1500.001px;
    -ms-flex: 0 0 1500.001px;
    flex: 0 0 1500.001px;
    max-width: 1500.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1510.001px;
    -ms-flex: 0 0 1510.001px;
    flex: 0 0 1510.001px;
    max-width: 1510.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_55 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1520.001px;
    -ms-flex: 0 0 1520.001px;
    flex: 0 0 1520.001px;
    max-width: 1520.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1530.001px;
    -ms-flex: 0 0 1530.001px;
    flex: 0 0 1530.001px;
    max-width: 1530.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_65 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1540.001px;
    -ms-flex: 0 0 1540.001px;
    flex: 0 0 1540.001px;
    max-width: 1540.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1550.001px;
    -ms-flex: 0 0 1550.001px;
    flex: 0 0 1550.001px;
    max-width: 1550.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_75 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1560.001px;
    -ms-flex: 0 0 1560.001px;
    flex: 0 0 1560.001px;
    max-width: 1560.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1570.001px;
    -ms-flex: 0 0 1570.001px;
    flex: 0 0 1570.001px;
    max-width: 1570.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_85 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1580.001px;
    -ms-flex: 0 0 1580.001px;
    flex: 0 0 1580.001px;
    max-width: 1580.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1590.001px;
    -ms-flex: 0 0 1590.001px;
    flex: 0 0 1590.001px;
    max-width: 1590.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_95 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* General width with gaps included */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1400 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"] {
    -webkit-flex: 0 0 1600.001px;
    -ms-flex: 0 0 1600.001px;
    flex: 0 0 1600.001px;
    max-width: 1600.001px;
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -700.001px);
    max-width: -moz-calc(50% - -700.001px);
    max-width: calc(50% - -700.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Push right first column width */
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
    max-width: -webkit-calc(50% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }

/* Inner row */
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.bt_bb_row_push_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 80.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 80.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 80.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 117.501px;
    -ms-flex: 0 0 117.501px;
    flex: 0 0 117.501px;
    max-width: 117.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 77.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 587.499px);
    max-width: -moz-calc(50% - 587.499px);
    max-width: calc(50% - 587.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 77.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 118.33433px;
    -ms-flex: 0 0 118.33433px;
    flex: 0 0 118.33433px;
    max-width: 118.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 78.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 591.66567px);
    max-width: -moz-calc(50% - 591.66567px);
    max-width: calc(50% - 591.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 78.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 119.16767px;
    -ms-flex: 0 0 119.16767px;
    flex: 0 0 119.16767px;
    max-width: 119.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 79.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 595.83233px);
    max-width: -moz-calc(50% - 595.83233px);
    max-width: calc(50% - 595.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 79.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.001px;
    -ms-flex: 0 0 120.001px;
    flex: 0 0 120.001px;
    max-width: 120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 80.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 599.999px);
    max-width: -moz-calc(50% - 599.999px);
    max-width: calc(50% - 599.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 80.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 120.83433px;
    -ms-flex: 0 0 120.83433px;
    flex: 0 0 120.83433px;
    max-width: 120.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 80.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 604.16567px);
    max-width: -moz-calc(50% - 604.16567px);
    max-width: calc(50% - 604.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 80.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 121.66767px;
    -ms-flex: 0 0 121.66767px;
    flex: 0 0 121.66767px;
    max-width: 121.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 81.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 608.33233px);
    max-width: -moz-calc(50% - 608.33233px);
    max-width: calc(50% - 608.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 81.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 122.501px;
    -ms-flex: 0 0 122.501px;
    flex: 0 0 122.501px;
    max-width: 122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 82.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 612.499px);
    max-width: -moz-calc(50% - 612.499px);
    max-width: calc(50% - 612.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 82.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 123.33433px;
    -ms-flex: 0 0 123.33433px;
    flex: 0 0 123.33433px;
    max-width: 123.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 83.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 616.66567px);
    max-width: -moz-calc(50% - 616.66567px);
    max-width: calc(50% - 616.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 83.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 124.16767px;
    -ms-flex: 0 0 124.16767px;
    flex: 0 0 124.16767px;
    max-width: 124.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 84.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 620.83233px);
    max-width: -moz-calc(50% - 620.83233px);
    max-width: calc(50% - 620.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 84.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 125.001px;
    -ms-flex: 0 0 125.001px;
    flex: 0 0 125.001px;
    max-width: 125.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 85.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 624.999px);
    max-width: -moz-calc(50% - 624.999px);
    max-width: calc(50% - 624.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 85.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 125.83433px;
    -ms-flex: 0 0 125.83433px;
    flex: 0 0 125.83433px;
    max-width: 125.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 85.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 629.16567px);
    max-width: -moz-calc(50% - 629.16567px);
    max-width: calc(50% - 629.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 85.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 126.66767px;
    -ms-flex: 0 0 126.66767px;
    flex: 0 0 126.66767px;
    max-width: 126.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 86.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 633.33233px);
    max-width: -moz-calc(50% - 633.33233px);
    max-width: calc(50% - 633.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 86.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 127.501px;
    -ms-flex: 0 0 127.501px;
    flex: 0 0 127.501px;
    max-width: 127.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 87.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 637.499px);
    max-width: -moz-calc(50% - 637.499px);
    max-width: calc(50% - 637.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 87.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 128.33433px;
    -ms-flex: 0 0 128.33433px;
    flex: 0 0 128.33433px;
    max-width: 128.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 88.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 641.66567px);
    max-width: -moz-calc(50% - 641.66567px);
    max-width: calc(50% - 641.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 88.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 129.16767px;
    -ms-flex: 0 0 129.16767px;
    flex: 0 0 129.16767px;
    max-width: 129.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 89.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 645.83233px);
    max-width: -moz-calc(50% - 645.83233px);
    max-width: calc(50% - 645.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 89.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 130.001px;
    -ms-flex: 0 0 130.001px;
    flex: 0 0 130.001px;
    max-width: 130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 90.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 649.999px);
    max-width: -moz-calc(50% - 649.999px);
    max-width: calc(50% - 649.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 90.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 130.83433px;
    -ms-flex: 0 0 130.83433px;
    flex: 0 0 130.83433px;
    max-width: 130.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 90.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 654.16567px);
    max-width: -moz-calc(50% - 654.16567px);
    max-width: calc(50% - 654.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 90.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 131.66767px;
    -ms-flex: 0 0 131.66767px;
    flex: 0 0 131.66767px;
    max-width: 131.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 91.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 658.33233px);
    max-width: -moz-calc(50% - 658.33233px);
    max-width: calc(50% - 658.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 91.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 132.501px;
    -ms-flex: 0 0 132.501px;
    flex: 0 0 132.501px;
    max-width: 132.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 92.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 662.499px);
    max-width: -moz-calc(50% - 662.499px);
    max-width: calc(50% - 662.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 92.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="1"] {
    -webkit-flex: 0 0 133.33433px;
    -ms-flex: 0 0 133.33433px;
    flex: 0 0 133.33433px;
    max-width: 133.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 93.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 666.66567px);
    max-width: -moz-calc(50% - 666.66567px);
    max-width: calc(50% - 666.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 93.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 200.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 200.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 200.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 235.001px;
    -ms-flex: 0 0 235.001px;
    flex: 0 0 235.001px;
    max-width: 235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 195.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 469.999px);
    max-width: -moz-calc(50% - 469.999px);
    max-width: calc(50% - 469.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 195.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 236.66767px;
    -ms-flex: 0 0 236.66767px;
    flex: 0 0 236.66767px;
    max-width: 236.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 196.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 473.33233px);
    max-width: -moz-calc(50% - 473.33233px);
    max-width: calc(50% - 473.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 196.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 238.33433px;
    -ms-flex: 0 0 238.33433px;
    flex: 0 0 238.33433px;
    max-width: 238.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 198.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 476.66567px);
    max-width: -moz-calc(50% - 476.66567px);
    max-width: calc(50% - 476.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 198.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 240.001px;
    -ms-flex: 0 0 240.001px;
    flex: 0 0 240.001px;
    max-width: 240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 241.66767px;
    -ms-flex: 0 0 241.66767px;
    flex: 0 0 241.66767px;
    max-width: 241.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 483.33233px);
    max-width: -moz-calc(50% - 483.33233px);
    max-width: calc(50% - 483.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 243.33433px;
    -ms-flex: 0 0 243.33433px;
    flex: 0 0 243.33433px;
    max-width: 243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 203.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 486.66567px);
    max-width: -moz-calc(50% - 486.66567px);
    max-width: calc(50% - 486.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 203.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 245.001px;
    -ms-flex: 0 0 245.001px;
    flex: 0 0 245.001px;
    max-width: 245.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 205.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 489.999px);
    max-width: -moz-calc(50% - 489.999px);
    max-width: calc(50% - 489.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 205.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 246.66767px;
    -ms-flex: 0 0 246.66767px;
    flex: 0 0 246.66767px;
    max-width: 246.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 493.33233px);
    max-width: -moz-calc(50% - 493.33233px);
    max-width: calc(50% - 493.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 206.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 248.33433px;
    -ms-flex: 0 0 248.33433px;
    flex: 0 0 248.33433px;
    max-width: 248.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 496.66567px);
    max-width: -moz-calc(50% - 496.66567px);
    max-width: calc(50% - 496.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 250.001px;
    -ms-flex: 0 0 250.001px;
    flex: 0 0 250.001px;
    max-width: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 499.999px);
    max-width: -moz-calc(50% - 499.999px);
    max-width: calc(50% - 499.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 251.66767px;
    -ms-flex: 0 0 251.66767px;
    flex: 0 0 251.66767px;
    max-width: 251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 211.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 503.33233px);
    max-width: -moz-calc(50% - 503.33233px);
    max-width: calc(50% - 503.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 211.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 253.33433px;
    -ms-flex: 0 0 253.33433px;
    flex: 0 0 253.33433px;
    max-width: 253.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 213.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 506.66567px);
    max-width: -moz-calc(50% - 506.66567px);
    max-width: calc(50% - 506.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 213.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 255.001px;
    -ms-flex: 0 0 255.001px;
    flex: 0 0 255.001px;
    max-width: 255.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 215.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 509.999px);
    max-width: -moz-calc(50% - 509.999px);
    max-width: calc(50% - 509.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 215.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 256.66767px;
    -ms-flex: 0 0 256.66767px;
    flex: 0 0 256.66767px;
    max-width: 256.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 513.33233px);
    max-width: -moz-calc(50% - 513.33233px);
    max-width: calc(50% - 513.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 258.33433px;
    -ms-flex: 0 0 258.33433px;
    flex: 0 0 258.33433px;
    max-width: 258.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 516.66567px);
    max-width: -moz-calc(50% - 516.66567px);
    max-width: calc(50% - 516.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 260.001px;
    -ms-flex: 0 0 260.001px;
    flex: 0 0 260.001px;
    max-width: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 519.999px);
    max-width: -moz-calc(50% - 519.999px);
    max-width: calc(50% - 519.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 220.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 261.66767px;
    -ms-flex: 0 0 261.66767px;
    flex: 0 0 261.66767px;
    max-width: 261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 221.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 523.33233px);
    max-width: -moz-calc(50% - 523.33233px);
    max-width: calc(50% - 523.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 221.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 263.33433px;
    -ms-flex: 0 0 263.33433px;
    flex: 0 0 263.33433px;
    max-width: 263.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 223.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 526.66567px);
    max-width: -moz-calc(50% - 526.66567px);
    max-width: calc(50% - 526.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 223.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 265.001px;
    -ms-flex: 0 0 265.001px;
    flex: 0 0 265.001px;
    max-width: 265.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 529.999px);
    max-width: -moz-calc(50% - 529.999px);
    max-width: calc(50% - 529.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2"] {
    -webkit-flex: 0 0 266.66767px;
    -ms-flex: 0 0 266.66767px;
    flex: 0 0 266.66767px;
    max-width: 266.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 533.33233px);
    max-width: -moz-calc(50% - 533.33233px);
    max-width: calc(50% - 533.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 226.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 248.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 248.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 248.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 282.001px;
    -ms-flex: 0 0 282.001px;
    flex: 0 0 282.001px;
    max-width: 282.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 242.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 422.999px);
    max-width: -moz-calc(50% - 422.999px);
    max-width: calc(50% - 422.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 242.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 284.001px;
    -ms-flex: 0 0 284.001px;
    flex: 0 0 284.001px;
    max-width: 284.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 244.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 425.999px);
    max-width: -moz-calc(50% - 425.999px);
    max-width: calc(50% - 425.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 244.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 286.001px;
    -ms-flex: 0 0 286.001px;
    flex: 0 0 286.001px;
    max-width: 286.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 246.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 428.999px);
    max-width: -moz-calc(50% - 428.999px);
    max-width: calc(50% - 428.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 246.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 288.001px;
    -ms-flex: 0 0 288.001px;
    flex: 0 0 288.001px;
    max-width: 288.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 431.999px);
    max-width: -moz-calc(50% - 431.999px);
    max-width: calc(50% - 431.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 290.001px;
    -ms-flex: 0 0 290.001px;
    flex: 0 0 290.001px;
    max-width: 290.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 434.999px);
    max-width: -moz-calc(50% - 434.999px);
    max-width: calc(50% - 434.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 292.001px;
    -ms-flex: 0 0 292.001px;
    flex: 0 0 292.001px;
    max-width: 292.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 252.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 437.999px);
    max-width: -moz-calc(50% - 437.999px);
    max-width: calc(50% - 437.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 252.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 294.001px;
    -ms-flex: 0 0 294.001px;
    flex: 0 0 294.001px;
    max-width: 294.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 254.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 440.999px);
    max-width: -moz-calc(50% - 440.999px);
    max-width: calc(50% - 440.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 254.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 296.001px;
    -ms-flex: 0 0 296.001px;
    flex: 0 0 296.001px;
    max-width: 296.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 443.999px);
    max-width: -moz-calc(50% - 443.999px);
    max-width: calc(50% - 443.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 298.001px;
    -ms-flex: 0 0 298.001px;
    flex: 0 0 298.001px;
    max-width: 298.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 258.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 446.999px);
    max-width: -moz-calc(50% - 446.999px);
    max-width: calc(50% - 446.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 258.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 300.001px;
    -ms-flex: 0 0 300.001px;
    flex: 0 0 300.001px;
    max-width: 300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 449.999px);
    max-width: -moz-calc(50% - 449.999px);
    max-width: calc(50% - 449.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 302.001px;
    -ms-flex: 0 0 302.001px;
    flex: 0 0 302.001px;
    max-width: 302.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 262.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 452.999px);
    max-width: -moz-calc(50% - 452.999px);
    max-width: calc(50% - 452.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 262.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 304.001px;
    -ms-flex: 0 0 304.001px;
    flex: 0 0 304.001px;
    max-width: 304.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 455.999px);
    max-width: -moz-calc(50% - 455.999px);
    max-width: calc(50% - 455.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 306.001px;
    -ms-flex: 0 0 306.001px;
    flex: 0 0 306.001px;
    max-width: 306.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 266.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 458.999px);
    max-width: -moz-calc(50% - 458.999px);
    max-width: calc(50% - 458.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 266.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 308.001px;
    -ms-flex: 0 0 308.001px;
    flex: 0 0 308.001px;
    max-width: 308.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 268.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 461.999px);
    max-width: -moz-calc(50% - 461.999px);
    max-width: calc(50% - 461.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 268.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 310.001px;
    -ms-flex: 0 0 310.001px;
    flex: 0 0 310.001px;
    max-width: 310.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 464.999px);
    max-width: -moz-calc(50% - 464.999px);
    max-width: calc(50% - 464.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 270.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 312.001px;
    -ms-flex: 0 0 312.001px;
    flex: 0 0 312.001px;
    max-width: 312.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 467.999px);
    max-width: -moz-calc(50% - 467.999px);
    max-width: calc(50% - 467.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 314.001px;
    -ms-flex: 0 0 314.001px;
    flex: 0 0 314.001px;
    max-width: 314.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 274.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 470.999px);
    max-width: -moz-calc(50% - 470.999px);
    max-width: calc(50% - 470.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 274.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 316.001px;
    -ms-flex: 0 0 316.001px;
    flex: 0 0 316.001px;
    max-width: 316.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 276.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 473.999px);
    max-width: -moz-calc(50% - 473.999px);
    max-width: calc(50% - 473.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 276.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 318.001px;
    -ms-flex: 0 0 318.001px;
    flex: 0 0 318.001px;
    max-width: 318.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 278.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 476.999px);
    max-width: -moz-calc(50% - 476.999px);
    max-width: calc(50% - 476.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 278.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex: 0 0 320.001px;
    -ms-flex: 0 0 320.001px;
    flex: 0 0 320.001px;
    max-width: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 479.999px);
    max-width: -moz-calc(50% - 479.999px);
    max-width: calc(50% - 479.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 280.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 320.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 320.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 320.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 352.501px;
    -ms-flex: 0 0 352.501px;
    flex: 0 0 352.501px;
    max-width: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 312.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 352.499px);
    max-width: -moz-calc(50% - 352.499px);
    max-width: calc(50% - 352.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 312.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 355.001px;
    -ms-flex: 0 0 355.001px;
    flex: 0 0 355.001px;
    max-width: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 315.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 354.999px);
    max-width: -moz-calc(50% - 354.999px);
    max-width: calc(50% - 354.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 315.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 357.501px;
    -ms-flex: 0 0 357.501px;
    flex: 0 0 357.501px;
    max-width: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 317.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 357.499px);
    max-width: -moz-calc(50% - 357.499px);
    max-width: calc(50% - 357.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 317.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 360.001px;
    -ms-flex: 0 0 360.001px;
    flex: 0 0 360.001px;
    max-width: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 359.999px);
    max-width: -moz-calc(50% - 359.999px);
    max-width: calc(50% - 359.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 362.501px;
    -ms-flex: 0 0 362.501px;
    flex: 0 0 362.501px;
    max-width: 362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 322.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 362.499px);
    max-width: -moz-calc(50% - 362.499px);
    max-width: calc(50% - 362.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 322.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 365.001px;
    -ms-flex: 0 0 365.001px;
    flex: 0 0 365.001px;
    max-width: 365.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 364.999px);
    max-width: -moz-calc(50% - 364.999px);
    max-width: calc(50% - 364.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 367.501px;
    -ms-flex: 0 0 367.501px;
    flex: 0 0 367.501px;
    max-width: 367.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 327.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 367.499px);
    max-width: -moz-calc(50% - 367.499px);
    max-width: calc(50% - 367.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 327.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 370.001px;
    -ms-flex: 0 0 370.001px;
    flex: 0 0 370.001px;
    max-width: 370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 369.999px);
    max-width: -moz-calc(50% - 369.999px);
    max-width: calc(50% - 369.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 330.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 372.501px;
    -ms-flex: 0 0 372.501px;
    flex: 0 0 372.501px;
    max-width: 372.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 332.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 372.499px);
    max-width: -moz-calc(50% - 372.499px);
    max-width: calc(50% - 372.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 332.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 375.001px;
    -ms-flex: 0 0 375.001px;
    flex: 0 0 375.001px;
    max-width: 375.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 374.999px);
    max-width: -moz-calc(50% - 374.999px);
    max-width: calc(50% - 374.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 377.501px;
    -ms-flex: 0 0 377.501px;
    flex: 0 0 377.501px;
    max-width: 377.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 337.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 377.499px);
    max-width: -moz-calc(50% - 377.499px);
    max-width: calc(50% - 377.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 337.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 380.001px;
    -ms-flex: 0 0 380.001px;
    flex: 0 0 380.001px;
    max-width: 380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 379.999px);
    max-width: -moz-calc(50% - 379.999px);
    max-width: calc(50% - 379.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 340.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 382.501px;
    -ms-flex: 0 0 382.501px;
    flex: 0 0 382.501px;
    max-width: 382.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 342.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 382.499px);
    max-width: -moz-calc(50% - 382.499px);
    max-width: calc(50% - 382.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 342.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 385.001px;
    -ms-flex: 0 0 385.001px;
    flex: 0 0 385.001px;
    max-width: 385.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 345.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 384.999px);
    max-width: -moz-calc(50% - 384.999px);
    max-width: calc(50% - 384.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 345.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 387.501px;
    -ms-flex: 0 0 387.501px;
    flex: 0 0 387.501px;
    max-width: 387.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 387.499px);
    max-width: -moz-calc(50% - 387.499px);
    max-width: calc(50% - 387.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 390.001px;
    -ms-flex: 0 0 390.001px;
    flex: 0 0 390.001px;
    max-width: 390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 389.999px);
    max-width: -moz-calc(50% - 389.999px);
    max-width: calc(50% - 389.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 350.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 392.501px;
    -ms-flex: 0 0 392.501px;
    flex: 0 0 392.501px;
    max-width: 392.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 392.499px);
    max-width: -moz-calc(50% - 392.499px);
    max-width: calc(50% - 392.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 352.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 395.001px;
    -ms-flex: 0 0 395.001px;
    flex: 0 0 395.001px;
    max-width: 395.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 394.999px);
    max-width: -moz-calc(50% - 394.999px);
    max-width: calc(50% - 394.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 355.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 397.501px;
    -ms-flex: 0 0 397.501px;
    flex: 0 0 397.501px;
    max-width: 397.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 397.499px);
    max-width: -moz-calc(50% - 397.499px);
    max-width: calc(50% - 397.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 357.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="3"] {
    -webkit-flex: 0 0 400.001px;
    -ms-flex: 0 0 400.001px;
    flex: 0 0 400.001px;
    max-width: 400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 360.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 399.999px);
    max-width: -moz-calc(50% - 399.999px);
    max-width: calc(50% - 399.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 360.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 440.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 440.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 440.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 470.001px;
    -ms-flex: 0 0 470.001px;
    flex: 0 0 470.001px;
    max-width: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 234.999px);
    max-width: -moz-calc(50% - 234.999px);
    max-width: calc(50% - 234.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 473.33433px;
    -ms-flex: 0 0 473.33433px;
    flex: 0 0 473.33433px;
    max-width: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 433.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 236.66567px);
    max-width: -moz-calc(50% - 236.66567px);
    max-width: calc(50% - 236.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 433.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 476.66767px;
    -ms-flex: 0 0 476.66767px;
    flex: 0 0 476.66767px;
    max-width: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 436.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 238.33233px);
    max-width: -moz-calc(50% - 238.33233px);
    max-width: calc(50% - 238.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 436.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 480.001px;
    -ms-flex: 0 0 480.001px;
    flex: 0 0 480.001px;
    max-width: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 239.999px);
    max-width: -moz-calc(50% - 239.999px);
    max-width: calc(50% - 239.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 483.33433px;
    -ms-flex: 0 0 483.33433px;
    flex: 0 0 483.33433px;
    max-width: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 443.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 241.66567px);
    max-width: -moz-calc(50% - 241.66567px);
    max-width: calc(50% - 241.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 443.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 486.66767px;
    -ms-flex: 0 0 486.66767px;
    flex: 0 0 486.66767px;
    max-width: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 446.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 243.33233px);
    max-width: -moz-calc(50% - 243.33233px);
    max-width: calc(50% - 243.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 446.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 490.001px;
    -ms-flex: 0 0 490.001px;
    flex: 0 0 490.001px;
    max-width: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 244.999px);
    max-width: -moz-calc(50% - 244.999px);
    max-width: calc(50% - 244.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 493.33433px;
    -ms-flex: 0 0 493.33433px;
    flex: 0 0 493.33433px;
    max-width: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 453.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 246.66567px);
    max-width: -moz-calc(50% - 246.66567px);
    max-width: calc(50% - 246.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 453.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 496.66767px;
    -ms-flex: 0 0 496.66767px;
    flex: 0 0 496.66767px;
    max-width: 496.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 456.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 248.33233px);
    max-width: -moz-calc(50% - 248.33233px);
    max-width: calc(50% - 248.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 456.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 500.001px;
    -ms-flex: 0 0 500.001px;
    flex: 0 0 500.001px;
    max-width: 500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 249.999px);
    max-width: -moz-calc(50% - 249.999px);
    max-width: calc(50% - 249.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 503.33433px;
    -ms-flex: 0 0 503.33433px;
    flex: 0 0 503.33433px;
    max-width: 503.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 463.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 251.66567px);
    max-width: -moz-calc(50% - 251.66567px);
    max-width: calc(50% - 251.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 463.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 506.66767px;
    -ms-flex: 0 0 506.66767px;
    flex: 0 0 506.66767px;
    max-width: 506.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 253.33233px);
    max-width: -moz-calc(50% - 253.33233px);
    max-width: calc(50% - 253.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 510.001px;
    -ms-flex: 0 0 510.001px;
    flex: 0 0 510.001px;
    max-width: 510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 254.999px);
    max-width: -moz-calc(50% - 254.999px);
    max-width: calc(50% - 254.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 513.33433px;
    -ms-flex: 0 0 513.33433px;
    flex: 0 0 513.33433px;
    max-width: 513.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 256.66567px);
    max-width: -moz-calc(50% - 256.66567px);
    max-width: calc(50% - 256.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 473.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 516.66767px;
    -ms-flex: 0 0 516.66767px;
    flex: 0 0 516.66767px;
    max-width: 516.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 258.33233px);
    max-width: -moz-calc(50% - 258.33233px);
    max-width: calc(50% - 258.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 476.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 520.001px;
    -ms-flex: 0 0 520.001px;
    flex: 0 0 520.001px;
    max-width: 520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 259.999px);
    max-width: -moz-calc(50% - 259.999px);
    max-width: calc(50% - 259.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 523.33433px;
    -ms-flex: 0 0 523.33433px;
    flex: 0 0 523.33433px;
    max-width: 523.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 261.66567px);
    max-width: -moz-calc(50% - 261.66567px);
    max-width: calc(50% - 261.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 483.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 526.66767px;
    -ms-flex: 0 0 526.66767px;
    flex: 0 0 526.66767px;
    max-width: 526.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 263.33233px);
    max-width: -moz-calc(50% - 263.33233px);
    max-width: calc(50% - 263.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 486.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 530.001px;
    -ms-flex: 0 0 530.001px;
    flex: 0 0 530.001px;
    max-width: 530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 264.999px);
    max-width: -moz-calc(50% - 264.999px);
    max-width: calc(50% - 264.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4"] {
    -webkit-flex: 0 0 533.33433px;
    -ms-flex: 0 0 533.33433px;
    flex: 0 0 533.33433px;
    max-width: 533.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 266.66567px);
    max-width: -moz-calc(50% - 266.66567px);
    max-width: calc(50% - 266.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 493.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 536.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 536.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 536.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 564.001px;
    -ms-flex: 0 0 564.001px;
    flex: 0 0 564.001px;
    max-width: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 524.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 140.999px);
    max-width: -moz-calc(50% - 140.999px);
    max-width: calc(50% - 140.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 524.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 568.001px;
    -ms-flex: 0 0 568.001px;
    flex: 0 0 568.001px;
    max-width: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 528.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 141.999px);
    max-width: -moz-calc(50% - 141.999px);
    max-width: calc(50% - 141.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 528.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 572.001px;
    -ms-flex: 0 0 572.001px;
    flex: 0 0 572.001px;
    max-width: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 532.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 142.999px);
    max-width: -moz-calc(50% - 142.999px);
    max-width: calc(50% - 142.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 532.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 576.001px;
    -ms-flex: 0 0 576.001px;
    flex: 0 0 576.001px;
    max-width: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 536.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 143.999px);
    max-width: -moz-calc(50% - 143.999px);
    max-width: calc(50% - 143.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 536.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 580.001px;
    -ms-flex: 0 0 580.001px;
    flex: 0 0 580.001px;
    max-width: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 144.999px);
    max-width: -moz-calc(50% - 144.999px);
    max-width: calc(50% - 144.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 584.001px;
    -ms-flex: 0 0 584.001px;
    flex: 0 0 584.001px;
    max-width: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 544.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 145.999px);
    max-width: -moz-calc(50% - 145.999px);
    max-width: calc(50% - 145.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 544.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 588.001px;
    -ms-flex: 0 0 588.001px;
    flex: 0 0 588.001px;
    max-width: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 548.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 146.999px);
    max-width: -moz-calc(50% - 146.999px);
    max-width: calc(50% - 146.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 548.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 592.001px;
    -ms-flex: 0 0 592.001px;
    flex: 0 0 592.001px;
    max-width: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 552.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 147.999px);
    max-width: -moz-calc(50% - 147.999px);
    max-width: calc(50% - 147.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 552.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 596.001px;
    -ms-flex: 0 0 596.001px;
    flex: 0 0 596.001px;
    max-width: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 556.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 148.999px);
    max-width: -moz-calc(50% - 148.999px);
    max-width: calc(50% - 148.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 556.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 149.999px);
    max-width: -moz-calc(50% - 149.999px);
    max-width: calc(50% - 149.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 604.001px;
    -ms-flex: 0 0 604.001px;
    flex: 0 0 604.001px;
    max-width: 604.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 150.999px);
    max-width: -moz-calc(50% - 150.999px);
    max-width: calc(50% - 150.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 564.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 608.001px;
    -ms-flex: 0 0 608.001px;
    flex: 0 0 608.001px;
    max-width: 608.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 151.999px);
    max-width: -moz-calc(50% - 151.999px);
    max-width: calc(50% - 151.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 568.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 612.001px;
    -ms-flex: 0 0 612.001px;
    flex: 0 0 612.001px;
    max-width: 612.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 152.999px);
    max-width: -moz-calc(50% - 152.999px);
    max-width: calc(50% - 152.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 572.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 616.001px;
    -ms-flex: 0 0 616.001px;
    flex: 0 0 616.001px;
    max-width: 616.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 153.999px);
    max-width: -moz-calc(50% - 153.999px);
    max-width: calc(50% - 153.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 576.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 620.001px;
    -ms-flex: 0 0 620.001px;
    flex: 0 0 620.001px;
    max-width: 620.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 154.999px);
    max-width: -moz-calc(50% - 154.999px);
    max-width: calc(50% - 154.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 624.001px;
    -ms-flex: 0 0 624.001px;
    flex: 0 0 624.001px;
    max-width: 624.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 155.999px);
    max-width: -moz-calc(50% - 155.999px);
    max-width: calc(50% - 155.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 584.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 628.001px;
    -ms-flex: 0 0 628.001px;
    flex: 0 0 628.001px;
    max-width: 628.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 156.999px);
    max-width: -moz-calc(50% - 156.999px);
    max-width: calc(50% - 156.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 588.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 632.001px;
    -ms-flex: 0 0 632.001px;
    flex: 0 0 632.001px;
    max-width: 632.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 157.999px);
    max-width: -moz-calc(50% - 157.999px);
    max-width: calc(50% - 157.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 592.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 636.001px;
    -ms-flex: 0 0 636.001px;
    flex: 0 0 636.001px;
    max-width: 636.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 158.999px);
    max-width: -moz-calc(50% - 158.999px);
    max-width: calc(50% - 158.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 596.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex: 0 0 640.001px;
    -ms-flex: 0 0 640.001px;
    flex: 0 0 640.001px;
    max-width: 640.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 159.999px);
    max-width: -moz-calc(50% - 159.999px);
    max-width: calc(50% - 159.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 600.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 560.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 560.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 560.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 587.501px;
    -ms-flex: 0 0 587.501px;
    flex: 0 0 587.501px;
    max-width: 587.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 547.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - 117.499px);
    max-width: -moz-calc(50% - 117.499px);
    max-width: calc(50% - 117.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 547.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 591.66767px;
    -ms-flex: 0 0 591.66767px;
    flex: 0 0 591.66767px;
    max-width: 591.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 551.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - 118.33233px);
    max-width: -moz-calc(50% - 118.33233px);
    max-width: calc(50% - 118.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 551.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 595.83433px;
    -ms-flex: 0 0 595.83433px;
    flex: 0 0 595.83433px;
    max-width: 595.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 555.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - 119.16567px);
    max-width: -moz-calc(50% - 119.16567px);
    max-width: calc(50% - 119.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 555.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 600.001px;
    -ms-flex: 0 0 600.001px;
    flex: 0 0 600.001px;
    max-width: 600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - 119.999px);
    max-width: -moz-calc(50% - 119.999px);
    max-width: calc(50% - 119.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 604.16767px;
    -ms-flex: 0 0 604.16767px;
    flex: 0 0 604.16767px;
    max-width: 604.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 564.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - 120.83233px);
    max-width: -moz-calc(50% - 120.83233px);
    max-width: calc(50% - 120.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 564.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 608.33433px;
    -ms-flex: 0 0 608.33433px;
    flex: 0 0 608.33433px;
    max-width: 608.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 568.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - 121.66567px);
    max-width: -moz-calc(50% - 121.66567px);
    max-width: calc(50% - 121.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 568.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 612.501px;
    -ms-flex: 0 0 612.501px;
    flex: 0 0 612.501px;
    max-width: 612.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 572.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - 122.499px);
    max-width: -moz-calc(50% - 122.499px);
    max-width: calc(50% - 122.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 572.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 616.66767px;
    -ms-flex: 0 0 616.66767px;
    flex: 0 0 616.66767px;
    max-width: 616.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 576.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - 123.33233px);
    max-width: -moz-calc(50% - 123.33233px);
    max-width: calc(50% - 123.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 576.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 620.83433px;
    -ms-flex: 0 0 620.83433px;
    flex: 0 0 620.83433px;
    max-width: 620.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 580.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - 124.16567px);
    max-width: -moz-calc(50% - 124.16567px);
    max-width: calc(50% - 124.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 580.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 625.001px;
    -ms-flex: 0 0 625.001px;
    flex: 0 0 625.001px;
    max-width: 625.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - 124.999px);
    max-width: -moz-calc(50% - 124.999px);
    max-width: calc(50% - 124.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 585.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 629.16767px;
    -ms-flex: 0 0 629.16767px;
    flex: 0 0 629.16767px;
    max-width: 629.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 589.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - 125.83233px);
    max-width: -moz-calc(50% - 125.83233px);
    max-width: calc(50% - 125.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 589.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 633.33433px;
    -ms-flex: 0 0 633.33433px;
    flex: 0 0 633.33433px;
    max-width: 633.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 593.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - 126.66567px);
    max-width: -moz-calc(50% - 126.66567px);
    max-width: calc(50% - 126.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 593.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 637.501px;
    -ms-flex: 0 0 637.501px;
    flex: 0 0 637.501px;
    max-width: 637.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 597.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - 127.499px);
    max-width: -moz-calc(50% - 127.499px);
    max-width: calc(50% - 127.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 597.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 641.66767px;
    -ms-flex: 0 0 641.66767px;
    flex: 0 0 641.66767px;
    max-width: 641.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 601.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - 128.33233px);
    max-width: -moz-calc(50% - 128.33233px);
    max-width: calc(50% - 128.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 601.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 645.83433px;
    -ms-flex: 0 0 645.83433px;
    flex: 0 0 645.83433px;
    max-width: 645.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 605.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - 129.16567px);
    max-width: -moz-calc(50% - 129.16567px);
    max-width: calc(50% - 129.16567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 605.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 650.001px;
    -ms-flex: 0 0 650.001px;
    flex: 0 0 650.001px;
    max-width: 650.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - 129.999px);
    max-width: -moz-calc(50% - 129.999px);
    max-width: calc(50% - 129.999px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 610.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 654.16767px;
    -ms-flex: 0 0 654.16767px;
    flex: 0 0 654.16767px;
    max-width: 654.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 614.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - 130.83233px);
    max-width: -moz-calc(50% - 130.83233px);
    max-width: calc(50% - 130.83233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 614.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 658.33433px;
    -ms-flex: 0 0 658.33433px;
    flex: 0 0 658.33433px;
    max-width: 658.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 618.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - 131.66567px);
    max-width: -moz-calc(50% - 131.66567px);
    max-width: calc(50% - 131.66567px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 618.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 662.501px;
    -ms-flex: 0 0 662.501px;
    flex: 0 0 662.501px;
    max-width: 662.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 622.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - 132.499px);
    max-width: -moz-calc(50% - 132.499px);
    max-width: calc(50% - 132.499px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 622.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="5"] {
    -webkit-flex: 0 0 666.66767px;
    -ms-flex: 0 0 666.66767px;
    flex: 0 0 666.66767px;
    max-width: 666.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 626.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - 133.33233px);
    max-width: -moz-calc(50% - 133.33233px);
    max-width: calc(50% - 133.33233px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 626.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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_1400.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: 680.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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_1400.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: 680.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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_1400.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: 680.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_1400.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_0.bt_bb_row_width_boxed_1400.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_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 705.001px;
    -ms-flex: 0 0 705.001px;
    flex: 0 0 705.001px;
    max-width: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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_1400.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: 665.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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_1400.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: 665.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 710.001px;
    -ms-flex: 0 0 710.001px;
    flex: 0 0 710.001px;
    max-width: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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_1400.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: 670.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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_1400.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: 670.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 715.001px;
    -ms-flex: 0 0 715.001px;
    flex: 0 0 715.001px;
    max-width: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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_1400.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: 675.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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_1400.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: 675.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 720.001px;
    -ms-flex: 0 0 720.001px;
    flex: 0 0 720.001px;
    max-width: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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_1400.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: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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_1400.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: 680.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 725.001px;
    -ms-flex: 0 0 725.001px;
    flex: 0 0 725.001px;
    max-width: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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_1400.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: 685.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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_1400.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: 685.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 730.001px;
    -ms-flex: 0 0 730.001px;
    flex: 0 0 730.001px;
    max-width: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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_1400.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: 690.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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_1400.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: 690.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 735.001px;
    -ms-flex: 0 0 735.001px;
    flex: 0 0 735.001px;
    max-width: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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_1400.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: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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_1400.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: 695.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 740.001px;
    -ms-flex: 0 0 740.001px;
    flex: 0 0 740.001px;
    max-width: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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_1400.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: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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_1400.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: 700.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 745.001px;
    -ms-flex: 0 0 745.001px;
    flex: 0 0 745.001px;
    max-width: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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_1400.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: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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_1400.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: 705.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 750.001px;
    -ms-flex: 0 0 750.001px;
    flex: 0 0 750.001px;
    max-width: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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_1400.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: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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_1400.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: 710.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 755.001px;
    -ms-flex: 0 0 755.001px;
    flex: 0 0 755.001px;
    max-width: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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_1400.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: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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_1400.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: 715.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 760.001px;
    -ms-flex: 0 0 760.001px;
    flex: 0 0 760.001px;
    max-width: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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_1400.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: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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_1400.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: 720.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 765.001px;
    -ms-flex: 0 0 765.001px;
    flex: 0 0 765.001px;
    max-width: 765.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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_1400.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: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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_1400.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: 725.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 770.001px;
    -ms-flex: 0 0 770.001px;
    flex: 0 0 770.001px;
    max-width: 770.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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_1400.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: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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_1400.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: 730.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 775.001px;
    -ms-flex: 0 0 775.001px;
    flex: 0 0 775.001px;
    max-width: 775.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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_1400.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: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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_1400.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: 735.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 780.001px;
    -ms-flex: 0 0 780.001px;
    flex: 0 0 780.001px;
    max-width: 780.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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_1400.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: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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_1400.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: 740.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 785.001px;
    -ms-flex: 0 0 785.001px;
    flex: 0 0 785.001px;
    max-width: 785.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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_1400.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: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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_1400.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: 745.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 790.001px;
    -ms-flex: 0 0 790.001px;
    flex: 0 0 790.001px;
    max-width: 790.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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_1400.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: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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_1400.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: 750.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 795.001px;
    -ms-flex: 0 0 795.001px;
    flex: 0 0 795.001px;
    max-width: 795.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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_1400.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: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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_1400.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: 755.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="6"] {
    -webkit-flex: 0 0 800.001px;
    -ms-flex: 0 0 800.001px;
    flex: 0 0 800.001px;
    max-width: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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_1400.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: 760.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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_1400.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: 760.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 800.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 800.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 800.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 822.501px;
    -ms-flex: 0 0 822.501px;
    flex: 0 0 822.501px;
    max-width: 822.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 782.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -117.501px);
    max-width: -moz-calc(50% - -117.501px);
    max-width: calc(50% - -117.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 782.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 828.33433px;
    -ms-flex: 0 0 828.33433px;
    flex: 0 0 828.33433px;
    max-width: 828.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 788.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -118.33433px);
    max-width: -moz-calc(50% - -118.33433px);
    max-width: calc(50% - -118.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 788.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 834.16767px;
    -ms-flex: 0 0 834.16767px;
    flex: 0 0 834.16767px;
    max-width: 834.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 794.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -119.16767px);
    max-width: -moz-calc(50% - -119.16767px);
    max-width: calc(50% - -119.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 794.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 840.001px;
    -ms-flex: 0 0 840.001px;
    flex: 0 0 840.001px;
    max-width: 840.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -120.001px);
    max-width: -moz-calc(50% - -120.001px);
    max-width: calc(50% - -120.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 800.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 845.83433px;
    -ms-flex: 0 0 845.83433px;
    flex: 0 0 845.83433px;
    max-width: 845.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 805.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -120.83433px);
    max-width: -moz-calc(50% - -120.83433px);
    max-width: calc(50% - -120.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 805.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 851.66767px;
    -ms-flex: 0 0 851.66767px;
    flex: 0 0 851.66767px;
    max-width: 851.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 811.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -121.66767px);
    max-width: -moz-calc(50% - -121.66767px);
    max-width: calc(50% - -121.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 811.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 857.501px;
    -ms-flex: 0 0 857.501px;
    flex: 0 0 857.501px;
    max-width: 857.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 817.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -122.501px);
    max-width: -moz-calc(50% - -122.501px);
    max-width: calc(50% - -122.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 817.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 863.33433px;
    -ms-flex: 0 0 863.33433px;
    flex: 0 0 863.33433px;
    max-width: 863.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 823.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -123.33433px);
    max-width: -moz-calc(50% - -123.33433px);
    max-width: calc(50% - -123.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 823.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 869.16767px;
    -ms-flex: 0 0 869.16767px;
    flex: 0 0 869.16767px;
    max-width: 869.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 829.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -124.16767px);
    max-width: -moz-calc(50% - -124.16767px);
    max-width: calc(50% - -124.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 829.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 875.001px;
    -ms-flex: 0 0 875.001px;
    flex: 0 0 875.001px;
    max-width: 875.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 835.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -125.001px);
    max-width: -moz-calc(50% - -125.001px);
    max-width: calc(50% - -125.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 835.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 880.83433px;
    -ms-flex: 0 0 880.83433px;
    flex: 0 0 880.83433px;
    max-width: 880.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 840.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -125.83433px);
    max-width: -moz-calc(50% - -125.83433px);
    max-width: calc(50% - -125.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 840.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 886.66767px;
    -ms-flex: 0 0 886.66767px;
    flex: 0 0 886.66767px;
    max-width: 886.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -126.66767px);
    max-width: -moz-calc(50% - -126.66767px);
    max-width: calc(50% - -126.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 846.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 892.501px;
    -ms-flex: 0 0 892.501px;
    flex: 0 0 892.501px;
    max-width: 892.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 852.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -127.501px);
    max-width: -moz-calc(50% - -127.501px);
    max-width: calc(50% - -127.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 852.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 898.33433px;
    -ms-flex: 0 0 898.33433px;
    flex: 0 0 898.33433px;
    max-width: 898.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 858.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -128.33433px);
    max-width: -moz-calc(50% - -128.33433px);
    max-width: calc(50% - -128.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 858.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 904.16767px;
    -ms-flex: 0 0 904.16767px;
    flex: 0 0 904.16767px;
    max-width: 904.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 864.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -129.16767px);
    max-width: -moz-calc(50% - -129.16767px);
    max-width: calc(50% - -129.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 864.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 910.001px;
    -ms-flex: 0 0 910.001px;
    flex: 0 0 910.001px;
    max-width: 910.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -130.001px);
    max-width: -moz-calc(50% - -130.001px);
    max-width: calc(50% - -130.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 915.83433px;
    -ms-flex: 0 0 915.83433px;
    flex: 0 0 915.83433px;
    max-width: 915.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 875.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -130.83433px);
    max-width: -moz-calc(50% - -130.83433px);
    max-width: calc(50% - -130.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 875.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 921.66767px;
    -ms-flex: 0 0 921.66767px;
    flex: 0 0 921.66767px;
    max-width: 921.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 881.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -131.66767px);
    max-width: -moz-calc(50% - -131.66767px);
    max-width: calc(50% - -131.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 881.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 927.501px;
    -ms-flex: 0 0 927.501px;
    flex: 0 0 927.501px;
    max-width: 927.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 887.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -132.501px);
    max-width: -moz-calc(50% - -132.501px);
    max-width: calc(50% - -132.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 887.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7"] {
    -webkit-flex: 0 0 933.33433px;
    -ms-flex: 0 0 933.33433px;
    flex: 0 0 933.33433px;
    max-width: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -133.33433px);
    max-width: -moz-calc(50% - -133.33433px);
    max-width: calc(50% - -133.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 893.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 824.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 824.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 824.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 846.001px;
    -ms-flex: 0 0 846.001px;
    flex: 0 0 846.001px;
    max-width: 846.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 806.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -141.001px);
    max-width: -moz-calc(50% - -141.001px);
    max-width: calc(50% - -141.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 806.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 852.001px;
    -ms-flex: 0 0 852.001px;
    flex: 0 0 852.001px;
    max-width: 852.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 812.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -142.001px);
    max-width: -moz-calc(50% - -142.001px);
    max-width: calc(50% - -142.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 812.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 858.001px;
    -ms-flex: 0 0 858.001px;
    flex: 0 0 858.001px;
    max-width: 858.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 818.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -143.001px);
    max-width: -moz-calc(50% - -143.001px);
    max-width: calc(50% - -143.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 818.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 864.001px;
    -ms-flex: 0 0 864.001px;
    flex: 0 0 864.001px;
    max-width: 864.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 824.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -144.001px);
    max-width: -moz-calc(50% - -144.001px);
    max-width: calc(50% - -144.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 824.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 870.001px;
    -ms-flex: 0 0 870.001px;
    flex: 0 0 870.001px;
    max-width: 870.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 830.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -145.001px);
    max-width: -moz-calc(50% - -145.001px);
    max-width: calc(50% - -145.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 830.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 876.001px;
    -ms-flex: 0 0 876.001px;
    flex: 0 0 876.001px;
    max-width: 876.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 836.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -146.001px);
    max-width: -moz-calc(50% - -146.001px);
    max-width: calc(50% - -146.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 836.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 882.001px;
    -ms-flex: 0 0 882.001px;
    flex: 0 0 882.001px;
    max-width: 882.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 842.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -147.001px);
    max-width: -moz-calc(50% - -147.001px);
    max-width: calc(50% - -147.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 842.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 888.001px;
    -ms-flex: 0 0 888.001px;
    flex: 0 0 888.001px;
    max-width: 888.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 848.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -148.001px);
    max-width: -moz-calc(50% - -148.001px);
    max-width: calc(50% - -148.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 848.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 894.001px;
    -ms-flex: 0 0 894.001px;
    flex: 0 0 894.001px;
    max-width: 894.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 854.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -149.001px);
    max-width: -moz-calc(50% - -149.001px);
    max-width: calc(50% - -149.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 854.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 900.001px;
    -ms-flex: 0 0 900.001px;
    flex: 0 0 900.001px;
    max-width: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -150.001px);
    max-width: -moz-calc(50% - -150.001px);
    max-width: calc(50% - -150.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 860.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 906.001px;
    -ms-flex: 0 0 906.001px;
    flex: 0 0 906.001px;
    max-width: 906.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 866.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -151.001px);
    max-width: -moz-calc(50% - -151.001px);
    max-width: calc(50% - -151.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 866.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 912.001px;
    -ms-flex: 0 0 912.001px;
    flex: 0 0 912.001px;
    max-width: 912.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 872.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -152.001px);
    max-width: -moz-calc(50% - -152.001px);
    max-width: calc(50% - -152.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 872.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 918.001px;
    -ms-flex: 0 0 918.001px;
    flex: 0 0 918.001px;
    max-width: 918.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 878.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -153.001px);
    max-width: -moz-calc(50% - -153.001px);
    max-width: calc(50% - -153.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 878.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 924.001px;
    -ms-flex: 0 0 924.001px;
    flex: 0 0 924.001px;
    max-width: 924.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 884.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -154.001px);
    max-width: -moz-calc(50% - -154.001px);
    max-width: calc(50% - -154.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 884.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 930.001px;
    -ms-flex: 0 0 930.001px;
    flex: 0 0 930.001px;
    max-width: 930.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -155.001px);
    max-width: -moz-calc(50% - -155.001px);
    max-width: calc(50% - -155.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 890.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 936.001px;
    -ms-flex: 0 0 936.001px;
    flex: 0 0 936.001px;
    max-width: 936.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 896.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -156.001px);
    max-width: -moz-calc(50% - -156.001px);
    max-width: calc(50% - -156.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 896.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 942.001px;
    -ms-flex: 0 0 942.001px;
    flex: 0 0 942.001px;
    max-width: 942.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 902.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -157.001px);
    max-width: -moz-calc(50% - -157.001px);
    max-width: calc(50% - -157.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 902.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 948.001px;
    -ms-flex: 0 0 948.001px;
    flex: 0 0 948.001px;
    max-width: 948.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 908.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -158.001px);
    max-width: -moz-calc(50% - -158.001px);
    max-width: calc(50% - -158.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 908.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 954.001px;
    -ms-flex: 0 0 954.001px;
    flex: 0 0 954.001px;
    max-width: 954.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 914.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -159.001px);
    max-width: -moz-calc(50% - -159.001px);
    max-width: calc(50% - -159.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 914.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -160.001px);
    max-width: -moz-calc(50% - -160.001px);
    max-width: calc(50% - -160.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 920.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 920.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 920.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 920.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 940.001px;
    -ms-flex: 0 0 940.001px;
    flex: 0 0 940.001px;
    max-width: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -235.001px);
    max-width: -moz-calc(50% - -235.001px);
    max-width: calc(50% - -235.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 900.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 946.66767px;
    -ms-flex: 0 0 946.66767px;
    flex: 0 0 946.66767px;
    max-width: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 906.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -236.66767px);
    max-width: -moz-calc(50% - -236.66767px);
    max-width: calc(50% - -236.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 906.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 953.33433px;
    -ms-flex: 0 0 953.33433px;
    flex: 0 0 953.33433px;
    max-width: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 913.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -238.33433px);
    max-width: -moz-calc(50% - -238.33433px);
    max-width: calc(50% - -238.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 913.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 960.001px;
    -ms-flex: 0 0 960.001px;
    flex: 0 0 960.001px;
    max-width: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -240.001px);
    max-width: -moz-calc(50% - -240.001px);
    max-width: calc(50% - -240.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 920.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 966.66767px;
    -ms-flex: 0 0 966.66767px;
    flex: 0 0 966.66767px;
    max-width: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 926.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -241.66767px);
    max-width: -moz-calc(50% - -241.66767px);
    max-width: calc(50% - -241.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 926.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 973.33433px;
    -ms-flex: 0 0 973.33433px;
    flex: 0 0 973.33433px;
    max-width: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -243.33433px);
    max-width: -moz-calc(50% - -243.33433px);
    max-width: calc(50% - -243.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 933.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 980.001px;
    -ms-flex: 0 0 980.001px;
    flex: 0 0 980.001px;
    max-width: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -245.001px);
    max-width: -moz-calc(50% - -245.001px);
    max-width: calc(50% - -245.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 940.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 986.66767px;
    -ms-flex: 0 0 986.66767px;
    flex: 0 0 986.66767px;
    max-width: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -246.66767px);
    max-width: -moz-calc(50% - -246.66767px);
    max-width: calc(50% - -246.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 946.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 993.33433px;
    -ms-flex: 0 0 993.33433px;
    flex: 0 0 993.33433px;
    max-width: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -248.33433px);
    max-width: -moz-calc(50% - -248.33433px);
    max-width: calc(50% - -248.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 953.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1000.001px;
    -ms-flex: 0 0 1000.001px;
    flex: 0 0 1000.001px;
    max-width: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -250.001px);
    max-width: -moz-calc(50% - -250.001px);
    max-width: calc(50% - -250.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 960.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1006.66767px;
    -ms-flex: 0 0 1006.66767px;
    flex: 0 0 1006.66767px;
    max-width: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -251.66767px);
    max-width: -moz-calc(50% - -251.66767px);
    max-width: calc(50% - -251.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 966.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1013.33433px;
    -ms-flex: 0 0 1013.33433px;
    flex: 0 0 1013.33433px;
    max-width: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -253.33433px);
    max-width: -moz-calc(50% - -253.33433px);
    max-width: calc(50% - -253.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 973.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1020.001px;
    -ms-flex: 0 0 1020.001px;
    flex: 0 0 1020.001px;
    max-width: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -255.001px);
    max-width: -moz-calc(50% - -255.001px);
    max-width: calc(50% - -255.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 980.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1026.66767px;
    -ms-flex: 0 0 1026.66767px;
    flex: 0 0 1026.66767px;
    max-width: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -256.66767px);
    max-width: -moz-calc(50% - -256.66767px);
    max-width: calc(50% - -256.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 986.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1033.33433px;
    -ms-flex: 0 0 1033.33433px;
    flex: 0 0 1033.33433px;
    max-width: 1033.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -258.33433px);
    max-width: -moz-calc(50% - -258.33433px);
    max-width: calc(50% - -258.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 993.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1040.001px;
    -ms-flex: 0 0 1040.001px;
    flex: 0 0 1040.001px;
    max-width: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -260.001px);
    max-width: -moz-calc(50% - -260.001px);
    max-width: calc(50% - -260.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1000.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1046.66767px;
    -ms-flex: 0 0 1046.66767px;
    flex: 0 0 1046.66767px;
    max-width: 1046.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -261.66767px);
    max-width: -moz-calc(50% - -261.66767px);
    max-width: calc(50% - -261.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1006.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1053.33433px;
    -ms-flex: 0 0 1053.33433px;
    flex: 0 0 1053.33433px;
    max-width: 1053.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -263.33433px);
    max-width: -moz-calc(50% - -263.33433px);
    max-width: calc(50% - -263.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1013.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1060.001px;
    -ms-flex: 0 0 1060.001px;
    flex: 0 0 1060.001px;
    max-width: 1060.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -265.001px);
    max-width: -moz-calc(50% - -265.001px);
    max-width: calc(50% - -265.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1020.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="8"] {
    -webkit-flex: 0 0 1066.66767px;
    -ms-flex: 0 0 1066.66767px;
    flex: 0 0 1066.66767px;
    max-width: 1066.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -266.66767px);
    max-width: -moz-calc(50% - -266.66767px);
    max-width: calc(50% - -266.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1026.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1040.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1040.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1040.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1057.501px;
    -ms-flex: 0 0 1057.501px;
    flex: 0 0 1057.501px;
    max-width: 1057.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1017.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -352.501px);
    max-width: -moz-calc(50% - -352.501px);
    max-width: calc(50% - -352.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1017.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1065.001px;
    -ms-flex: 0 0 1065.001px;
    flex: 0 0 1065.001px;
    max-width: 1065.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1025.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -355.001px);
    max-width: -moz-calc(50% - -355.001px);
    max-width: calc(50% - -355.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1025.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1072.501px;
    -ms-flex: 0 0 1072.501px;
    flex: 0 0 1072.501px;
    max-width: 1072.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1032.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -357.501px);
    max-width: -moz-calc(50% - -357.501px);
    max-width: calc(50% - -357.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1032.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1080.001px;
    -ms-flex: 0 0 1080.001px;
    flex: 0 0 1080.001px;
    max-width: 1080.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -360.001px);
    max-width: -moz-calc(50% - -360.001px);
    max-width: calc(50% - -360.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1040.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1087.501px;
    -ms-flex: 0 0 1087.501px;
    flex: 0 0 1087.501px;
    max-width: 1087.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1047.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -362.501px);
    max-width: -moz-calc(50% - -362.501px);
    max-width: calc(50% - -362.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1047.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1095.001px;
    -ms-flex: 0 0 1095.001px;
    flex: 0 0 1095.001px;
    max-width: 1095.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1055.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -365.001px);
    max-width: -moz-calc(50% - -365.001px);
    max-width: calc(50% - -365.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1055.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1102.501px;
    -ms-flex: 0 0 1102.501px;
    flex: 0 0 1102.501px;
    max-width: 1102.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1062.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -367.501px);
    max-width: -moz-calc(50% - -367.501px);
    max-width: calc(50% - -367.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1062.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1110.001px;
    -ms-flex: 0 0 1110.001px;
    flex: 0 0 1110.001px;
    max-width: 1110.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1070.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -370.001px);
    max-width: -moz-calc(50% - -370.001px);
    max-width: calc(50% - -370.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1070.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1117.501px;
    -ms-flex: 0 0 1117.501px;
    flex: 0 0 1117.501px;
    max-width: 1117.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1077.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -372.501px);
    max-width: -moz-calc(50% - -372.501px);
    max-width: calc(50% - -372.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1077.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1125.001px;
    -ms-flex: 0 0 1125.001px;
    flex: 0 0 1125.001px;
    max-width: 1125.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -375.001px);
    max-width: -moz-calc(50% - -375.001px);
    max-width: calc(50% - -375.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1085.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1132.501px;
    -ms-flex: 0 0 1132.501px;
    flex: 0 0 1132.501px;
    max-width: 1132.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1092.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -377.501px);
    max-width: -moz-calc(50% - -377.501px);
    max-width: calc(50% - -377.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1092.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1140.001px;
    -ms-flex: 0 0 1140.001px;
    flex: 0 0 1140.001px;
    max-width: 1140.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -380.001px);
    max-width: -moz-calc(50% - -380.001px);
    max-width: calc(50% - -380.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1100.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1147.501px;
    -ms-flex: 0 0 1147.501px;
    flex: 0 0 1147.501px;
    max-width: 1147.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1107.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -382.501px);
    max-width: -moz-calc(50% - -382.501px);
    max-width: calc(50% - -382.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1107.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1155.001px;
    -ms-flex: 0 0 1155.001px;
    flex: 0 0 1155.001px;
    max-width: 1155.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -385.001px);
    max-width: -moz-calc(50% - -385.001px);
    max-width: calc(50% - -385.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1115.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1162.501px;
    -ms-flex: 0 0 1162.501px;
    flex: 0 0 1162.501px;
    max-width: 1162.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -387.501px);
    max-width: -moz-calc(50% - -387.501px);
    max-width: calc(50% - -387.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1122.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1170.001px;
    -ms-flex: 0 0 1170.001px;
    flex: 0 0 1170.001px;
    max-width: 1170.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -390.001px);
    max-width: -moz-calc(50% - -390.001px);
    max-width: calc(50% - -390.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1130.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1177.501px;
    -ms-flex: 0 0 1177.501px;
    flex: 0 0 1177.501px;
    max-width: 1177.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1137.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -392.501px);
    max-width: -moz-calc(50% - -392.501px);
    max-width: calc(50% - -392.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1137.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1185.001px;
    -ms-flex: 0 0 1185.001px;
    flex: 0 0 1185.001px;
    max-width: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1145.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -395.001px);
    max-width: -moz-calc(50% - -395.001px);
    max-width: calc(50% - -395.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1145.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1192.501px;
    -ms-flex: 0 0 1192.501px;
    flex: 0 0 1192.501px;
    max-width: 1192.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1152.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -397.501px);
    max-width: -moz-calc(50% - -397.501px);
    max-width: calc(50% - -397.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1152.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -400.001px);
    max-width: -moz-calc(50% - -400.001px);
    max-width: calc(50% - -400.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1112.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1112.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1112.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1128.001px;
    -ms-flex: 0 0 1128.001px;
    flex: 0 0 1128.001px;
    max-width: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1088.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -423.001px);
    max-width: -moz-calc(50% - -423.001px);
    max-width: calc(50% - -423.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1088.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1136.001px;
    -ms-flex: 0 0 1136.001px;
    flex: 0 0 1136.001px;
    max-width: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1096.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -426.001px);
    max-width: -moz-calc(50% - -426.001px);
    max-width: calc(50% - -426.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1096.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1144.001px;
    -ms-flex: 0 0 1144.001px;
    flex: 0 0 1144.001px;
    max-width: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1104.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -429.001px);
    max-width: -moz-calc(50% - -429.001px);
    max-width: calc(50% - -429.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1104.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1152.001px;
    -ms-flex: 0 0 1152.001px;
    flex: 0 0 1152.001px;
    max-width: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1112.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -432.001px);
    max-width: -moz-calc(50% - -432.001px);
    max-width: calc(50% - -432.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1112.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1160.001px;
    -ms-flex: 0 0 1160.001px;
    flex: 0 0 1160.001px;
    max-width: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -435.001px);
    max-width: -moz-calc(50% - -435.001px);
    max-width: calc(50% - -435.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1120.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1168.001px;
    -ms-flex: 0 0 1168.001px;
    flex: 0 0 1168.001px;
    max-width: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -438.001px);
    max-width: -moz-calc(50% - -438.001px);
    max-width: calc(50% - -438.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1128.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1176.001px;
    -ms-flex: 0 0 1176.001px;
    flex: 0 0 1176.001px;
    max-width: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -441.001px);
    max-width: -moz-calc(50% - -441.001px);
    max-width: calc(50% - -441.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1136.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1184.001px;
    -ms-flex: 0 0 1184.001px;
    flex: 0 0 1184.001px;
    max-width: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -444.001px);
    max-width: -moz-calc(50% - -444.001px);
    max-width: calc(50% - -444.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1144.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1192.001px;
    -ms-flex: 0 0 1192.001px;
    flex: 0 0 1192.001px;
    max-width: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -447.001px);
    max-width: -moz-calc(50% - -447.001px);
    max-width: calc(50% - -447.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1152.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -450.001px);
    max-width: -moz-calc(50% - -450.001px);
    max-width: calc(50% - -450.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1208.001px;
    -ms-flex: 0 0 1208.001px;
    flex: 0 0 1208.001px;
    max-width: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -453.001px);
    max-width: -moz-calc(50% - -453.001px);
    max-width: calc(50% - -453.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1168.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1216.001px;
    -ms-flex: 0 0 1216.001px;
    flex: 0 0 1216.001px;
    max-width: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -456.001px);
    max-width: -moz-calc(50% - -456.001px);
    max-width: calc(50% - -456.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1176.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1224.001px;
    -ms-flex: 0 0 1224.001px;
    flex: 0 0 1224.001px;
    max-width: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -459.001px);
    max-width: -moz-calc(50% - -459.001px);
    max-width: calc(50% - -459.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1184.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1232.001px;
    -ms-flex: 0 0 1232.001px;
    flex: 0 0 1232.001px;
    max-width: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -462.001px);
    max-width: -moz-calc(50% - -462.001px);
    max-width: calc(50% - -462.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1192.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1240.001px;
    -ms-flex: 0 0 1240.001px;
    flex: 0 0 1240.001px;
    max-width: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -465.001px);
    max-width: -moz-calc(50% - -465.001px);
    max-width: calc(50% - -465.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1248.001px;
    -ms-flex: 0 0 1248.001px;
    flex: 0 0 1248.001px;
    max-width: 1248.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -468.001px);
    max-width: -moz-calc(50% - -468.001px);
    max-width: calc(50% - -468.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1208.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1256.001px;
    -ms-flex: 0 0 1256.001px;
    flex: 0 0 1256.001px;
    max-width: 1256.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -471.001px);
    max-width: -moz-calc(50% - -471.001px);
    max-width: calc(50% - -471.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1216.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1264.001px;
    -ms-flex: 0 0 1264.001px;
    flex: 0 0 1264.001px;
    max-width: 1264.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -474.001px);
    max-width: -moz-calc(50% - -474.001px);
    max-width: calc(50% - -474.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1224.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1272.001px;
    -ms-flex: 0 0 1272.001px;
    flex: 0 0 1272.001px;
    max-width: 1272.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -477.001px);
    max-width: -moz-calc(50% - -477.001px);
    max-width: calc(50% - -477.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1232.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex: 0 0 1280.001px;
    -ms-flex: 0 0 1280.001px;
    flex: 0 0 1280.001px;
    max-width: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1240.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1160.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1160.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1160.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1175.001px;
    -ms-flex: 0 0 1175.001px;
    flex: 0 0 1175.001px;
    max-width: 1175.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1135.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -470.001px);
    max-width: -moz-calc(50% - -470.001px);
    max-width: calc(50% - -470.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1135.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1183.33433px;
    -ms-flex: 0 0 1183.33433px;
    flex: 0 0 1183.33433px;
    max-width: 1183.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1143.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -473.33433px);
    max-width: -moz-calc(50% - -473.33433px);
    max-width: calc(50% - -473.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1143.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1191.66767px;
    -ms-flex: 0 0 1191.66767px;
    flex: 0 0 1191.66767px;
    max-width: 1191.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -476.66767px);
    max-width: -moz-calc(50% - -476.66767px);
    max-width: calc(50% - -476.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1151.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1200.001px;
    -ms-flex: 0 0 1200.001px;
    flex: 0 0 1200.001px;
    max-width: 1200.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -480.001px);
    max-width: -moz-calc(50% - -480.001px);
    max-width: calc(50% - -480.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1160.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1208.33433px;
    -ms-flex: 0 0 1208.33433px;
    flex: 0 0 1208.33433px;
    max-width: 1208.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -483.33433px);
    max-width: -moz-calc(50% - -483.33433px);
    max-width: calc(50% - -483.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1168.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1216.66767px;
    -ms-flex: 0 0 1216.66767px;
    flex: 0 0 1216.66767px;
    max-width: 1216.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -486.66767px);
    max-width: -moz-calc(50% - -486.66767px);
    max-width: calc(50% - -486.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1176.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1225.001px;
    -ms-flex: 0 0 1225.001px;
    flex: 0 0 1225.001px;
    max-width: 1225.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -490.001px);
    max-width: -moz-calc(50% - -490.001px);
    max-width: calc(50% - -490.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1185.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1233.33433px;
    -ms-flex: 0 0 1233.33433px;
    flex: 0 0 1233.33433px;
    max-width: 1233.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -493.33433px);
    max-width: -moz-calc(50% - -493.33433px);
    max-width: calc(50% - -493.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1193.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1241.66767px;
    -ms-flex: 0 0 1241.66767px;
    flex: 0 0 1241.66767px;
    max-width: 1241.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -496.66767px);
    max-width: -moz-calc(50% - -496.66767px);
    max-width: calc(50% - -496.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1201.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1250.001px;
    -ms-flex: 0 0 1250.001px;
    flex: 0 0 1250.001px;
    max-width: 1250.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -500.001px);
    max-width: -moz-calc(50% - -500.001px);
    max-width: calc(50% - -500.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1210.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1258.33433px;
    -ms-flex: 0 0 1258.33433px;
    flex: 0 0 1258.33433px;
    max-width: 1258.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -503.33433px);
    max-width: -moz-calc(50% - -503.33433px);
    max-width: calc(50% - -503.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1218.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1266.66767px;
    -ms-flex: 0 0 1266.66767px;
    flex: 0 0 1266.66767px;
    max-width: 1266.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -506.66767px);
    max-width: -moz-calc(50% - -506.66767px);
    max-width: calc(50% - -506.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1226.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1275.001px;
    -ms-flex: 0 0 1275.001px;
    flex: 0 0 1275.001px;
    max-width: 1275.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -510.001px);
    max-width: -moz-calc(50% - -510.001px);
    max-width: calc(50% - -510.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1235.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1283.33433px;
    -ms-flex: 0 0 1283.33433px;
    flex: 0 0 1283.33433px;
    max-width: 1283.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -513.33433px);
    max-width: -moz-calc(50% - -513.33433px);
    max-width: calc(50% - -513.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1243.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1291.66767px;
    -ms-flex: 0 0 1291.66767px;
    flex: 0 0 1291.66767px;
    max-width: 1291.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -516.66767px);
    max-width: -moz-calc(50% - -516.66767px);
    max-width: calc(50% - -516.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1251.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1300.001px;
    -ms-flex: 0 0 1300.001px;
    flex: 0 0 1300.001px;
    max-width: 1300.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -520.001px);
    max-width: -moz-calc(50% - -520.001px);
    max-width: calc(50% - -520.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1260.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1308.33433px;
    -ms-flex: 0 0 1308.33433px;
    flex: 0 0 1308.33433px;
    max-width: 1308.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1268.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -523.33433px);
    max-width: -moz-calc(50% - -523.33433px);
    max-width: calc(50% - -523.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1268.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1316.66767px;
    -ms-flex: 0 0 1316.66767px;
    flex: 0 0 1316.66767px;
    max-width: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1276.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -526.66767px);
    max-width: -moz-calc(50% - -526.66767px);
    max-width: calc(50% - -526.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1276.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1325.001px;
    -ms-flex: 0 0 1325.001px;
    flex: 0 0 1325.001px;
    max-width: 1325.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -530.001px);
    max-width: -moz-calc(50% - -530.001px);
    max-width: calc(50% - -530.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1285.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="10"] {
    -webkit-flex: 0 0 1333.33433px;
    -ms-flex: 0 0 1333.33433px;
    flex: 0 0 1333.33433px;
    max-width: 1333.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1293.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -533.33433px);
    max-width: -moz-calc(50% - -533.33433px);
    max-width: calc(50% - -533.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1293.33433px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1280.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1280.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1280.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_column_inner_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1292.501px;
    -ms-flex: 0 0 1292.501px;
    flex: 0 0 1292.501px;
    max-width: 1292.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1252.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -587.501px);
    max-width: -moz-calc(50% - -587.501px);
    max-width: calc(50% - -587.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1252.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1301.66767px;
    -ms-flex: 0 0 1301.66767px;
    flex: 0 0 1301.66767px;
    max-width: 1301.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -591.66767px);
    max-width: -moz-calc(50% - -591.66767px);
    max-width: calc(50% - -591.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1261.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1310.83433px;
    -ms-flex: 0 0 1310.83433px;
    flex: 0 0 1310.83433px;
    max-width: 1310.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1270.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -595.83433px);
    max-width: -moz-calc(50% - -595.83433px);
    max-width: calc(50% - -595.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1270.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1320.001px;
    -ms-flex: 0 0 1320.001px;
    flex: 0 0 1320.001px;
    max-width: 1320.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -600.001px);
    max-width: -moz-calc(50% - -600.001px);
    max-width: calc(50% - -600.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1280.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1329.16767px;
    -ms-flex: 0 0 1329.16767px;
    flex: 0 0 1329.16767px;
    max-width: 1329.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1289.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -604.16767px);
    max-width: -moz-calc(50% - -604.16767px);
    max-width: calc(50% - -604.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1289.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1338.33433px;
    -ms-flex: 0 0 1338.33433px;
    flex: 0 0 1338.33433px;
    max-width: 1338.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1298.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -608.33433px);
    max-width: -moz-calc(50% - -608.33433px);
    max-width: calc(50% - -608.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1298.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1347.501px;
    -ms-flex: 0 0 1347.501px;
    flex: 0 0 1347.501px;
    max-width: 1347.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -612.501px);
    max-width: -moz-calc(50% - -612.501px);
    max-width: calc(50% - -612.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1307.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1356.66767px;
    -ms-flex: 0 0 1356.66767px;
    flex: 0 0 1356.66767px;
    max-width: 1356.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -616.66767px);
    max-width: -moz-calc(50% - -616.66767px);
    max-width: calc(50% - -616.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1316.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1365.83433px;
    -ms-flex: 0 0 1365.83433px;
    flex: 0 0 1365.83433px;
    max-width: 1365.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1325.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -620.83433px);
    max-width: -moz-calc(50% - -620.83433px);
    max-width: calc(50% - -620.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1325.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1375.001px;
    -ms-flex: 0 0 1375.001px;
    flex: 0 0 1375.001px;
    max-width: 1375.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -625.001px);
    max-width: -moz-calc(50% - -625.001px);
    max-width: calc(50% - -625.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1335.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1384.16767px;
    -ms-flex: 0 0 1384.16767px;
    flex: 0 0 1384.16767px;
    max-width: 1384.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1344.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -629.16767px);
    max-width: -moz-calc(50% - -629.16767px);
    max-width: calc(50% - -629.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1344.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1393.33433px;
    -ms-flex: 0 0 1393.33433px;
    flex: 0 0 1393.33433px;
    max-width: 1393.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1353.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -633.33433px);
    max-width: -moz-calc(50% - -633.33433px);
    max-width: calc(50% - -633.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1353.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1402.501px;
    -ms-flex: 0 0 1402.501px;
    flex: 0 0 1402.501px;
    max-width: 1402.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -637.501px);
    max-width: -moz-calc(50% - -637.501px);
    max-width: calc(50% - -637.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1362.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1411.66767px;
    -ms-flex: 0 0 1411.66767px;
    flex: 0 0 1411.66767px;
    max-width: 1411.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1371.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -641.66767px);
    max-width: -moz-calc(50% - -641.66767px);
    max-width: calc(50% - -641.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1371.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1420.83433px;
    -ms-flex: 0 0 1420.83433px;
    flex: 0 0 1420.83433px;
    max-width: 1420.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1380.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -645.83433px);
    max-width: -moz-calc(50% - -645.83433px);
    max-width: calc(50% - -645.83433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1380.83433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -650.001px);
    max-width: -moz-calc(50% - -650.001px);
    max-width: calc(50% - -650.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1439.16767px;
    -ms-flex: 0 0 1439.16767px;
    flex: 0 0 1439.16767px;
    max-width: 1439.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1399.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -654.16767px);
    max-width: -moz-calc(50% - -654.16767px);
    max-width: calc(50% - -654.16767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1399.16767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1448.33433px;
    -ms-flex: 0 0 1448.33433px;
    flex: 0 0 1448.33433px;
    max-width: 1448.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1408.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -658.33433px);
    max-width: -moz-calc(50% - -658.33433px);
    max-width: calc(50% - -658.33433px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1408.33433px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1457.501px;
    -ms-flex: 0 0 1457.501px;
    flex: 0 0 1457.501px;
    max-width: 1457.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1417.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -662.501px);
    max-width: -moz-calc(50% - -662.501px);
    max-width: calc(50% - -662.501px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1417.501px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="11"] {
    -webkit-flex: 0 0 1466.66767px;
    -ms-flex: 0 0 1466.66767px;
    flex: 0 0 1466.66767px;
    max-width: 1466.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1426.66767px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -666.66767px);
    max-width: -moz-calc(50% - -666.66767px);
    max-width: calc(50% - -666.66767px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1426.66767px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1400.001px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1400.001px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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_1400.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% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_row_width_boxed_1400.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: 1400.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_1400 .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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_0.bt_bb_row_width_boxed_1400.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_gap_5.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1410.001px;
    -ms-flex: 0 0 1410.001px;
    flex: 0 0 1410.001px;
    max-width: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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% - -705.001px);
    max-width: -moz-calc(50% - -705.001px);
    max-width: calc(50% - -705.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_5.bt_bb_row_width_boxed_1400.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: 1370.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1420.001px;
    -ms-flex: 0 0 1420.001px;
    flex: 0 0 1420.001px;
    max-width: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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% - -710.001px);
    max-width: -moz-calc(50% - -710.001px);
    max-width: calc(50% - -710.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_10.bt_bb_row_width_boxed_1400.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: 1380.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1430.001px;
    -ms-flex: 0 0 1430.001px;
    flex: 0 0 1430.001px;
    max-width: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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% - -715.001px);
    max-width: -moz-calc(50% - -715.001px);
    max-width: calc(50% - -715.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_15.bt_bb_row_width_boxed_1400.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: 1390.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1440.001px;
    -ms-flex: 0 0 1440.001px;
    flex: 0 0 1440.001px;
    max-width: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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% - -720.001px);
    max-width: -moz-calc(50% - -720.001px);
    max-width: calc(50% - -720.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_20.bt_bb_row_width_boxed_1400.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: 1400.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1450.001px;
    -ms-flex: 0 0 1450.001px;
    flex: 0 0 1450.001px;
    max-width: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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% - -725.001px);
    max-width: -moz-calc(50% - -725.001px);
    max-width: calc(50% - -725.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_25.bt_bb_row_width_boxed_1400.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: 1410.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1460.001px;
    -ms-flex: 0 0 1460.001px;
    flex: 0 0 1460.001px;
    max-width: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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% - -730.001px);
    max-width: -moz-calc(50% - -730.001px);
    max-width: calc(50% - -730.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_30.bt_bb_row_width_boxed_1400.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: 1420.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1470.001px;
    -ms-flex: 0 0 1470.001px;
    flex: 0 0 1470.001px;
    max-width: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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% - -735.001px);
    max-width: -moz-calc(50% - -735.001px);
    max-width: calc(50% - -735.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_35.bt_bb_row_width_boxed_1400.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: 1430.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1480.001px;
    -ms-flex: 0 0 1480.001px;
    flex: 0 0 1480.001px;
    max-width: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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% - -740.001px);
    max-width: -moz-calc(50% - -740.001px);
    max-width: calc(50% - -740.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_40.bt_bb_row_width_boxed_1400.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: 1440.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1490.001px;
    -ms-flex: 0 0 1490.001px;
    flex: 0 0 1490.001px;
    max-width: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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% - -745.001px);
    max-width: -moz-calc(50% - -745.001px);
    max-width: calc(50% - -745.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_45.bt_bb_row_width_boxed_1400.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: 1450.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1500.001px;
    -ms-flex: 0 0 1500.001px;
    flex: 0 0 1500.001px;
    max-width: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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% - -750.001px);
    max-width: -moz-calc(50% - -750.001px);
    max-width: calc(50% - -750.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_50.bt_bb_row_width_boxed_1400.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: 1460.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1510.001px;
    -ms-flex: 0 0 1510.001px;
    flex: 0 0 1510.001px;
    max-width: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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% - -755.001px);
    max-width: -moz-calc(50% - -755.001px);
    max-width: calc(50% - -755.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_55.bt_bb_row_width_boxed_1400.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: 1470.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1520.001px;
    -ms-flex: 0 0 1520.001px;
    flex: 0 0 1520.001px;
    max-width: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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% - -760.001px);
    max-width: -moz-calc(50% - -760.001px);
    max-width: calc(50% - -760.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_60.bt_bb_row_width_boxed_1400.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: 1480.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1530.001px;
    -ms-flex: 0 0 1530.001px;
    flex: 0 0 1530.001px;
    max-width: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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% - -765.001px);
    max-width: -moz-calc(50% - -765.001px);
    max-width: calc(50% - -765.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_65.bt_bb_row_width_boxed_1400.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: 1490.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1540.001px;
    -ms-flex: 0 0 1540.001px;
    flex: 0 0 1540.001px;
    max-width: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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% - -770.001px);
    max-width: -moz-calc(50% - -770.001px);
    max-width: calc(50% - -770.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_70.bt_bb_row_width_boxed_1400.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: 1500.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1550.001px;
    -ms-flex: 0 0 1550.001px;
    flex: 0 0 1550.001px;
    max-width: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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% - -775.001px);
    max-width: -moz-calc(50% - -775.001px);
    max-width: calc(50% - -775.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_75.bt_bb_row_width_boxed_1400.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: 1510.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1560.001px;
    -ms-flex: 0 0 1560.001px;
    flex: 0 0 1560.001px;
    max-width: 1560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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% - -780.001px);
    max-width: -moz-calc(50% - -780.001px);
    max-width: calc(50% - -780.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_80.bt_bb_row_width_boxed_1400.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: 1520.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1570.001px;
    -ms-flex: 0 0 1570.001px;
    flex: 0 0 1570.001px;
    max-width: 1570.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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% - -785.001px);
    max-width: -moz-calc(50% - -785.001px);
    max-width: calc(50% - -785.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_85.bt_bb_row_width_boxed_1400.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: 1530.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1580.001px;
    -ms-flex: 0 0 1580.001px;
    flex: 0 0 1580.001px;
    max-width: 1580.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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% - -790.001px);
    max-width: -moz-calc(50% - -790.001px);
    max-width: calc(50% - -790.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_90.bt_bb_row_width_boxed_1400.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: 1540.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1590.001px;
    -ms-flex: 0 0 1590.001px;
    flex: 0 0 1590.001px;
    max-width: 1590.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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% - -795.001px);
    max-width: -moz-calc(50% - -795.001px);
    max-width: calc(50% - -795.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_95.bt_bb_row_width_boxed_1400.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: 1550.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400 .bt_bb_column_inner[data-width="12"] {
    -webkit-flex: 0 0 1600.001px;
    -ms-flex: 0 0 1600.001px;
    flex: 0 0 1600.001px;
    max-width: 1600.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1560.001px;
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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% - -800.001px);
    max-width: -moz-calc(50% - -800.001px);
    max-width: calc(50% - -800.001px);
    }
.bt_bb_row_inner.bt_bb_column_inner_gap_100.bt_bb_row_width_boxed_1400.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: 1560.001px;
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.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: 1201px) and (max-width: 1400px) {
.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: 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;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
    }
.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
    }
.bt_bb_icon .bt_bb_icon_holder:before {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
    }
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.4em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
    }
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
    }
.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
    }
.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: .5em;
    }
.rtl .bt_bb_icon .bt_bb_icon_holder span {
    float: right;
    padding-left: 0;
    padding-right: .5em;
    }
.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
    }
.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
    }
.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
    }
.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    line-height: 0;
    }
.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: var(--primary-color,transparent);
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    color: var(--secondary-color,black);
    }
.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: var(--primary-color);
    }
.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
    color: var(--secondary-color);
    }
.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
    }
.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
    }
.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
    }
.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
    }
.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
    }
.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
    }
.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
    }
.bt_bb_button a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
.bt_bb_button a:hover {
    text-decoration: none;
    }
.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.rtl .bt_bb_button a {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
    }
.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.406em;
    }
.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.5em;
    }
.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
    }
.bt_bb_button .bt_bb_icon_holder {
    display: block;
    }
.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .5em;
    }
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .5em;
    }
.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text {
    font-weight: 900;
    }
.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
    }
.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text {
    text-transform: none;
    }
.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text {
    text-transform: uppercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text {
    text-transform: capitalize;
    }
.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text {
    text-transform: lowercase;
    }
.bt_bb_button.bt_bb_style_outline a {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_button.bt_bb_style_outline a:hover {
    -webkit-box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    box-shadow: 0 0 0 3em var(--primary-color,black) inset;
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_filled a {
    -webkit-box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    box-shadow: 0 0 0 3em var(--secondary-color,white) inset;
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_filled a:hover {
    -webkit-box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    box-shadow: 0 0 0 0 var(--secondary-color,white) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_button.bt_bb_style_clean a {
    color: var(--primary-color,black);
    }
.bt_bb_button.bt_bb_style_clean a:hover {
    color: var(--secondary-color);
    }

/* Gutemberg separator fix */
html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]) {
    border-top-style: inherit;
    border-left-style: inherit;
    border-right-style: inherit;
    }
html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]) {
    border-style: inherit;
    }

/* Legacy separator */
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
    }
.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator:before {
    top: 0;
    bottom: 0;
    }
.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
    }
.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
    }
body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):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: -0px;
    }
.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -0px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -5px;
    }
.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -5px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -10px;
    }
.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -10px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -15px;
    }
.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -15px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -20px;
    }
.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -20px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -25px;
    }
.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -25px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -30px;
    }
.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -30px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -35px;
    }
.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -35px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -40px;
    }
.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -40px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -45px;
    }
.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -45px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -50px;
    }
.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -50px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_55 {
    margin-bottom: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -55px;
    }
.bt_bb_separator.bt_bb_top_spacing_55 {
    margin-top: 55px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -55px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -60px;
    }
.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -60px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -65px;
    }
.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -65px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -70px;
    }
.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -70px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -75px;
    }
.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -75px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -80px;
    }
.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -80px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -85px;
    }
.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -85px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -90px;
    }
.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -90px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -95px;
    }
.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -95px;
    }
.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -100px;
    }
.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
    }
body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -100px;
    }

/* New separator */
.bt_bb_separator_v2 {
    line-height: 0;
    clear: both;
    border-bottom-color: currentColor;
    color: var(--primary-color);
    }
.bt_bb_separator_v2:before,
.bt_bb_separator_v2:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: table;
    width: 100%;
    clear: both;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .3;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: none;
    }
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: solid;
    }
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dotted;
    }
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dashed;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25em;
    line-height: 0;
    height: 0;
    }
.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: none;
    }
.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: .75em;
    }
.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1.5em;
    }
.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 3em;
    }
.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: .75em;
    }
.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1em;
    }
.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.25em;
    }
.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.5em;
    }
.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.75em;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 1px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 2px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 3px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 4px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 5px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 6px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 7px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 8px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 9px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 10px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 11px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 12px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 13px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 14px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 15px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 16px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 17px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 18px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 19px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 20px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 25px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 30px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 35px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 40px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 45px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 50px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 55px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 60px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 65px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 70px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 75px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 80px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 85px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 90px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 95px;
    }
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 100px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_small {
    padding-top: .5em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_small {
    padding-top: 1em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_normal {
    padding-top: 2em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_medium {
    padding-top: 4em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_large {
    padding-top: 8em;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_extra_large {
    padding-top: 16em;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_0 {
    padding-bottom: 0;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_0 {
    padding-top: 0;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_5 {
    padding-bottom: 5px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_5 {
    padding-top: 5px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_10 {
    padding-bottom: 10px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_10 {
    padding-top: 10px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_15 {
    padding-bottom: 15px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_15 {
    padding-top: 15px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_20 {
    padding-bottom: 20px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_20 {
    padding-top: 20px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_25 {
    padding-bottom: 25px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_25 {
    padding-top: 25px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_30 {
    padding-bottom: 30px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_30 {
    padding-top: 30px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_35 {
    padding-bottom: 35px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_35 {
    padding-top: 35px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_40 {
    padding-bottom: 40px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_40 {
    padding-top: 40px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_45 {
    padding-bottom: 45px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_45 {
    padding-top: 45px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_50 {
    padding-bottom: 50px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_50 {
    padding-top: 50px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_55 {
    padding-bottom: 55px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_55 {
    padding-top: 55px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_60 {
    padding-bottom: 60px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_60 {
    padding-top: 60px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_65 {
    padding-bottom: 65px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_65 {
    padding-top: 65px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_70 {
    padding-bottom: 70px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_70 {
    padding-top: 70px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_75 {
    padding-bottom: 75px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_75 {
    padding-top: 75px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_80 {
    padding-bottom: 80px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_80 {
    padding-top: 80px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_85 {
    padding-bottom: 85px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_85 {
    padding-top: 85px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_90 {
    padding-bottom: 90px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_90 {
    padding-top: 90px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_95 {
    padding-bottom: 95px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_95 {
    padding-top: 95px;
    }
.bt_bb_separator_v2.bt_bb_bottom_spacing_100 {
    padding-bottom: 100px;
    }
.bt_bb_separator_v2.bt_bb_top_spacing_100 {
    padding-top: 100px;
    }
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-color: var(--secondary-color);
    }
.bt_bb_headline {
    color: var(--primary-color);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
    }
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow-wrap: inherit;
    }
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
    }
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.5rem;
    }
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 2rem;
    }
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.5rem;
    }
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
    }
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
    }
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5rem;
    }
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6 {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6 {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6 {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6 {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6 {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6 {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6 {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6 {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6 {
    font-weight: 900;
    }
.bt_bb_text_transform_uppercase.bt_bb_headline h1,
.bt_bb_text_transform_uppercase.bt_bb_headline h2,
.bt_bb_text_transform_uppercase.bt_bb_headline h3,
.bt_bb_text_transform_uppercase.bt_bb_headline h4,
.bt_bb_text_transform_uppercase.bt_bb_headline h5,
.bt_bb_text_transform_uppercase.bt_bb_headline h6 {
    text-transform: uppercase;
    }
.bt_bb_text_transform_lowercase.bt_bb_headline h1,
.bt_bb_text_transform_lowercase.bt_bb_headline h2,
.bt_bb_text_transform_lowercase.bt_bb_headline h3,
.bt_bb_text_transform_lowercase.bt_bb_headline h4,
.bt_bb_text_transform_lowercase.bt_bb_headline h5,
.bt_bb_text_transform_lowercase.bt_bb_headline h6 {
    text-transform: lowercase;
    }
.bt_bb_text_transform_capitalize.bt_bb_headline h1,
.bt_bb_text_transform_capitalize.bt_bb_headline h2,
.bt_bb_text_transform_capitalize.bt_bb_headline h3,
.bt_bb_text_transform_capitalize.bt_bb_headline h4,
.bt_bb_text_transform_capitalize.bt_bb_headline h5,
.bt_bb_text_transform_capitalize.bt_bb_headline h6 {
    text-transform: capitalize;
    }
.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    }
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-right: auto;
    margin-left: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: 0;
    }
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
    }
.bt_bb_headline .bt_bb_headline_content span {
    display: block;
    }
.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
    }
.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    }
.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: normal;
    }
.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bold;
    }
.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bolder;
    }
.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
    }
.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
    }
.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
    }
.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    }
.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
    }
.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
    }
.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
    }
.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
    }
.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
    }
.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: uppercase;
    }
.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: lowercase;
    }
.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: capitalize;
    }
.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
    }
.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: normal;
    }
.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bold;
    }
.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bolder;
    }
.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
    }
.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
    }
.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
    }
.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 400;
    }
.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 500;
    }
.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 600;
    }
.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 700;
    }
.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 800;
    }
.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 900;
    }
.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: uppercase;
    }
.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: lowercase;
    }
.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: capitalize;
    }
.bt_bb_headline .bt_bb_headline_superheadline {
    color: var(--secondary-color);
    }
.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    }
.bt_bb_image {
    display: block;
    overflow: hidden;
    }
.bt_bb_image > a,
.bt_bb_image > span {
    display: block;
    line-height: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }
.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
    }
.bt_bb_image img[src$="svg"] {
    width: 100%;
    }
.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
    }
.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
    }
.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
    }
.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_image + .bt_bb_image {
    margin-left: 1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_image + .bt_bb_image {
    margin-right: 1em;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right.bt_bb_image + .bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_image + .bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    display: inline-block;
    clear: none;
    }
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in > a,
.bt_bb_image.bt_bb_hover_style_to-grayscale > a,
.bt_bb_image.bt_bb_hover_style_from-grayscale > a,
.bt_bb_image.bt_bb_hover_style_zoom-in > span,
.bt_bb_image.bt_bb_hover_style_to-grayscale > span,
.bt_bb_image.bt_bb_hover_style_from-grayscale > span {
    display: block;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
.bt_bb_image.bt_bb_hover_style_flip {
    -webkit-perspective: 350px;
    -moz-perspective: 350px;
    perspective: 350px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
    }
.bt_bb_image.bt_bb_hover_style_flip > a,
.bt_bb_image.bt_bb_hover_style_flip > span {
    -webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip:hover > a,
.bt_bb_image.bt_bb_hover_style_flip:hover > span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
    }
.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 4000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 3000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 2000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 1000ms cubic-bezier(.455,.030,.515,.955);
    }
.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 300px));
    -webkit-transform: translateY(calc(-100% + 300px));
    -moz-transform: translateY(-moz-calc(-100% + 300px));
    -moz-transform: translateY(calc(-100% + 300px));
    -ms-transform: translateY(calc(-100% + 300px));
    transform: translateY(-webkit-calc(-100% + 300px));
    transform: translateY(-moz-calc(-100% + 300px));
    transform: translateY(calc(-100% + 300px));
    }
.bt_bb_image.bt_bb_content_exists {
    position: relative;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 1em;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
    }
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
    }
.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }
.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    }
.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
    }
.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transform: scale3d(1,1,.99);
    -moz-transform: scale3d(1,1,.99);
    -ms-transform: scale3d(1,1,.99);
    transform: scale3d(1,1,.99);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    }
:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > span {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > span {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
    }
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    }

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: initial;
    }
.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    }
.bt_bb_service .bt_bb_icon_holder {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-decoration: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: .25em;
    }
.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
    }
.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
    }
.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
    }
.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
    }
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
    }
.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
    }
.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
    }
.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
    }
.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
    }
.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
    }
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
    }
.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
    }
.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
    }
.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    }
.bt_bb_service .bt_bb_service_content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    }
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding: 0 1em 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    }
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    box-shadow: 0 0 0 1px var(--primary-color,black) inset;
    color: var(--primary-color,black);
    background-color: transparent;
    }
.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    box-shadow: 0 0 0 1em var(--primary-color,black) inset;
    background-color: var(--primary-color,black);
    color: var(--secondary-color,white);
    }
.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color,black) inset;
    color: var(--primary-color,white);
    }
.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color,black) inset;
    background-color: var(--primary-color,transparent);
    color: var(--secondary-color,black);
    }
.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
    color: var(--primary-color);
    }
.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
    color: var(--secondary-color);
    }
.bt_bb_tabs {
    position: relative;
    }
ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    }
ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
ul.bt_bb_tabs_header li.on {
    cursor: auto;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
    }
ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
    }
ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
    }
.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
    }
.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
    }
.bt_bb_tab_item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
    }
.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
    }
.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on {
    border-color: var(--tabs-primary-color,black);
    color: var(--tabs-primary-color,black);
    background-color: transparent;
    }
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
    background-color: var(--tabs-primary-color,black);
    color: var(--tabs-secondary-color,white);
    border-color: var(--tabs-primary-color,black);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: var(--tabs-secondary-color);
    }
.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on {
    color: var(--tabs-primary-color,black);
    border-color: var(--tabs-primary-color,black);
    }
@media (max-width: 580px) {
ul.bt_bb_tabs_header {
    display: block;
    }
ul.bt_bb_tabs_header li {
    float: none;
    }
.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 1px 0 0;
    }
.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: color 300ms ease,background-color 300ms ease;
    -moz-transition: color 300ms ease,background-color 300ms ease;
    transition: color 300ms ease,background-color 300ms ease;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
    }
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    }
.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
    }
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
    }
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
    }
.bt_bb_accordion .bt_bb_accordion_item {
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title {
    border-color: var(--accordion-primary-color,black);
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    background-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-primary-color,black);
    background-color: transparent;
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-primary-color,black);
    border-color: var(--accordion-primary-color,black);
    }
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color,white);
    border-color: var(--accordion-secondary-color,white);
    }
.bt_bb_video {
    display: block;
    position: relative;
    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-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: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
    }
.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
    }
.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
    }
.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
    }
.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
    }
.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
    }

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
    }
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
    }
button.slick-arrow:focus {
    outline: none;
    }
button.slick-arrow.slick-next {
    right: 0;
    }
button.slick-arrow.slick-next:before {
    content: '\e684';
    }
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
    }
.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
    }
button.slick-arrow.slick-prev {
    left: 0;
    }
button.slick-arrow.slick-prev:before {
    content: '\e686';
    }
.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
    }
.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
    }
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
    }
button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
    }
.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    }
.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
    }
.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    }
.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
    }
.slick-list {
    width: 100%;
    position: relative;
    }
.slick-list .slick-slide {
    background-size: cover;
    }
.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    }
.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
    }
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    }
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
    }
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    }

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
    }
.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
    }
.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
    }
.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
    }
.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
    }
.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,1) 100%);
    }

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
    }
.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
    }
.bt_bb_grid_hide {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
    }
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
    }
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
    }
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
    }
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
    }
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
    }
@media screen and (max-width: 768px) {
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 100%;
    }
}

/* Post text content */
.bt_bb_grid_item_post_content {
    background: rgba(0,0,0,.05);
    padding: 1.5em 1em .5em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
    }
.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
    }

/* Post image */
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0,0,0,.3);
    overflow: hidden;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    inset: 0;
    position: absolute;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 400ms ease all;
    -moz-transition: 400ms ease all;
    transition: 400ms ease all;
    height: 100%;
    object-fit: cover;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    opacity: 1;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    }
.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    transform: translate(1px,1px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(5px,5px);
    -moz-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    transform: translate(5px,5px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(20px,20px);
    -moz-transform: translate(20px,20px);
    -ms-transform: translate(20px,20px);
    transform: translate(20px,20px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    }
.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(30px,30px);
    -moz-transform: translate(30px,30px);
    -ms-transform: translate(30px,30px);
    transform: translate(30px,30px);
    }
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
    }
.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
    }
.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
    }
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0,0,0,.05);
    }
.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    -moz-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
    }
@-webkit-keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-moz-keyframes bt_bb_grid_animation {
0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@keyframes bt_bb_grid_animation {
0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    }
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
    }
.mfp-container {
    background: rgba(0,0,0,.7);
    }

/* image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
    }
.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: var(--secondary-color,black);
    }
.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
    }
.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
    }
.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    }
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    }
.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
    }
.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
    }
.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
    }
.bt_bb_price_list .bt_bb_price_list_title {
    color: var(--primary-color,white);
    background-color: var(--secondary-color,black);
    }
.bt_bb_price_list ul li {
    border-color: var(--secondary-color,black);
    }
.bt_bb_latest_posts_item {
    position: relative;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
    }
.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
    }
.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
    }
.bt_bb_latest_posts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
    }

/*@for i in range(0, 10) {
	.bt_bb_latest_posts.bt_bb_gap_#(i) {
		margin: 0 -#(i)px;
		.bt_bb_latest_posts_item { padding: 0 #(i)px #(i)px;}
		&.bt_bb_columns_1 .bt_bb_latest_posts_item {padding: 0 0 #(i)px;}
	}
}*/
.bt_bb_latest_posts {
    margin: -1em -1em 0;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    padding: 2em 1em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small {
    margin: -.5em -.5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 1em .5em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap {
    margin: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding: 0;
    }
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_category,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    padding-left: .5em;
    padding-right: .5em;
    }
.bt_bb_latest_posts.bt_bb_gap_large {
    margin: -2em -2em 0;
    }
.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 4em 2em 0;
    }
@media (max-width: 992px) {
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media (max-width: 370px) {
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

.bt_bb_custom_menu > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    display: inline-block;
    float: left;
    padding: 0 .25em;
    }
.rtl .bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    float: right;
    }
.bt_bb_font_weight_normal.bt_bb_custom_menu {
    font-weight: normal;
    }
.bt_bb_font_weight_bold.bt_bb_custom_menu {
    font-weight: bold;
    }
.bt_bb_font_weight_bolder.bt_bb_custom_menu {
    font-weight: bolder;
    }
.bt_bb_font_weight_lighter.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_light.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_thin.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_100.bt_bb_custom_menu {
    font-weight: 100;
    }
.bt_bb_font_weight_200.bt_bb_custom_menu {
    font-weight: 200;
    }
.bt_bb_font_weight_300.bt_bb_custom_menu {
    font-weight: 300;
    }
.bt_bb_font_weight_400.bt_bb_custom_menu {
    font-weight: 400;
    }
.bt_bb_font_weight_500.bt_bb_custom_menu {
    font-weight: 500;
    }
.bt_bb_font_weight_600.bt_bb_custom_menu {
    font-weight: 600;
    }
.bt_bb_font_weight_700.bt_bb_custom_menu {
    font-weight: 700;
    }
.bt_bb_font_weight_800.bt_bb_custom_menu {
    font-weight: 800;
    }
.bt_bb_font_weight_900.bt_bb_custom_menu {
    font-weight: 900;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu div ul,
.bt_bb_align_center.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_align_center .bt_bb_custom_menu > div,
.bt_bb_align_center.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_custom_menu > div {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu div ul,
.bt_bb_align_right.bt_bb_custom_menu div ul,
.bt_bb_align_right .bt_bb_custom_menu div ul {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_left .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_center .bt_bb_align_right .bt_bb_custom_menu > div,
.bt_bb_align_right.bt_bb_custom_menu > div,
.bt_bb_align_right .bt_bb_custom_menu > div {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
.bt_bb_progress_bar {
    overflow: hidden;
    position: relative;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .5em 1em;
    z-index: 1;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    }
.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: right;
    }
.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: left;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: center;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
    }
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 5px;
    }
.bt_bb_size_small.bt_bb_progress_bar {
    font-size: .9em;
    }
.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .3em .5em;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border: 1px solid black;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border-bottom: 2px solid black;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
    }
.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: white;
    background: black;
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    float: right;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    }
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
    background: var(--secondary-color);
    }
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner,
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
    border-color: var(--primary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg {
    background: var(--primary-color);
    }
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner {
    background: var(--secondary-color);
    color: var(--primary-color);
    }
.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }

/*.bt_bb_google_maps {
	&.bt_bb_google_maps_with_content {
		position: relative;
		.bt_bb_google_maps_map {
			position: absolute;
			left: 0;
			right: 0;
			top: 1;
			bottom: 0;
			height: 100% !important;
			width: 100% !important;
		}
	}
	.bt_bb_google_maps_content {
		position: relative;
		display: none;
		pointer-events: none;
		.bt_bb_google_maps_with_content& {
			display: block;
		}
		.bt_bb_google_maps_no_overlay&, .bt_bb_google_maps_no_overlay.bt_bb_google_maps_with_content& {
			opacity: 0;
		}
		.bt_bb_google_maps_content_wrapper {
			display: flex;
			overflow: hidden;
			margin: 1em;
			width: 30%;
			.bt_bb_google_maps_location {
				background: white;
				padding: 1em;
				opacity: 0;
				flex: 0 0 100%;
				transition: opacity 300ms ease;
				order: 1;
				pointer-events: none;
				&.bt_bb_google_maps_location_without_content {
					visibility: hidden;
				}
				&.bt_bb_google_maps_location_show {
					opacity: 1;
					order: 0;
					pointer-events: all;
				}
			}			
		}
	}
}

@media (max-width: 768px) {
	.bt_bb_google_maps  .bt_bb_google_maps_content  .bt_bb_google_maps_content_wrapper {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_map {
		height: 250px !important;
		position: relative;
	}
	.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
		width: 100%;
		margin: 0;
	}
}

*/
.bt_bb_map {
    position: relative;
    }
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map .bt_bb_map_content {
    position: relative;
    display: none;
    pointer-events: none;
    }
.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    display: block;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
.bt_bb_map_no_overlay.bt_bb_map .bt_bb_map_content,
.bt_bb_map_no_overlay.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    opacity: 0;
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding: 1em;
    width: 30%;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
    background: white;
    padding: 1em;
    opacity: 0;
    visibility: hidden;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_without_content {
    visibility: hidden;
    }
.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location.bt_bb_map_location_show {
    opacity: 1;
    visibility: visible;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    pointer-events: all;
    }
@media (max-width: 768px) {
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_map.bt_bb_map_with_content:not(.bt_bb_map_type_static) .bt_bb_map_map {
    height: 600px !important;
    position: relative;
    }
.bt_bb_map .bt_bb_map_content:not(.bt_bb_map_type_static) .bt_bb_map_content_wrapper {
    width: 100%;
    margin: 0;
    }
.bt_bb_map_type_static.bt_bb_map_with_content.bt_bb_map .bt_bb_map_content {
    position: relative;
    }
}

/*.mapscroll-wrap {
	width: 100% !important;
}

.mapscroll-button {
	right: 24px !important;
}*/
/* CALCULATOR */
.bt_bb_cost_calculator .bt_bb_cost_calculator_item {
    margin: 0 0 1em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
    padding: .625em .4375em;
    line-height: 1.1;
    border: 1px solid grey;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
    margin: 0 0 .3em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
    background: #ddd;
    color: #000;
    padding: .8em 1.25em;
    }
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #333;
    font-weight: 700;
    color: #fff;
    padding: .8em 2em;
    }

/* CALCULATOR - SELECT */
.bt_bb_widget_select {
    cursor: pointer;
    position: relative;
    }
.bt_bb_widget_select_selected {
    border: 1px solid #666;
    line-height: 1.1;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_selected > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_selected > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    border: 1px solid #666;
    margin: .2em 0 0;
    background-color: #fff;
    color: #000;
    }
.bt_bb_widget_select_items > div[data-value] {
    line-height: 1.25;
    padding: .625em .4375em;
    }
.bt_bb_widget_select_items > div[data-value] > div:first-child {
    font-weight: 700;
    }
.bt_bb_widget_select_items > div[data-value] > div:last-child {
    margin-top: .5em;
    font-size: .875em;
    }
.bt_bb_widget_select_items > div[data-value="0"] {
    display: none;
    }
.bt_bb_widget_select_items > div:hover {
    background: rgba(0,0,0,.1);
    }

/* CALCULATOR - SWITCH */
.bt_bb_widget_switch {
    height: 1.5em;
    width: 3em;
    background: #ddd;
    border-radius: 1em;
    cursor: pointer;
    }
.bt_bb_widget_switch.on {
    background: #666;
    }
.bt_bb_widget_switch > div {
    height: 1.5em;
    width: 1.5em;
    background: white;
    border-radius: 1em;
    border: .2em solid #666;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    }
.on.bt_bb_widget_switch > div {
    -webkit-transform: translateX(1.5em);
    -moz-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em);
    }
.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    transition: transform 1000ms cubic-bezier(.190,1,.220,1),opacity 1000ms cubic-bezier(.190,1,.220,1);
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(20) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(18) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(19) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(16) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(17) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(14) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(15) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(13) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(10) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(11) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(19) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(20) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(8) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(9) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(17) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(18) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(19) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(6) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(7) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(15) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(16) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(17) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(4) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(5) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(13) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(14) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(15) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(2) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(3) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(11) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(12) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(13) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(18) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(19) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(1) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(9) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(10) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(11) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(16) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(17) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(19) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(20) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(7) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(8) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(9) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(14) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(15) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(17) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(18) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(19) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(5) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(6) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(7) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(12) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(13) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(15) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(16) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(17) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(3) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(4) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(5) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(10) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(11) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(13) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(14) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(15) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(20) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(1) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(2) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(3) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(8) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(9) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(11) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(12) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(13) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(18) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(19) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(1) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(6) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(7) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(9) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(10) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(11) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(16) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(17) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(19) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(20) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(4) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(5) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(7) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(8) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(9) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(14) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(15) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(17) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(18) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(19) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(2) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(3) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(5) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(6) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(7) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(12) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(13) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(15) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(16) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(17) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(1) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    -webkit-transition-delay: 4200ms;
    -moz-transition-delay: 4200ms;
    transition-delay: 4200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(3) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(4) {
    -webkit-transition-delay: 4400ms;
    -moz-transition-delay: 4400ms;
    transition-delay: 4400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(5) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    -webkit-transition-delay: 4600ms;
    -moz-transition-delay: 4600ms;
    transition-delay: 4600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    -webkit-transition-delay: 4800ms;
    -moz-transition-delay: 4800ms;
    transition-delay: 4800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    -webkit-transition-delay: 4900ms;
    -moz-transition-delay: 4900ms;
    transition-delay: 4900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(10) {
    -webkit-transition-delay: 5000ms;
    -moz-transition-delay: 5000ms;
    transition-delay: 5000ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(11) {
    -webkit-transition-delay: 5100ms;
    -moz-transition-delay: 5100ms;
    transition-delay: 5100ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    -webkit-transition-delay: 5200ms;
    -moz-transition-delay: 5200ms;
    transition-delay: 5200ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(13) {
    -webkit-transition-delay: 5300ms;
    -moz-transition-delay: 5300ms;
    transition-delay: 5300ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(14) {
    -webkit-transition-delay: 5400ms;
    -moz-transition-delay: 5400ms;
    transition-delay: 5400ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(15) {
    -webkit-transition-delay: 5500ms;
    -moz-transition-delay: 5500ms;
    transition-delay: 5500ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    -webkit-transition-delay: 5600ms;
    -moz-transition-delay: 5600ms;
    transition-delay: 5600ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    -webkit-transition-delay: 5700ms;
    -moz-transition-delay: 5700ms;
    transition-delay: 5700ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    -webkit-transition-delay: 5800ms;
    -moz-transition-delay: 5800ms;
    transition-delay: 5800ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    -webkit-transition-delay: 5900ms;
    -moz-transition-delay: 5900ms;
    transition-delay: 5900ms;
    }
.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(20) {
    -webkit-transition-delay: 6000ms;
    -moz-transition-delay: 6000ms;
    transition-delay: 6000ms;
    }
.animate.bt_bb_section,
.animate.btArticleListItem {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }
.animate.bt_bb_section {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
    }

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
    }
.bt_bb_animation_fade_in.animated {
    opacity: 1;
    }

/* Move, Move & Fade */
.animate[class*="move_down"] {
    -webkit-transform: translate3d(0,-30%,0);
    -moz-transform: translate3d(0,-30%,0);
    -ms-transform: translate3d(0,-30%,0);
    transform: translate3d(0,-30%,0);
    }
.animate[class*="move_down"].bt_bb_separator,
.animate[class*="move_down"].bt_bb_progress_bar,
.animate[class*="move_down"].bt_bb_countdown {
    -webkit-transform: translate3d(0,-50px,0);
    -moz-transform: translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
    }
.animate[class*="move_up"] {
    -webkit-transform: translate3d(0,30px,0);
    -moz-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    }
.animate[class*="move_up"].bt_bb_separator,
.animate[class*="move_up"].bt_bb_progress_bar,
.animate[class*="move_up"].bt_bb_countdown {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    }
.animate[class*="move_left"] {
    -webkit-transform: translate3d(30%,0,0);
    -moz-transform: translate3d(30%,0,0);
    -ms-transform: translate3d(30%,0,0);
    transform: translate3d(30%,0,0);
    }
.animate[class*="move_left"].bt_bb_separator,
.animate[class*="move_left"].bt_bb_progress_bar,
.animate[class*="move_left"].bt_bb_countdown {
    -webkit-transform: translate3d(50px,0,0);
    -moz-transform: translate3d(50px,0,0);
    -ms-transform: translate3d(50px,0,0);
    transform: translate3d(50px,0,0);
    }
.animate[class*="move_right"] {
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
    }
.animate[class*="move_right"].bt_bb_separator,
.animate[class*="move_right"].bt_bb_progress_bar,
.animate[class*="move_right"].bt_bb_countdown {
    -webkit-transform: translate3d(-50px,0,0);
    -moz-transform: translate3d(-50px,0,0);
    -ms-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    }
.animate[class*="move_right"].animated,
.animate[class*="move_left"].animated,
.animate[class*="move_up"].animated,
.animate[class*="move_down"].animated {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

/* Zoom in */
.animate[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    }
.animate[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    }
.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
    }
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
    }
.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
    }
.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
    }
.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
    }
.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
    }
.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
    }

/* IE 10 hack*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}*/
/* Edge hack*/
/*
@supports (-ms-ime-align:auto) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}
*/
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
    }
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
    }
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
    }
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
    }
.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
    }
@media (max-width: 1024px) {
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: initial;
    }
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: initial;
    }
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
    }
}

@media (max-width: 640px) {
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
    }
.bt_bb_instagram .btInstaGrid span img,
.widget_bt_bb_instagram .btInstaGrid span img {
    width: 100%;
    }
.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
    clear: none;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
    }
.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
    }
.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
    }
.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
    }
.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
    }
.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
    }
.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
    }
.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
    }
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
    }
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
    }
@media (max-width: 768px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 33.33333%;
    }
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 50%;
    }
}

@media (max-width: 640px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
    }
.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
    }
.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
    }
.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
    }
.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
    }
.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
    }
.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 1em;
    }
.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    -webkit-flex: 0 1% 0;
    -ms-flex: 0 1% 0;
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
    }
.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
    }
.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    }
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
    }
.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
    }
.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
    }
.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    }
.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
    }
.btCounterHolder .btCountdownHolder {
    overflow: auto;
    padding: 0 15%;
    }
.btCounterHolder .btCountdownHolder > span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
    }
.btCounterHolder .btCountdownHolder > span > span {
    display: inline-block;
    }
.btCounterHolder .btCountdownHolder > span > span > span {
    display: block;
    width: .67em;
    text-align: inherit;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    transition: transform 0ms ease-out;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
    }
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
    }
.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
    }
.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span: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;
    }

/* CSS image grid */
.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    display: grid;
    }
.bt_bb_gap_no_gap.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 0;
    }
.bt_bb_gap_extrasmall.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 1px;
    }
.bt_bb_gap_small.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 5px;
    }
.bt_bb_gap_normal.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 20px;
    }
.bt_bb_gap_large.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-gap: 30px;
    }
.bt_bb_columns_1.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
    display: block;
    object-fit: cover;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    inset: 0;
    pointer-events: none;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    content: "\e618";
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    font-family: Icon7Stroke;
    color: #FFF;
    inset: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3em;
    pointer-events: none;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    opacity: 0;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_shape_rounded.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 5px;
    overflow: hidden;
    }
.bt_bb_shape_round.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    border-radius: 20px;
    overflow: hidden;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before {
    opacity: .5;
    }
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item:hover .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    opacity: 1;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item {
    cursor: unset;
    }
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:before,
.bt_bb_no_lightbox.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image:after {
    display: none;
    }
@media (max-width: 992px) {
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (max-width: 480px) {
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_columns_2.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_3.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_4.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_5.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22,
.bt_bb_columns_6.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

/* CSS post / portfolio grid 
--------------------------------------------------- */
.bt_bb_css_post_grid {
    --accent-color: #0f0;
    --dark-color: #000;
    --light-color: #fff;
    --post-pf-grid-gap-small: .5em;
    --post-pf-grid-gap-normal: 1em;
    --post-pf-grid-gap-large: 2em;
    --post-pf-grid-title-lines: 2;
    --post-pf-grid-excerpt-lines: 3;
    --post-pf-grid-padding: 40px;
    --post-pf-soft-radius: 5px;
    --post-pf-hard-radius: 20px;
    }
.bt_bb_css_post_grid .bt_bb_post_grid_loader {
    margin-top: 2em;
    border: 3px solid rgba(0,0,0,.2);
    border-top: 3px solid var(--dark-color);
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content {
    display: grid;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content a:hover {
    color: inherit;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_sizer {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    }
.bt_bb_css_post_grid .bt_bb_grid_item {
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    }
.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
    border-radius: var(--post-pf-border-radius);
    overflow: hidden;
    }
.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item {
    border-radius: 0;
    }
.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-soft-radius);
    }
.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-hard-radius);
    }
.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
    }
.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
    }

/* Responsive */
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
    container-name: bt_bb_container_22;
    container-type: inline-size;
    }
@media (max-width: 992px) {
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 768px) {
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/span 2;
    grid-row: auto/auto;
    }
}

@media (max-width: 580px) {
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
    grid-column: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
    grid-row: auto/auto;
    }
.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
    grid-column: auto/auto;
    grid-row: auto/auto;
    }
}

@media (min-width: 768px) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
    display: none;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 1.5em;
    }
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    color: inherit;
    }
}

@container (min-width: 36em) {
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
/* Column height fix */
.bt_bb_row .bt_bb_column {
    height: auto;
    display: block;
    }
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* Column inner height fix */
.bt_bb_row_inner .bt_bb_column_inner {
    height: auto;
    display: block;
    }
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* Images fix */
.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: none;
    }
.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: inline-block;
    margin-bottom: -.5em;
    max-width: 100%;
    }

/* Latest post fix */
.bt_bb_latest_posts {
    display: block;
    }
.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
    }
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    float: left;
    }
.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 100%;
    }
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 50%;
    }
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 33.333333%;
    }
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 25%;
    }
.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 20%;
    }
.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    width: 16.666666%;
    }

/* Price list fix */
.bt_bb_price_list .bt_bb_price_list_price {
    display: inline-block;
    }
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .65em;
    }
.btMenuInitFinished .mainHeader {
    visibility: inherit;
    }

/* IE 10 fix start */
.bt_bb_row .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_row_inner .bt_bb_column {
    max-width: 100%;
    }
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    max-width: 91.666666%;
    }
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    max-width: 83.333333%;
    }
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 80%;
    }
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    max-width: 75%;
    }
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    max-width: 66.666666%;
    }
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 60%;
    }
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    max-width: 58.333333%;
    }
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    max-width: 41.666666%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    max-width: 40%;
    }
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 33.333333%;
    }
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    max-width: 20%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 25%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 16.666666%;
    }
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    max-width: 8.333333%;
    }
@media (max-width: 992px) {
.bt_bb_column[data-width="12"],
.bt_bb_column[data-width="11"],
.bt_bb_column[data-width="10"],
.bt_bb_column[data-width="9"],
.bt_bb_column[data-width="8"],
.bt_bb_column[data-width="7"],
.bt_bb_column[data-width="6"],
.bt_bb_column[data-width="5"],
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="12"],
.bt_bb_column_inner[data-width="11"],
.bt_bb_column_inner[data-width="10"],
.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner[data-width="7"],
.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner[data-width="4"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
.bt_bb_column[data-width="2.4"],
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="2.4"],
.bt_bb_column_inner[data-width="9.6"] {
    max-width: 100%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 50%;
    }
}

@media (max-width: 480px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    max-width: 50%;
    }
.bt_bb_column[data-width="4.8"],
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="4.8"],
.bt_bb_column_inner[data-width="7.2"] {
    max-width: 100%;
    }
}

@media (max-width: 370px) {
.bt_bb_column[data-width="3"],
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    }
}

@media (max-width: 992px) and (min-width: 621px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    }
}

@media (max-width: 620px) {
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
.bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
    max-width: 100%;
    }
.bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
.bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
    max-width: 100%;
    }
}

@media (min-width: 1201px) {
.bt_bb_column.col-xl-12,
.bt_bb_column_inner.col-xl-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xl-11,
.bt_bb_column_inner.col-xl-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xl-10,
.bt_bb_column_inner.col-xl-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xl-9_6,
.bt_bb_column_inner.col-xl-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xl-9,
.bt_bb_column_inner.col-xl-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xl-8,
.bt_bb_column_inner.col-xl-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xl-7_2,
.bt_bb_column_inner.col-xl-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xl-7,
.bt_bb_column_inner.col-xl-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xl-6,
.bt_bb_column_inner.col-xl-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xl-5,
.bt_bb_column_inner.col-xl-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xl-4_8,
.bt_bb_column_inner.col-xl-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xl-4,
.bt_bb_column_inner.col-xl-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xl-2_4,
.bt_bb_column_inner.col-xl-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xl-3,
.bt_bb_column_inner.col-xl-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xl-2,
.bt_bb_column_inner.col-xl-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xl-1,
.bt_bb_column_inner.col-xl-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
.bt_bb_column.col-lg-12,
.bt_bb_column_inner.col-lg-12 {
    max-width: 100%;
    }
.bt_bb_column.col-lg-11,
.bt_bb_column_inner.col-lg-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-lg-10,
.bt_bb_column_inner.col-lg-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-lg-9_6,
.bt_bb_column_inner.col-lg-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-lg-9,
.bt_bb_column_inner.col-lg-9 {
    max-width: 75%;
    }
.bt_bb_column.col-lg-8,
.bt_bb_column_inner.col-lg-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-lg-7_2,
.bt_bb_column_inner.col-lg-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-lg-7,
.bt_bb_column_inner.col-lg-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-lg-6,
.bt_bb_column_inner.col-lg-6 {
    max-width: 50%;
    }
.bt_bb_column.col-lg-5,
.bt_bb_column_inner.col-lg-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-lg-4_8,
.bt_bb_column_inner.col-lg-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-lg-4,
.bt_bb_column_inner.col-lg-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-lg-2_4,
.bt_bb_column_inner.col-lg-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-lg-3,
.bt_bb_column_inner.col-lg-3 {
    max-width: 25%;
    }
.bt_bb_column.col-lg-2,
.bt_bb_column_inner.col-lg-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-lg-1,
.bt_bb_column_inner.col-lg-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
.bt_bb_column.col-md-12,
.bt_bb_column_inner.col-md-12 {
    max-width: 100%;
    }
.bt_bb_column.col-md-11,
.bt_bb_column_inner.col-md-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-md-10,
.bt_bb_column_inner.col-md-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-md-9_6,
.bt_bb_column_inner.col-md-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-md-9,
.bt_bb_column_inner.col-md-9 {
    max-width: 75%;
    }
.bt_bb_column.col-md-8,
.bt_bb_column_inner.col-md-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-md-7_2,
.bt_bb_column_inner.col-md-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-md-7,
.bt_bb_column_inner.col-md-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-md-6,
.bt_bb_column_inner.col-md-6 {
    max-width: 50%;
    }
.bt_bb_column.col-md-5,
.bt_bb_column_inner.col-md-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-md-4_8,
.bt_bb_column_inner.col-md-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-md-4,
.bt_bb_column_inner.col-md-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-md-2_4,
.bt_bb_column_inner.col-md-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-md-3,
.bt_bb_column_inner.col-md-3 {
    max-width: 25%;
    }
.bt_bb_column.col-md-2,
.bt_bb_column_inner.col-md-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-md-1,
.bt_bb_column_inner.col-md-1 {
    max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.bt_bb_column.col-sm-12,
.bt_bb_column.col-ms-12,
.bt_bb_column_inner.col-sm-12,
.bt_bb_column_inner.col-ms-12 {
    max-width: 100%;
    }
.bt_bb_column.col-sm-11,
.bt_bb_column.col-ms-11,
.bt_bb_column_inner.col-sm-11,
.bt_bb_column_inner.col-ms-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-sm-10,
.bt_bb_column.col-ms-10,
.bt_bb_column_inner.col-sm-10,
.bt_bb_column_inner.col-ms-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-sm-9_6,
.bt_bb_column.col-ms-9_6,
.bt_bb_column_inner.col-sm-9_6,
.bt_bb_column_inner.col-ms-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-sm-9,
.bt_bb_column.col-ms-9,
.bt_bb_column_inner.col-sm-9,
.bt_bb_column_inner.col-ms-9 {
    max-width: 75%;
    }
.bt_bb_column.col-sm-8,
.bt_bb_column.col-ms-8,
.bt_bb_column_inner.col-sm-8,
.bt_bb_column_inner.col-ms-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-sm-7_2,
.bt_bb_column.col-ms-7_2,
.bt_bb_column_inner.col-sm-7_2,
.bt_bb_column_inner.col-ms-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-sm-7,
.bt_bb_column.col-ms-7,
.bt_bb_column_inner.col-sm-7,
.bt_bb_column_inner.col-ms-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-sm-6,
.bt_bb_column.col-ms-6,
.bt_bb_column_inner.col-sm-6,
.bt_bb_column_inner.col-ms-6 {
    max-width: 50%;
    }
.bt_bb_column.col-sm-5,
.bt_bb_column.col-ms-5,
.bt_bb_column_inner.col-sm-5,
.bt_bb_column_inner.col-ms-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-sm-4_8,
.bt_bb_column.col-ms-4_8,
.bt_bb_column_inner.col-sm-4_8,
.bt_bb_column_inner.col-ms-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-sm-4,
.bt_bb_column.col-ms-4,
.bt_bb_column_inner.col-sm-4,
.bt_bb_column_inner.col-ms-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-sm-2_4,
.bt_bb_column.col-ms-2_4,
.bt_bb_column_inner.col-sm-2_4,
.bt_bb_column_inner.col-ms-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-sm-3,
.bt_bb_column.col-ms-3,
.bt_bb_column_inner.col-sm-3,
.bt_bb_column_inner.col-ms-3 {
    max-width: 25%;
    }
.bt_bb_column.col-sm-2,
.bt_bb_column.col-ms-2,
.bt_bb_column_inner.col-sm-2,
.bt_bb_column_inner.col-ms-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-sm-1,
.bt_bb_column.col-ms-1,
.bt_bb_column_inner.col-sm-1,
.bt_bb_column_inner.col-ms-1 {
    max-width: 8.333333%;
    }
}

@media (max-width: 480px) {
.bt_bb_column.col-xs-12,
.bt_bb_column_inner.col-xs-12 {
    max-width: 100%;
    }
.bt_bb_column.col-xs-11,
.bt_bb_column_inner.col-xs-11 {
    max-width: 91.666666%;
    }
.bt_bb_column.col-xs-10,
.bt_bb_column_inner.col-xs-10 {
    max-width: 83.333333%;
    }
.bt_bb_column.col-xs-9_6,
.bt_bb_column_inner.col-xs-9_6 {
    max-width: 80%;
    }
.bt_bb_column.col-xs-9,
.bt_bb_column_inner.col-xs-9 {
    max-width: 75%;
    }
.bt_bb_column.col-xs-8,
.bt_bb_column_inner.col-xs-8 {
    max-width: 66.666666%;
    }
.bt_bb_column.col-xs-7_2,
.bt_bb_column_inner.col-xs-7_2 {
    max-width: 60%;
    }
.bt_bb_column.col-xs-7,
.bt_bb_column_inner.col-xs-7 {
    max-width: 58.333333%;
    }
.bt_bb_column.col-xs-6,
.bt_bb_column_inner.col-xs-6 {
    max-width: 50%;
    }
.bt_bb_column.col-xs-5,
.bt_bb_column_inner.col-xs-5 {
    max-width: 41.666666%;
    }
.bt_bb_column.col-xs-4_8,
.bt_bb_column_inner.col-xs-4_8 {
    max-width: 40%;
    }
.bt_bb_column.col-xs-4,
.bt_bb_column_inner.col-xs-4 {
    max-width: 33.333333%;
    }
.bt_bb_column.col-xs-2_4,
.bt_bb_column_inner.col-xs-2_4 {
    max-width: 20%;
    }
.bt_bb_column.col-xs-3,
.bt_bb_column_inner.col-xs-3 {
    max-width: 25%;
    }
.bt_bb_column.col-xs-2,
.bt_bb_column_inner.col-xs-2 {
    max-width: 16.666666%;
    }
.bt_bb_column.col-xs-1,
.bt_bb_column_inner.col-xs-1 {
    max-width: 8.333333%;
    }
}

/* IE 10 fix end */
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    }
.mfp-align-top .mfp-container:before {
    display: none;
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
    }
.mfp-ajax-cur {
    cursor: progress;
    }
.mfp-zoom-out-cur {
    overflow: hidden;
    }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto;
    }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.mfp-loading.mfp-figure {
    display: none;
    }
.mfp-hide {
    display: none !important;
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
    }
.mfp-preloader a {
    color: #CCC;
    }
.mfp-preloader a:hover {
    color: #FFF;
    }
.mfp-s-ready .mfp-preloader {
    display: none;
    }
.mfp-s-error .mfp-content {
    display: none;
    }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation;
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0;
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    }
.mfp-close:active {
    top: 1px;
    }
.mfp-close-btn-in .mfp-close {
    color: #333;
    }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    }
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    }
.mfp-arrow:active {
    margin-top: -54px;
    }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
    }
.mfp-arrow-left {
    left: 0;
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
    }
.mfp-arrow-right {
    right: 0;
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
    }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    }
.mfp-iframe-holder .mfp-close {
    top: -40px;
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
    }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
    }
.mfp-figure figure {
    margin: 0;
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    }
.mfp-image-holder .mfp-content {
    max-width: 100%;
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    }
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
    }
.mfp-img-mobile img.mfp-img {
    padding: 0;
    }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
    }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
    }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
    }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
    }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
    }
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
    }
}

/*# sourceMappingURL=content_elements.crush.css.map *//* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* CONTAINER */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-line-color: #eeeeee;
    }
.bold_timeline_container {
    margin: 0;
    padding: 0;
    }
.bold_timeline_container p {
    margin-top: 0;
    }
.bold_timeline_container p:last-child {
    margin-bottom: 0;
    }

/* Main line */
.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: var(--boldthemes-default-line-color);
    }
.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;
    }

/* Line Thickness: thin/normal/thick */
.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%);
    }

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

/* Responsive options */
@media (max-width: 768px) {
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item {
    margin: 0 0 1em 0 !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 0 !important;
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_container_line {
    display: none;
    }
}

/* Added bootstrap visible / hidden classes */
@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;
    }
}

.crush-fix {
    display: none !important;
    }

/* GROUP */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-group-color: #181818;
    --boldthemes-default-button-color: #008ed4;
    }
.bold_timeline_group {
    position: relative;
    z-index: 1;
    }
.bold_timeline_container_has_group_title_font .bold_timeline_group .h1,
.bold_timeline_container_has_group_title_font .bold_timeline_group h2,
.bold_timeline_container_has_group_title_font .bold_timeline_group h3,
.bold_timeline_container_has_group_title_font .bold_timeline_group h4,
.bold_timeline_container_has_group_title_font .bold_timeline_group h5,
.bold_timeline_container_has_group_title_font .bold_timeline_group h6,
.bold_timeline_group_has_group_title_font.bold_timeline_group .h1,
.bold_timeline_group_has_group_title_font.bold_timeline_group h2,
.bold_timeline_group_has_group_title_font.bold_timeline_group h3,
.bold_timeline_group_has_group_title_font.bold_timeline_group h4,
.bold_timeline_group_has_group_title_font.bold_timeline_group h5,
.bold_timeline_group_has_group_title_font.bold_timeline_group h6 {
    font-family: var(--group-title-font);
    }
.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: white;
    }
.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;
    }

/* Group style */
.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: transparent;
    }
.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: var(--boldthemes-default-group-color);
    background: white;
    }
.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: var(--boldthemes-default-group-color);
    color: white;
    }
.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: var(--boldthemes-default-group-color);
    background: white;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 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;
    }

/* Group shape */
.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%);
    }

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

/* Group title size */
.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;
    }

/* Group view more */
.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 var(--boldthemes-default-button-color);
    background: white;
    }
.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: var(--boldthemes-default-button-color);
    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;
    }

/* ITEM */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
:root {
    --boldthemes-default-item-background-color: #fff;
    --boldthemes-default-item-color: inherit;
    --boldthemes-default-frame-color: #eeeeee;
    --boldthemes-default-sticker-color: #27b6fd;
    --boldthemes-default-marker-color: #008ed4;
    --boldthemes-default-connection-color: #eeeeee;
    --boldthemes-default-icon-color: #008ed4;
    }
.bold_timeline_item {
    margin-bottom: 3em;
    position: relative;
    }
.bold_timeline_container_has_item_body_font .bold_timeline_item,
.bold_timeline_item_has_item_body_font.bold_timeline_item {
    font-family: var(--item-body-font);
    }
.bold_timeline_container_has_item_title_font .bold_timeline_item .h1,
.bold_timeline_container_has_item_title_font .bold_timeline_item h2,
.bold_timeline_container_has_item_title_font .bold_timeline_item h3,
.bold_timeline_container_has_item_title_font .bold_timeline_item h4,
.bold_timeline_container_has_item_title_font .bold_timeline_item h5,
.bold_timeline_container_has_item_title_font .bold_timeline_item h6,
.bold_timeline_item_has_item_title_font.bold_timeline_item .h1,
.bold_timeline_item_has_item_title_font.bold_timeline_item h2,
.bold_timeline_item_has_item_title_font.bold_timeline_item h3,
.bold_timeline_item_has_item_title_font.bold_timeline_item h4,
.bold_timeline_item_has_item_title_font.bold_timeline_item h5,
.bold_timeline_item_has_item_title_font.bold_timeline_item h6 {
    font-family: var(--item-title-font);
    }
.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-color: var(--boldthemes-default-item-background-color);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    z-index: 1;
    color: var(--boldthemes-default-item-color);
    }
.bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    position: relative;
    z-index: 1;
    color: var(--boldthemes-default-item-color);
    }
.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;
    }

/* Item shape: square/hard_rounded/soft_rounded  */
.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;
    }

/* Item style: outline/filled/outline_top/filled_header/outline_header/clear  */
.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: transparent;
    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: transparent;
    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: var(--boldthemes-default-frame-color);
    }
.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: transparent;
    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: transparent;
    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: var(--boldthemes-default-frame-color);
    }
.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: transparent;
    border-bottom-style: solid;
    border-bottom-color: var(--boldthemes-default-frame-color);
    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: var(--boldthemes-default-frame-color);
    }
.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: transparent;
    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: var(--boldthemes-default-frame-color);
    color: white;
    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: var(--boldthemes-default-frame-color);
    }
.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: var(--boldthemes-default-frame-color);
    color: white;
    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;
    }

/* Media position left, right, top, bottom */
.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_container .bold_timeline_item_override_media_position_bottom.bold_timeline_item .bold_timeline_item_content {
    -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_top .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_top.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
.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_item_media_position_right .bold_timeline_item_override_media_position_inherit.bold_timeline_item .bold_timeline_item_content,
.bold_timeline_container .bold_timeline_item_override_media_position_right.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.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_container .bold_timeline_item_override_media_position_left.bold_timeline_item .bold_timeline_item_content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    }
.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_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;
    }

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

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

/*
Superheadline position normal/sticker 
TODO: Zavrsiti ovaj deo (problem sa overflow: hidden; na zaobljenim itemima)
*/
.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: var(--boldthemes-default-sticker-color);
    color: white;
    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: transparent;
    color: inherit;
    padding: 0;
    }

/* Display: show/hide */
.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;
    }

/* Marker type: dot/circle/none */
.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: var(--boldthemes-default-marker-color);
    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: var(--boldthemes-default-marker-color);
    border-width: 5px;
    background: white;
    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: var(--boldthemes-default-marker-color);
    border-width: 3px;
    background: white;
    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;
    }

/* Connection type: line/triangle/none */
.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: var(--boldthemes-default-connection-color);
    }
.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: none;
    }
.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: var(--boldthemes-default-connection-color);
    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: var(--boldthemes-default-connection-color);
    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: var(--boldthemes-default-connection-color);
    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: var(--boldthemes-default-connection-color);
    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: var(--boldthemes-default-connection-color);
    border-left-color: var(--boldthemes-default-connection-color);
    }
.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;
    }

/* Item frame thickness: thin/normal/thick  */
.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 var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 1px var(--boldthemes-default-icon-color);
    }
.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 var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    }
.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 var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 4px var(--boldthemes-default-icon-color);
    }
.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%);
    }

/* Icon */
.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: var(--boldthemes-default-icon-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    }
.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: white;
    -webkit-box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    box-shadow: 0 0 0 2px var(--boldthemes-default-icon-color);
    color: var(--boldthemes-default-icon-color);
    }
.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: white;
    border: none;
    color: var(--boldthemes-default-icon-color);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 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;
    }

/* Animations */
/* Fade In */
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="fade_in"],
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="fade_in"],
.bold_timeline_container[class*="fade_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_show_button[class*="fade_in"] {
    opacity: 0;
    }
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_down"],
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_down"],
.bold_timeline_container[class*="move_down"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_up"],
.bold_timeline_container[class*="move_up"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_up"],
.bold_timeline_container[class*="move_up"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_left"],
.bold_timeline_container[class*="move_left"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_left"],
.bold_timeline_container[class*="move_left"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="move_right"],
.bold_timeline_container[class*="move_right"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="move_right"],
.bold_timeline_container[class*="move_right"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="zoom_in"],
.bold_timeline_container[class*="zoom_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="zoom_in"],
.bold_timeline_container[class*="zoom_in"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item[class*="zoom_out"],
.bold_timeline_container[class*="zoom_out"].bold_timeline_container_line_position_vertical .bold_timeline_group_header.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_group_header[class*="zoom_out"],
.bold_timeline_container[class*="zoom_out"].bold_timeline_container_line_position_vertical .bold_timeline_group_show_button.bold_timeline_item_override_animation_inherit,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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_container_line_position_vertical .bold_timeline_item.bold_timeline_animate,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_show_button {
    -webkit-transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    -moz-transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    transition: transform 2000ms cubic-bezier(.190,1,.220,1),opacity 2000ms cubic-bezier(.190,1,.220,1);
    }
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item.bold_timeline_animate.bold_timeline_animated,
.bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_animate .bold_timeline_group_header,
.bold_timeline_container.bold_timeline_container_line_position_vertical .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;
    }

/*@for i in range(1, 40) {
	 .bold_timeline_item.bold_timeline_animated:nth-child(#(i)) { 
		transition-delay: math(#(i)*100)ms;
	}
}*/
/* Separator */
.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;
    }

/* Date, category, comment icon */
.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 currentColor;
    margin: 0 .5em;
    opacity: .1;
    }

/* Vertical / SLIDER */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
.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;
    }

/* Slick slider */
.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.bold_timeline_container_line_position_horizontal .bold_timeline_item {
    opacity: 0;
    }
.bold_timeline_container.bold_timeline_container_line_position_horizontal .bold_timeline_item.slick-slide {
    opacity: 1;
    }
.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: transparent;
    background-position: center;
    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;
    }

/* Buttons */
.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: currentColor;
    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: transparent;
    border: 0;
    outline: none;
    }

/* Arrow shape */
.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%;
    }

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

/* Arrow style */
.bold_timeline_container_slider_arrows_style_filled.bold_timeline_container button.bold_timeline_slick_arrow {
    border: none;
    background: #27b6fd;
    color: white;
    }
.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 0 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: none;
    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: #eeeeee;
    color: #eeeeee;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 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: none;
    border: 2px solid transparent;
    color: #27b6fd;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    }
.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow:hover {
    border-color: #eeeeee;
    }
.bold_timeline_container_slider_arrows_style_shadow.bold_timeline_container button.bold_timeline_slick_arrow.slick-disabled {
    cursor: default;
    opacity: .5;
    }

/* Button */
/* TODO: uvesti fontove tek kada je potrebno? */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome5Brands */
@font-face {
    font-family: 'FontAwesome5Brands';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.woff?v=1.1.1) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/FontAwesome5Brands.ttf?v=1.1.1) format('truetype');
    font-weight: normal;
    font-style: normal;
    }

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//miraisushi.ro/wp-content/plugins/bold-timeline-lite/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    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);
    }

/* Variables */
/* rem */
/* em */
/* rem */
/* em */
/* em */
/* em */
/* em */
/* em */
/* px */
/* px */
/* px */
/* em */
/* px */
/* em */
/* em */
/* em */
/* px */
/* px */
/* TODO: na kraju ne bi trebali da imamo defaultLineThickness */
/* px */
/* px */
/* px */
/* px */
/* FRAGMENTS */
/* override! */
.bold_timeline_container .bold_timeline_item .bold_timeline_item_button {
    --default-button-color: #008ed4;
    }
.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: var(--default-button-color);
    color: white;
    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: var(--default-button-color);
    color: var(--default-button-color);
    background: transparent;
    -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: white;
    }
.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: transparent;
    -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: var(--default-button-color);
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px 0 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;
    }

/*/* empty */*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 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;
}li#wp-admin-bar-sochm_notice_in_wp_admin_open .ab-item {
    background: green;
}

li#wp-admin-bar-sochm_notice_in_wp_admin_closed .ab-item {
    background: #db3939;
}

.sochm-single-page-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: red;
    color: white;
    z-index: 999999999;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}

.sochm-single-page-container .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sochm-single-page-container hr {
    margin: auto;
    width: 40%;
}

i.sochm-icon-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#sochm-timer-design-boxed {
    margin-top: 15px;
    text-align: center;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#store_is_going_to_close_soon_remaining_time.default,
#store_is_going_to_open_soon_remaining_time.default {
    font-weight: bold;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div,
#sochm-timer-design-boxed #store_is_going_to_open_soon_remaining_time div {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    padding: 5px 10px;
}

#sochm-timer-design-boxed #store_is_going_to_close_soon_remaining_time div span,
#sochm-timer-design-boxed #store_is_going_to_close_open_remaining_time div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}

div[aria-describedby="sochm-dialog"]{
    width: auto!important;
}

div#sochm-timer-design-boxed-with-flipping {
    text-align: center;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div {
    position: relative;
    display: inline-flex;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time > div > span,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time > div > span {
    text-align:center;
    position: absolute;
    line-height: 160px;
    width: 100%;
    font-size: 20px;
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time svg,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time svg {
   -webkit-transform: rotate( -90deg );
    transform: rotate( -90deg );
}

#sochm-timer-design-circular-border #store_is_going_to_close_soon_remaining_time .circle_animation,
#sochm-timer-design-circular-border #store_is_going_to_open_soon_remaining_time .circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
  margin: 0 auto;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {

  .flipdown {
    width: 312px;
    height: 70px;
  }

  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(//miraisushi.ro/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//miraisushi.ro/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(//miraisushi.ro/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}/*! This file is auto-generated */
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;text-decoration:none;font-size:13px;line-height:2;height:28px;margin:0;padding:0 10px 1px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;color:#50575e;border-color:#c3c4c7;background:#f6f7f7;box-shadow:0 1px 0 #c3c4c7;vertical-align:top}.ui-button:active,.ui-button:focus{outline:0}.ui-button::-moz-focus-inner{border-width:0;border-style:none;padding:0}.ui-button:focus,.ui-button:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.ui-button:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.ui-button:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5)}.ui-button:disabled,.ui-button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}@media screen and (max-width:782px){.ui-button{padding:6px 14px;line-height:normal;font-size:14px;vertical-align:middle;height:auto;margin-bottom:4px}}.ui-dialog{position:absolute;top:0;left:0;z-index:100102;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);overflow:hidden}.ui-dialog-titlebar{background:#fff;border-bottom:1px solid #dcdcde;height:36px;font-size:18px;font-weight:600;line-height:2;padding:0 36px 0 16px}.ui-button.ui-dialog-titlebar-close{background:0 0;border:none;box-shadow:none;color:#646970;cursor:pointer;display:block;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;border-radius:0;overflow:hidden}.ui-dialog-titlebar-close:before{font:normal 20px/1 dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;width:36px;height:36px;content:"\f158"}.ui-button.ui-dialog-titlebar-close:focus,.ui-button.ui-dialog-titlebar-close:hover{color:#135e96}.ui-button.ui-dialog-titlebar-close:focus{box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px rgba(79,148,212,.8);outline:2px solid transparent;outline-offset:-2px}.ui-dialog-content{padding:16px;overflow:auto}.ui-dialog-buttonpane{background:#fff;border-top:1px solid #dcdcde;padding:16px}.ui-dialog-buttonpane .ui-button{margin-left:16px}.ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100101}