/* 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(../../fonts/Pe-icon-7-stroke.eot?d7yf1v);
    src: url(../../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'), url(../../fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'), url(../../fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'), url(../../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(../../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../../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(../../fonts/FontAwesome5Regular.ttf?v=1.0.0);
    src: url(../../fonts/FontAwesome5Regular.ttf?v=1.0.0) format('truetype'), url(../../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(../../fonts/FontAwesome5Solid.ttf?v=1.0.0);
    src: url(../../fonts/FontAwesome5Solid.ttf?v=1.0.0) format('truetype'), url(../../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(../../fonts/FontAwesome5Brands.ttf?v=1.0.0);
    src: url(../../fonts/FontAwesome5Brands.ttf?v=1.0.0) format('truetype'), url(../../fonts/FontAwesome5Brands.woff2?v=1.0.0) format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

/* Sections, rows and columns */
.bt_bb_row_holder,
.bt_bb_row_inner_holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    -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;
    margin-top: 2px;
}

.bt_bb_row_holder .bt_bb_column,
.bt_bb_row_inner_holder .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
}

.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
}

.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
}

.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
}

.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
}

.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
}

.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
}

.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}

.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
}

.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
}

@media (max-width: 992px) {

    .bt_bb_column[data-width="12"],
    .bt_bb_column[data-width="11"],
    .bt_bb_column[data-width="10"],
    .bt_bb_column[data-width="9"],
    .bt_bb_column[data-width="8"],
    .bt_bb_column[data-width="7"],
    .bt_bb_column[data-width="6"],
    .bt_bb_column[data-width="5"],
    .bt_bb_column[data-width="4"],
    .bt_bb_column_inner[data-width="12"],
    .bt_bb_column_inner[data-width="11"],
    .bt_bb_column_inner[data-width="10"],
    .bt_bb_column_inner[data-width="9"],
    .bt_bb_column_inner[data-width="8"],
    .bt_bb_column_inner[data-width="7"],
    .bt_bb_column_inner[data-width="6"],
    .bt_bb_column_inner[data-width="5"],
    .bt_bb_column_inner[data-width="4"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column[data-width="3"],
    .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {

    .bt_bb_column[data-width="2.4"],
    .bt_bb_column[data-width="9.6"],
    .bt_bb_column_inner[data-width="2.4"],
    .bt_bb_column_inner[data-width="9.6"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column[data-width="4.8"],
    .bt_bb_column[data-width="7.2"],
    .bt_bb_column_inner[data-width="4.8"],
    .bt_bb_column_inner[data-width="7.2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {

    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column[data-width="4.8"],
    .bt_bb_column[data-width="7.2"],
    .bt_bb_column_inner[data-width="4.8"],
    .bt_bb_column_inner[data-width="7.2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 370px) {

    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 621px) {

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 620px) {

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row_holder[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
    .bt_bb_row_holder[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Responsive grid columns */
@media (min-width: 1401px) {

    .bt_bb_column.col-xxl-12,
    .bt_bb_column_inner.col-xxl-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-xxl-11,
    .bt_bb_column_inner.col-xxl-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-xxl-10,
    .bt_bb_column_inner.col-xxl-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-xxl-9_6,
    .bt_bb_column_inner.col-xxl-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-xxl-9,
    .bt_bb_column_inner.col-xxl-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-xxl-8,
    .bt_bb_column_inner.col-xxl-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-xxl-7_2,
    .bt_bb_column_inner.col-xxl-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-xxl-7,
    .bt_bb_column_inner.col-xxl-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-xxl-6,
    .bt_bb_column_inner.col-xxl-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-xxl-5,
    .bt_bb_column_inner.col-xxl-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-xxl-4_8,
    .bt_bb_column_inner.col-xxl-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-xxl-4,
    .bt_bb_column_inner.col-xxl-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-xxl-2_4,
    .bt_bb_column_inner.col-xxl-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-xxl-3,
    .bt_bb_column_inner.col-xxl-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-xxl-2,
    .bt_bb_column_inner.col-xxl-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-xxl-1,
    .bt_bb_column_inner.col-xxl-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {

    .bt_bb_column.col-xl-12,
    .bt_bb_column_inner.col-xl-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-xl-11,
    .bt_bb_column_inner.col-xl-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-xl-10,
    .bt_bb_column_inner.col-xl-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-xl-9_6,
    .bt_bb_column_inner.col-xl-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-xl-9,
    .bt_bb_column_inner.col-xl-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-xl-8,
    .bt_bb_column_inner.col-xl-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-xl-7_2,
    .bt_bb_column_inner.col-xl-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-xl-7,
    .bt_bb_column_inner.col-xl-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-xl-6,
    .bt_bb_column_inner.col-xl-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-xl-5,
    .bt_bb_column_inner.col-xl-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-xl-4_8,
    .bt_bb_column_inner.col-xl-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-xl-4,
    .bt_bb_column_inner.col-xl-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-xl-2_4,
    .bt_bb_column_inner.col-xl-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-xl-3,
    .bt_bb_column_inner.col-xl-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-xl-2,
    .bt_bb_column_inner.col-xl-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-xl-1,
    .bt_bb_column_inner.col-xl-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .bt_bb_column.col-lg-12,
    .bt_bb_column_inner.col-lg-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-lg-11,
    .bt_bb_column_inner.col-lg-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-lg-10,
    .bt_bb_column_inner.col-lg-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-lg-9_6,
    .bt_bb_column_inner.col-lg-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-lg-9,
    .bt_bb_column_inner.col-lg-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-lg-8,
    .bt_bb_column_inner.col-lg-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-lg-7_2,
    .bt_bb_column_inner.col-lg-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-lg-7,
    .bt_bb_column_inner.col-lg-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-lg-6,
    .bt_bb_column_inner.col-lg-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-lg-5,
    .bt_bb_column_inner.col-lg-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-lg-4_8,
    .bt_bb_column_inner.col-lg-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-lg-4,
    .bt_bb_column_inner.col-lg-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-lg-2_4,
    .bt_bb_column_inner.col-lg-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-lg-3,
    .bt_bb_column_inner.col-lg-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-lg-2,
    .bt_bb_column_inner.col-lg-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-lg-1,
    .bt_bb_column_inner.col-lg-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .bt_bb_column.col-md-12,
    .bt_bb_column_inner.col-md-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-md-11,
    .bt_bb_column_inner.col-md-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-md-10,
    .bt_bb_column_inner.col-md-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-md-9_6,
    .bt_bb_column_inner.col-md-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-md-9,
    .bt_bb_column_inner.col-md-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-md-8,
    .bt_bb_column_inner.col-md-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-md-7_2,
    .bt_bb_column_inner.col-md-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-md-7,
    .bt_bb_column_inner.col-md-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-md-6,
    .bt_bb_column_inner.col-md-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-md-5,
    .bt_bb_column_inner.col-md-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-md-4_8,
    .bt_bb_column_inner.col-md-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-md-4,
    .bt_bb_column_inner.col-md-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-md-2_4,
    .bt_bb_column_inner.col-md-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-md-3,
    .bt_bb_column_inner.col-md-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-md-2,
    .bt_bb_column_inner.col-md-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-md-1,
    .bt_bb_column_inner.col-md-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {

    .bt_bb_column.col-sm-12,
    .bt_bb_column.col-ms-12,
    .bt_bb_column_inner.col-sm-12,
    .bt_bb_column_inner.col-ms-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-sm-11,
    .bt_bb_column.col-ms-11,
    .bt_bb_column_inner.col-sm-11,
    .bt_bb_column_inner.col-ms-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-sm-10,
    .bt_bb_column.col-ms-10,
    .bt_bb_column_inner.col-sm-10,
    .bt_bb_column_inner.col-ms-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-sm-9_6,
    .bt_bb_column.col-ms-9_6,
    .bt_bb_column_inner.col-sm-9_6,
    .bt_bb_column_inner.col-ms-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-sm-9,
    .bt_bb_column.col-ms-9,
    .bt_bb_column_inner.col-sm-9,
    .bt_bb_column_inner.col-ms-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-sm-8,
    .bt_bb_column.col-ms-8,
    .bt_bb_column_inner.col-sm-8,
    .bt_bb_column_inner.col-ms-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-sm-7_2,
    .bt_bb_column.col-ms-7_2,
    .bt_bb_column_inner.col-sm-7_2,
    .bt_bb_column_inner.col-ms-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-sm-7,
    .bt_bb_column.col-ms-7,
    .bt_bb_column_inner.col-sm-7,
    .bt_bb_column_inner.col-ms-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-sm-6,
    .bt_bb_column.col-ms-6,
    .bt_bb_column_inner.col-sm-6,
    .bt_bb_column_inner.col-ms-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-sm-5,
    .bt_bb_column.col-ms-5,
    .bt_bb_column_inner.col-sm-5,
    .bt_bb_column_inner.col-ms-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-sm-4_8,
    .bt_bb_column.col-ms-4_8,
    .bt_bb_column_inner.col-sm-4_8,
    .bt_bb_column_inner.col-ms-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-sm-4,
    .bt_bb_column.col-ms-4,
    .bt_bb_column_inner.col-sm-4,
    .bt_bb_column_inner.col-ms-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-sm-2_4,
    .bt_bb_column.col-ms-2_4,
    .bt_bb_column_inner.col-sm-2_4,
    .bt_bb_column_inner.col-ms-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-sm-3,
    .bt_bb_column.col-ms-3,
    .bt_bb_column_inner.col-sm-3,
    .bt_bb_column_inner.col-ms-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-sm-2,
    .bt_bb_column.col-ms-2,
    .bt_bb_column_inner.col-sm-2,
    .bt_bb_column_inner.col-ms-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-sm-1,
    .bt_bb_column.col-ms-1,
    .bt_bb_column_inner.col-sm-1,
    .bt_bb_column_inner.col-ms-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

@media (max-width: 480px) {

    .bt_bb_column.col-xs-12,
    .bt_bb_column_inner.col-xs-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column.col-xs-11,
    .bt_bb_column_inner.col-xs-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }

    .bt_bb_column.col-xs-10,
    .bt_bb_column_inner.col-xs-10 {
        -webkit-flex-basis: 83.333333%;
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .bt_bb_column.col-xs-9_6,
    .bt_bb_column_inner.col-xs-9_6 {
        -webkit-flex-basis: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }

    .bt_bb_column.col-xs-9,
    .bt_bb_column_inner.col-xs-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_column.col-xs-8,
    .bt_bb_column_inner.col-xs-8 {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }

    .bt_bb_column.col-xs-7_2,
    .bt_bb_column_inner.col-xs-7_2 {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
    }

    .bt_bb_column.col-xs-7,
    .bt_bb_column_inner.col-xs-7 {
        -webkit-flex-basis: 58.333333%;
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .bt_bb_column.col-xs-6,
    .bt_bb_column_inner.col-xs-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column.col-xs-5,
    .bt_bb_column_inner.col-xs-5 {
        -webkit-flex-basis: 41.666666%;
        flex-basis: 41.666666%;
        max-width: 41.666666%;
    }

    .bt_bb_column.col-xs-4_8,
    .bt_bb_column_inner.col-xs-4_8 {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .bt_bb_column.col-xs-4,
    .bt_bb_column_inner.col-xs-4 {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .bt_bb_column.col-xs-2_4,
    .bt_bb_column_inner.col-xs-2_4 {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .bt_bb_column.col-xs-3,
    .bt_bb_column_inner.col-xs-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .bt_bb_column.col-xs-2,
    .bt_bb_column_inner.col-xs-2 {
        -webkit-flex-basis: 16.666666%;
        flex-basis: 16.666666%;
        max-width: 16.666666%;
    }

    .bt_bb_column.col-xs-1,
    .bt_bb_column_inner.col-xs-1 {
        -webkit-flex-basis: 8.333333%;
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }
}

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

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

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

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

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

@media (min-width: 1401px) {

    .bt_bb_hidden_xl,
    .bt_bb_hidden_lg:not([data-bb-version]) {
        display: none !important;
    }
}

/* Content elements */
/*.bt_bb_wrapper {
	overflow: hidden;
	position: relative;
}*/
.bt_bb_section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--section-primary-color);
    background-color: var(--section-secondary-color);
}

.bt_bb_section.bt_bb_full_screen>.bt_bb_port {
    min-height: 100vh;
}

.bt_bb_section>.bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_section>.bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

.bt_bb_section>.bt_bb_port .bt_bb_cell {
    position: relative;
}

.bt_bb_section.bt_bb_vertical_align_bottom>.bt_bb_port {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bt_bb_section.bt_bb_vertical_align_top>.bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
}

.bt_bb_section[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_section[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_section[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

.bt_bb_section.bt_bb_top_spacing_extra_small>.bt_bb_port {
    padding-top: .5em;
}

.bt_bb_section.bt_bb_top_spacing_small>.bt_bb_port {
    padding-top: 1em;
}

.bt_bb_section.bt_bb_top_spacing_normal>.bt_bb_port {
    padding-top: 2em;
}

.bt_bb_section.bt_bb_top_spacing_medium>.bt_bb_port {
    padding-top: 4em;
}

.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port {
    padding-top: 8em;
}

.bt_bb_section.bt_bb_top_spacing_extra_large>.bt_bb_port {
    padding-top: 16em;
}

.bt_bb_section.bt_bb_bottom_spacing_extra_small>.bt_bb_port {
    padding-bottom: .5em;
}

.bt_bb_section.bt_bb_bottom_spacing_small>.bt_bb_port {
    padding-bottom: 1em;
}

.bt_bb_section.bt_bb_bottom_spacing_normal>.bt_bb_port {
    padding-bottom: 2em;
}

.bt_bb_section.bt_bb_bottom_spacing_medium>.bt_bb_port {
    padding-bottom: 4em;
}

.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port {
    padding-bottom: 8em;
}

.bt_bb_section.bt_bb_bottom_spacing_extra_large>.bt_bb_port {
    padding-bottom: 16em;
}

.bt_bb_section.bt_bb_bottom_spacing_5>.bt_bb_port {
    padding-bottom: 5px;
}

.bt_bb_section.bt_bb_top_spacing_5>.bt_bb_port {
    padding-top: 5px;
}

.bt_bb_section.bt_bb_bottom_spacing_10>.bt_bb_port {
    padding-bottom: 10px;
}

.bt_bb_section.bt_bb_top_spacing_10>.bt_bb_port {
    padding-top: 10px;
}

.bt_bb_section.bt_bb_bottom_spacing_15>.bt_bb_port {
    padding-bottom: 15px;
}

.bt_bb_section.bt_bb_top_spacing_15>.bt_bb_port {
    padding-top: 15px;
}

.bt_bb_section.bt_bb_bottom_spacing_20>.bt_bb_port {
    padding-bottom: 20px;
}

.bt_bb_section.bt_bb_top_spacing_20>.bt_bb_port {
    padding-top: 20px;
}

.bt_bb_section.bt_bb_bottom_spacing_25>.bt_bb_port {
    padding-bottom: 25px;
}

.bt_bb_section.bt_bb_top_spacing_25>.bt_bb_port {
    padding-top: 25px;
}

.bt_bb_section.bt_bb_bottom_spacing_30>.bt_bb_port {
    padding-bottom: 30px;
}

.bt_bb_section.bt_bb_top_spacing_30>.bt_bb_port {
    padding-top: 30px;
}

.bt_bb_section.bt_bb_bottom_spacing_35>.bt_bb_port {
    padding-bottom: 35px;
}

.bt_bb_section.bt_bb_top_spacing_35>.bt_bb_port {
    padding-top: 35px;
}

.bt_bb_section.bt_bb_bottom_spacing_40>.bt_bb_port {
    padding-bottom: 40px;
}

.bt_bb_section.bt_bb_top_spacing_40>.bt_bb_port {
    padding-top: 40px;
}

.bt_bb_section.bt_bb_bottom_spacing_45>.bt_bb_port {
    padding-bottom: 45px;
}

.bt_bb_section.bt_bb_top_spacing_45>.bt_bb_port {
    padding-top: 45px;
}

.bt_bb_section.bt_bb_bottom_spacing_50>.bt_bb_port {
    padding-bottom: 50px;
}

.bt_bb_section.bt_bb_top_spacing_50>.bt_bb_port {
    padding-top: 50px;
}

.bt_bb_section.bt_bb_bottom_spacing_55>.bt_bb_port {
    padding-bottom: 55px;
}

.bt_bb_section.bt_bb_top_spacing_55>.bt_bb_port {
    padding-top: 55px;
}

.bt_bb_section.bt_bb_bottom_spacing_60>.bt_bb_port {
    padding-bottom: 60px;
}

.bt_bb_section.bt_bb_top_spacing_60>.bt_bb_port {
    padding-top: 60px;
}

.bt_bb_section.bt_bb_bottom_spacing_65>.bt_bb_port {
    padding-bottom: 65px;
}

.bt_bb_section.bt_bb_top_spacing_65>.bt_bb_port {
    padding-top: 65px;
}

.bt_bb_section.bt_bb_bottom_spacing_70>.bt_bb_port {
    padding-bottom: 70px;
}

.bt_bb_section.bt_bb_top_spacing_70>.bt_bb_port {
    padding-top: 70px;
}

.bt_bb_section.bt_bb_bottom_spacing_75>.bt_bb_port {
    padding-bottom: 75px;
}

.bt_bb_section.bt_bb_top_spacing_75>.bt_bb_port {
    padding-top: 75px;
}

.bt_bb_section.bt_bb_bottom_spacing_80>.bt_bb_port {
    padding-bottom: 80px;
}

.bt_bb_section.bt_bb_top_spacing_80>.bt_bb_port {
    padding-top: 80px;
}

.bt_bb_section.bt_bb_bottom_spacing_85>.bt_bb_port {
    padding-bottom: 85px;
}

.bt_bb_section.bt_bb_top_spacing_85>.bt_bb_port {
    padding-top: 85px;
}

.bt_bb_section.bt_bb_bottom_spacing_90>.bt_bb_port {
    padding-bottom: 90px;
}

.bt_bb_section.bt_bb_top_spacing_90>.bt_bb_port {
    padding-top: 90px;
}

.bt_bb_section.bt_bb_bottom_spacing_95>.bt_bb_port {
    padding-bottom: 95px;
}

.bt_bb_section.bt_bb_top_spacing_95>.bt_bb_port {
    padding-top: 95px;
}

.bt_bb_section.bt_bb_bottom_spacing_100>.bt_bb_port {
    padding-bottom: 100px;
}

.bt_bb_section.bt_bb_top_spacing_100>.bt_bb_port {
    padding-top: 100px;
}

.bt_bb_section.bt_bb_video {
    overflow: hidden;
    padding-bottom: 0;
}

.bt_bb_section.bt_bb_video>video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
}

.bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
    z-index: 1 !important;
}

.bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
    z-index: 3;
}

.bt_bb_section.bt_bb_background_video_yt>.bt_bb_fe_before {
    z-index: 2;
}

.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
}

.bt_bb_section .bt_bb_background_image_holder_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
}

.bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: 0;
}

.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: 0;
}

html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax.bt_bb_background_image_holder {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/*html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-attachment: scroll; 
	 &.bt_bb_parallax, & .bt_bb_parallax {
		background-attachment: fixed;
	} 
}*/
/* Row / Grid related */
.bt_bb_row {
    color: var(--row-primary-color);
    background-color: var(--row-secondary-color);
}

.bt_bb_row_holder {
    height: auto;
    margin: 0 -20px;
}

.bt_bb_row_holder .bt_bb_column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--column-primary-color);
    background-color: var(--column-secondary-color);
}

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

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

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

.bt_bb_row_holder .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

.bt_bb_row_holder .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content>.bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}

.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    width: 100%;
}

.bt_bb_row_holder .bt_bb_column .bt_bb_column_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bt_bb_row_holder .bt_bb_column .bt_bb_column_content {
    color: var(--column-inner-primary-color);
    background-color: var(--column-inner-secondary-color);
}

/* Inner row */
.bt_bb_row_inner_holder {
    height: auto;
    margin: 0 -20px;
}

.bt_bb_row_inner_holder .bt_bb_column_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--inner-column-primary-color);
    background-color: var(--inner-column-secondary-color);
}

.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bt_bb_row_inner_holder .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content>.bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content>.bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}

.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
}

.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bt_bb_row_inner_holder .bt_bb_column_inner .bt_bb_column_inner_content {
    color: var(--inner-column-inner-primary-color);
    background-color: var(--inner-column-inner-secondary-color);
    top: -32px;
    position: relative;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
}

.bt_bb_cell {
    width: 100%;
}

.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row:not([class*="bt_bb_row_width_boxed_"]),
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
.bt_bb_layout_wide .bt_bb_cell .bt_bb_cell_inner>.bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
    overflow-x: clip;
}

.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1300 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1500 .bt_bb_cell {
    width: 1500px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1600 .bt_bb_cell {
    width: 1600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_column_gap_extra_small>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
}

.bt_bb_column_gap_extra_small>.bt_bb_row_holder .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
}

.bt_bb_column_gap_small>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: -.5em;
    margin-right: -.5em;
}

.bt_bb_column_gap_small>.bt_bb_row_holder .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
}

.bt_bb_column_gap_normal>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
}

.bt_bb_column_gap_normal>.bt_bb_row_holder .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
}

.bt_bb_column_gap_medium>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
}

.bt_bb_column_gap_medium>.bt_bb_row_holder .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
}

.bt_bb_column_gap_large>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
}

.bt_bb_column_gap_large>.bt_bb_row_holder .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
}

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

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

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

.bt_bb_column_gap_5>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
}

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

.bt_bb_column_gap_10>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
}

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

.bt_bb_column_gap_15>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
}

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

.bt_bb_column_gap_20>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
}

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

.bt_bb_column_gap_25>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
}

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

.bt_bb_column_gap_30>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
}

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

.bt_bb_column_gap_35>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
}

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

.bt_bb_column_gap_40>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
}

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

.bt_bb_column_gap_45>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
}

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

.bt_bb_column_gap_50>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
}

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

.bt_bb_column_gap_55>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
}

.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column {
    padding-left: 55px;
    padding-right: 55px;
}

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

.bt_bb_column_gap_60>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
}

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

.bt_bb_column_gap_65>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
}

.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column {
    padding-left: 65px;
    padding-right: 65px;
}

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

.bt_bb_column_gap_70>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
}

.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
}

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

.bt_bb_column_gap_75>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
}

.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column {
    padding-left: 75px;
    padding-right: 75px;
}

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

.bt_bb_column_gap_80>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
}

.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
}

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

.bt_bb_column_gap_85>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
}

.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column {
    padding-left: 85px;
    padding-right: 85px;
}

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

.bt_bb_column_gap_90>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
}

.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
}

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

.bt_bb_column_gap_95>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
}

.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column {
    padding-left: 95px;
    padding-right: 95px;
}

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

.bt_bb_column_gap_100>.bt_bb_row_holder {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
}

.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
}

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

.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_column.bt_bb_padding_55 .bt_bb_column_content {
    padding-left: 55px;
    padding-right: 55px;
}

.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content {
    padding-left: 65px;
    padding-right: 65px;
}

.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content {
    padding-left: 75px;
    padding-right: 75px;
}

.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content {
    padding-left: 85px;
    padding-right: 85px;
}

.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content {
    padding-left: 95px;
    padding-right: 95px;
}

.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
}

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_gap_0>.bt_bb_row_holder {
    margin-left: 0;
    margin-right: 0;
}

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

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

/* Inner row */
.bt_bb_column_inner_gap_extra_small>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
}

.bt_bb_column_inner_gap_extra_small>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .25em;
    padding-right: .25em;
}

.bt_bb_column_inner_gap_small>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
}

.bt_bb_column_inner_gap_small>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: .5em;
    padding-right: .5em;
}

.bt_bb_column_inner_gap_normal>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
}

.bt_bb_column_inner_gap_normal>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 1em;
    padding-right: 1em;
}

.bt_bb_column_inner_gap_medium>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
}

.bt_bb_column_inner_gap_medium>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 2em;
    padding-right: 2em;
}

.bt_bb_column_inner_gap_large>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
}

.bt_bb_column_inner_gap_large>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 4em;
    padding-right: 4em;
}

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

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

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

.bt_bb_column_inner_gap_5>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_column_inner_gap_5>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
}

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

.bt_bb_column_inner_gap_10>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_column_inner_gap_10>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
}

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

.bt_bb_column_inner_gap_15>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_column_inner_gap_15>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
}

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

.bt_bb_column_inner_gap_20>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_column_inner_gap_20>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
}

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

.bt_bb_column_inner_gap_25>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_column_inner_gap_25>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
}

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

.bt_bb_column_inner_gap_30>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_column_inner_gap_30>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
}

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

.bt_bb_column_inner_gap_35>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_column_inner_gap_35>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
}

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

.bt_bb_column_inner_gap_40>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_column_inner_gap_40>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
}

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

.bt_bb_column_inner_gap_45>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_column_inner_gap_45>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
}

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

.bt_bb_column_inner_gap_50>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_column_inner_gap_50>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
}

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

.bt_bb_column_inner_gap_55>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 110px);
    max-width: -moz-calc(100% + 110px);
    max-width: calc(100% + 110px);
    margin-left: -55px;
    margin-right: -55px;
}

.bt_bb_column_inner_gap_55>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 55px;
    padding-right: 55px;
}

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

.bt_bb_column_inner_gap_60>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.bt_bb_column_inner_gap_60>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
}

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

.bt_bb_column_inner_gap_65>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 130px);
    max-width: -moz-calc(100% + 130px);
    max-width: calc(100% + 130px);
    margin-left: -65px;
    margin-right: -65px;
}

.bt_bb_column_inner_gap_65>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 65px;
    padding-right: 65px;
}

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

.bt_bb_column_inner_gap_70>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
}

.bt_bb_column_inner_gap_70>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
}

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

.bt_bb_column_inner_gap_75>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 150px);
    max-width: -moz-calc(100% + 150px);
    max-width: calc(100% + 150px);
    margin-left: -75px;
    margin-right: -75px;
}

.bt_bb_column_inner_gap_75>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 75px;
    padding-right: 75px;
}

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

.bt_bb_column_inner_gap_80>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
}

.bt_bb_column_inner_gap_80>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
}

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

.bt_bb_column_inner_gap_85>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 170px);
    max-width: -moz-calc(100% + 170px);
    max-width: calc(100% + 170px);
    margin-left: -85px;
    margin-right: -85px;
}

.bt_bb_column_inner_gap_85>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 85px;
    padding-right: 85px;
}

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

.bt_bb_column_inner_gap_90>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
}

.bt_bb_column_inner_gap_90>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
}

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

.bt_bb_column_inner_gap_95>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 190px);
    max-width: -moz-calc(100% + 190px);
    max-width: calc(100% + 190px);
    margin-left: -95px;
    margin-right: -95px;
}

.bt_bb_column_inner_gap_95>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 95px;
    padding-right: 95px;
}

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

.bt_bb_column_inner_gap_100>.bt_bb_row_inner_holder {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

.bt_bb_column_inner_gap_100>.bt_bb_row_inner_holder .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
}

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

/* Fix - 0px issue and senseless double 0px padding */
.bt_bb_column_inner_gap_0>.bt_bb_row_inner_holder {
    margin-left: 0;
    margin-right: 0;
}

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

.bt_bb_column_inner_gap_0>.bt_bb_row_inner_holder .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
}

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

.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content {
    padding-left: 55px;
    padding-right: 55px;
}

.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
    padding-left: 65px;
    padding-right: 65px;
}

.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
    padding-left: 75px;
    padding-right: 75px;
}

.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
    padding-left: 85px;
    padding-right: 85px;
}

.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
    padding-left: 95px;
    padding-right: 95px;
}

.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
}

/* -------------- */
/* - Boxed rows - */
/* -------------- */
/* @set boxedDelta 0; */
/* Boxed 1200 */
.bt_bb_row.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
}

.bt_bb_row_inner.bt_bb_row_width_boxed_1200,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1200_left_right {
    max-width: 1200px;
    margin: auto;
}

@media (min-width: 1240px) {
    .bt_bb_row.bt_bb_row_width_boxed_1200 {
        margin: auto;
    }

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

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

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

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

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row_holder {
        margin: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
        padding: 0 20px;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
        padding: 0 20px;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide {
        padding-right: 0;
    }

    .bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
        padding-left: 0;
    }

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

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

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

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

    /* Push right last column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 516.66567px);
        max-width: -moz-calc(50% - 516.66567px);
        max-width: calc(50% - 516.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 516.66567px);
        max-width: -moz-calc(50% - 516.66567px);
        max-width: calc(50% - 516.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 100.001px;
        -ms-flex: 0 0 100.001px;
        flex: 0 0 100.001px;
        max-width: 100.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 499.999px);
        max-width: -moz-calc(50% - 499.999px);
        max-width: calc(50% - 499.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 100.83433px;
        -ms-flex: 0 0 100.83433px;
        flex: 0 0 100.83433px;
        max-width: 100.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 504.16567px);
        max-width: -moz-calc(50% - 504.16567px);
        max-width: calc(50% - 504.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 90.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 101.66767px;
        -ms-flex: 0 0 101.66767px;
        flex: 0 0 101.66767px;
        max-width: 101.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 508.33233px);
        max-width: -moz-calc(50% - 508.33233px);
        max-width: calc(50% - 508.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 81.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 102.501px;
        -ms-flex: 0 0 102.501px;
        flex: 0 0 102.501px;
        max-width: 102.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 512.499px);
        max-width: -moz-calc(50% - 512.499px);
        max-width: calc(50% - 512.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 72.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 103.33433px;
        -ms-flex: 0 0 103.33433px;
        flex: 0 0 103.33433px;
        max-width: 103.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 516.66567px);
        max-width: -moz-calc(50% - 516.66567px);
        max-width: calc(50% - 516.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 104.16767px;
        -ms-flex: 0 0 104.16767px;
        flex: 0 0 104.16767px;
        max-width: 104.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 520.83233px);
        max-width: -moz-calc(50% - 520.83233px);
        max-width: calc(50% - 520.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 54.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 105.001px;
        -ms-flex: 0 0 105.001px;
        flex: 0 0 105.001px;
        max-width: 105.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 524.999px);
        max-width: -moz-calc(50% - 524.999px);
        max-width: calc(50% - 524.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 45.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 105.83433px;
        -ms-flex: 0 0 105.83433px;
        flex: 0 0 105.83433px;
        max-width: 105.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 529.16567px);
        max-width: -moz-calc(50% - 529.16567px);
        max-width: calc(50% - 529.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 35.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 106.66767px;
        -ms-flex: 0 0 106.66767px;
        flex: 0 0 106.66767px;
        max-width: 106.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 533.33233px);
        max-width: -moz-calc(50% - 533.33233px);
        max-width: calc(50% - 533.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 26.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 107.501px;
        -ms-flex: 0 0 107.501px;
        flex: 0 0 107.501px;
        max-width: 107.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 537.499px);
        max-width: -moz-calc(50% - 537.499px);
        max-width: calc(50% - 537.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 17.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 108.33433px;
        -ms-flex: 0 0 108.33433px;
        flex: 0 0 108.33433px;
        max-width: 108.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 541.66567px);
        max-width: -moz-calc(50% - 541.66567px);
        max-width: calc(50% - 541.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 8.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 109.16767px;
        -ms-flex: 0 0 109.16767px;
        flex: 0 0 109.16767px;
        max-width: 109.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 545.83233px);
        max-width: -moz-calc(50% - 545.83233px);
        max-width: calc(50% - 545.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -.83233px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 110.001px;
        -ms-flex: 0 0 110.001px;
        flex: 0 0 110.001px;
        max-width: 110.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 549.999px);
        max-width: -moz-calc(50% - 549.999px);
        max-width: calc(50% - 549.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -9.999px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 110.83433px;
        -ms-flex: 0 0 110.83433px;
        flex: 0 0 110.83433px;
        max-width: 110.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 554.16567px);
        max-width: -moz-calc(50% - 554.16567px);
        max-width: calc(50% - 554.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -19.16567px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 111.66767px;
        -ms-flex: 0 0 111.66767px;
        flex: 0 0 111.66767px;
        max-width: 111.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 558.33233px);
        max-width: -moz-calc(50% - 558.33233px);
        max-width: calc(50% - 558.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -28.33233px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 112.501px;
        -ms-flex: 0 0 112.501px;
        flex: 0 0 112.501px;
        max-width: 112.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 562.499px);
        max-width: -moz-calc(50% - 562.499px);
        max-width: calc(50% - 562.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -37.499px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 113.33433px;
        -ms-flex: 0 0 113.33433px;
        flex: 0 0 113.33433px;
        max-width: 113.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 566.66567px);
        max-width: -moz-calc(50% - 566.66567px);
        max-width: calc(50% - 566.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -46.66567px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 114.16767px;
        -ms-flex: 0 0 114.16767px;
        flex: 0 0 114.16767px;
        max-width: 114.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 570.83233px);
        max-width: -moz-calc(50% - 570.83233px);
        max-width: calc(50% - 570.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -55.83233px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 115.001px;
        -ms-flex: 0 0 115.001px;
        flex: 0 0 115.001px;
        max-width: 115.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 574.999px);
        max-width: -moz-calc(50% - 574.999px);
        max-width: calc(50% - 574.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -64.999px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 115.83433px;
        -ms-flex: 0 0 115.83433px;
        flex: 0 0 115.83433px;
        max-width: 115.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 579.16567px);
        max-width: -moz-calc(50% - 579.16567px);
        max-width: calc(50% - 579.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -74.16567px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 116.66767px;
        -ms-flex: 0 0 116.66767px;
        flex: 0 0 116.66767px;
        max-width: 116.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 583.33233px);
        max-width: -moz-calc(50% - 583.33233px);
        max-width: calc(50% - 583.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -83.33233px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 499.999px);
        max-width: -moz-calc(50% - 499.999px);
        max-width: calc(50% - 499.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 504.16567px);
        max-width: -moz-calc(50% - 504.16567px);
        max-width: calc(50% - 504.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 90.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 508.33233px);
        max-width: -moz-calc(50% - 508.33233px);
        max-width: calc(50% - 508.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 81.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 512.499px);
        max-width: -moz-calc(50% - 512.499px);
        max-width: calc(50% - 512.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 72.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 516.66567px);
        max-width: -moz-calc(50% - 516.66567px);
        max-width: calc(50% - 516.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 520.83233px);
        max-width: -moz-calc(50% - 520.83233px);
        max-width: calc(50% - 520.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 54.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 524.999px);
        max-width: -moz-calc(50% - 524.999px);
        max-width: calc(50% - 524.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 45.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 529.16567px);
        max-width: -moz-calc(50% - 529.16567px);
        max-width: calc(50% - 529.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 35.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 533.33233px);
        max-width: -moz-calc(50% - 533.33233px);
        max-width: calc(50% - 533.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 26.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 537.499px);
        max-width: -moz-calc(50% - 537.499px);
        max-width: calc(50% - 537.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 17.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 541.66567px);
        max-width: -moz-calc(50% - 541.66567px);
        max-width: calc(50% - 541.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 8.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 549.999px);
        max-width: -moz-calc(50% - 549.999px);
        max-width: calc(50% - 549.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -9.999px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 558.33233px);
        max-width: -moz-calc(50% - 558.33233px);
        max-width: calc(50% - 558.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -28.33233px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 566.66567px);
        max-width: -moz-calc(50% - 566.66567px);
        max-width: calc(50% - 566.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -46.66567px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 574.999px);
        max-width: -moz-calc(50% - 574.999px);
        max-width: calc(50% - 574.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -64.999px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 583.33233px);
        max-width: -moz-calc(50% - 583.33233px);
        max-width: calc(50% - 583.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -83.33233px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 413.33233px);
        max-width: -moz-calc(50% - 413.33233px);
        max-width: calc(50% - 413.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 413.33233px);
        max-width: -moz-calc(50% - 413.33233px);
        max-width: calc(50% - 413.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 200.001px;
        -ms-flex: 0 0 200.001px;
        flex: 0 0 200.001px;
        max-width: 200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 399.999px);
        max-width: -moz-calc(50% - 399.999px);
        max-width: calc(50% - 399.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 201.66767px;
        -ms-flex: 0 0 201.66767px;
        flex: 0 0 201.66767px;
        max-width: 201.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 403.33233px);
        max-width: -moz-calc(50% - 403.33233px);
        max-width: calc(50% - 403.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 203.33433px;
        -ms-flex: 0 0 203.33433px;
        flex: 0 0 203.33433px;
        max-width: 203.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 406.66567px);
        max-width: -moz-calc(50% - 406.66567px);
        max-width: calc(50% - 406.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 205.001px;
        -ms-flex: 0 0 205.001px;
        flex: 0 0 205.001px;
        max-width: 205.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 409.999px);
        max-width: -moz-calc(50% - 409.999px);
        max-width: calc(50% - 409.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 206.66767px;
        -ms-flex: 0 0 206.66767px;
        flex: 0 0 206.66767px;
        max-width: 206.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 413.33233px);
        max-width: -moz-calc(50% - 413.33233px);
        max-width: calc(50% - 413.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 208.33433px;
        -ms-flex: 0 0 208.33433px;
        flex: 0 0 208.33433px;
        max-width: 208.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 416.66567px);
        max-width: -moz-calc(50% - 416.66567px);
        max-width: calc(50% - 416.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 210.001px;
        -ms-flex: 0 0 210.001px;
        flex: 0 0 210.001px;
        max-width: 210.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 211.66767px;
        -ms-flex: 0 0 211.66767px;
        flex: 0 0 211.66767px;
        max-width: 211.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 423.33233px);
        max-width: -moz-calc(50% - 423.33233px);
        max-width: calc(50% - 423.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 141.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 213.33433px;
        -ms-flex: 0 0 213.33433px;
        flex: 0 0 213.33433px;
        max-width: 213.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 426.66567px);
        max-width: -moz-calc(50% - 426.66567px);
        max-width: calc(50% - 426.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 215.001px;
        -ms-flex: 0 0 215.001px;
        flex: 0 0 215.001px;
        max-width: 215.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 429.999px);
        max-width: -moz-calc(50% - 429.999px);
        max-width: calc(50% - 429.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 125.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 216.66767px;
        -ms-flex: 0 0 216.66767px;
        flex: 0 0 216.66767px;
        max-width: 216.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 433.33233px);
        max-width: -moz-calc(50% - 433.33233px);
        max-width: calc(50% - 433.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 218.33433px;
        -ms-flex: 0 0 218.33433px;
        flex: 0 0 218.33433px;
        max-width: 218.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 436.66567px);
        max-width: -moz-calc(50% - 436.66567px);
        max-width: calc(50% - 436.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 108.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 220.001px;
        -ms-flex: 0 0 220.001px;
        flex: 0 0 220.001px;
        max-width: 220.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 439.999px);
        max-width: -moz-calc(50% - 439.999px);
        max-width: calc(50% - 439.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 221.66767px;
        -ms-flex: 0 0 221.66767px;
        flex: 0 0 221.66767px;
        max-width: 221.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 443.33233px);
        max-width: -moz-calc(50% - 443.33233px);
        max-width: calc(50% - 443.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 91.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 223.33433px;
        -ms-flex: 0 0 223.33433px;
        flex: 0 0 223.33433px;
        max-width: 223.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 446.66567px);
        max-width: -moz-calc(50% - 446.66567px);
        max-width: calc(50% - 446.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 225.001px;
        -ms-flex: 0 0 225.001px;
        flex: 0 0 225.001px;
        max-width: 225.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 449.999px);
        max-width: -moz-calc(50% - 449.999px);
        max-width: calc(50% - 449.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 75.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 226.66767px;
        -ms-flex: 0 0 226.66767px;
        flex: 0 0 226.66767px;
        max-width: 226.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 453.33233px);
        max-width: -moz-calc(50% - 453.33233px);
        max-width: calc(50% - 453.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 228.33433px;
        -ms-flex: 0 0 228.33433px;
        flex: 0 0 228.33433px;
        max-width: 228.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 456.66567px);
        max-width: -moz-calc(50% - 456.66567px);
        max-width: calc(50% - 456.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 58.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 230.001px;
        -ms-flex: 0 0 230.001px;
        flex: 0 0 230.001px;
        max-width: 230.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 459.999px);
        max-width: -moz-calc(50% - 459.999px);
        max-width: calc(50% - 459.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 50.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 231.66767px;
        -ms-flex: 0 0 231.66767px;
        flex: 0 0 231.66767px;
        max-width: 231.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 463.33233px);
        max-width: -moz-calc(50% - 463.33233px);
        max-width: calc(50% - 463.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 41.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 233.33433px;
        -ms-flex: 0 0 233.33433px;
        flex: 0 0 233.33433px;
        max-width: 233.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 466.66567px);
        max-width: -moz-calc(50% - 466.66567px);
        max-width: calc(50% - 466.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 33.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 399.999px);
        max-width: -moz-calc(50% - 399.999px);
        max-width: calc(50% - 399.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 403.33233px);
        max-width: -moz-calc(50% - 403.33233px);
        max-width: calc(50% - 403.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 406.66567px);
        max-width: -moz-calc(50% - 406.66567px);
        max-width: calc(50% - 406.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 409.999px);
        max-width: -moz-calc(50% - 409.999px);
        max-width: calc(50% - 409.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 413.33233px);
        max-width: -moz-calc(50% - 413.33233px);
        max-width: calc(50% - 413.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 416.66567px);
        max-width: -moz-calc(50% - 416.66567px);
        max-width: calc(50% - 416.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 423.33233px);
        max-width: -moz-calc(50% - 423.33233px);
        max-width: calc(50% - 423.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 141.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 426.66567px);
        max-width: -moz-calc(50% - 426.66567px);
        max-width: calc(50% - 426.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 429.999px);
        max-width: -moz-calc(50% - 429.999px);
        max-width: calc(50% - 429.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 125.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 433.33233px);
        max-width: -moz-calc(50% - 433.33233px);
        max-width: calc(50% - 433.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 439.999px);
        max-width: -moz-calc(50% - 439.999px);
        max-width: calc(50% - 439.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 446.66567px);
        max-width: -moz-calc(50% - 446.66567px);
        max-width: calc(50% - 446.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 453.33233px);
        max-width: -moz-calc(50% - 453.33233px);
        max-width: calc(50% - 453.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 459.999px);
        max-width: -moz-calc(50% - 459.999px);
        max-width: calc(50% - 459.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 50.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 466.66567px);
        max-width: -moz-calc(50% - 466.66567px);
        max-width: calc(50% - 466.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 33.33433px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 371.999px);
        max-width: -moz-calc(50% - 371.999px);
        max-width: calc(50% - 371.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 371.999px);
        max-width: -moz-calc(50% - 371.999px);
        max-width: calc(50% - 371.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 240.001px;
        -ms-flex: 0 0 240.001px;
        flex: 0 0 240.001px;
        max-width: 240.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 359.999px);
        max-width: -moz-calc(50% - 359.999px);
        max-width: calc(50% - 359.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 242.001px;
        -ms-flex: 0 0 242.001px;
        flex: 0 0 242.001px;
        max-width: 242.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 362.999px);
        max-width: -moz-calc(50% - 362.999px);
        max-width: calc(50% - 362.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 244.001px;
        -ms-flex: 0 0 244.001px;
        flex: 0 0 244.001px;
        max-width: 244.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 365.999px);
        max-width: -moz-calc(50% - 365.999px);
        max-width: calc(50% - 365.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 246.001px;
        -ms-flex: 0 0 246.001px;
        flex: 0 0 246.001px;
        max-width: 246.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 368.999px);
        max-width: -moz-calc(50% - 368.999px);
        max-width: calc(50% - 368.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 248.001px;
        -ms-flex: 0 0 248.001px;
        flex: 0 0 248.001px;
        max-width: 248.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 371.999px);
        max-width: -moz-calc(50% - 371.999px);
        max-width: calc(50% - 371.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 250.001px;
        -ms-flex: 0 0 250.001px;
        flex: 0 0 250.001px;
        max-width: 250.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 374.999px);
        max-width: -moz-calc(50% - 374.999px);
        max-width: calc(50% - 374.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 252.001px;
        -ms-flex: 0 0 252.001px;
        flex: 0 0 252.001px;
        max-width: 252.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 377.999px);
        max-width: -moz-calc(50% - 377.999px);
        max-width: calc(50% - 377.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 192.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 254.001px;
        -ms-flex: 0 0 254.001px;
        flex: 0 0 254.001px;
        max-width: 254.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 380.999px);
        max-width: -moz-calc(50% - 380.999px);
        max-width: calc(50% - 380.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 256.001px;
        -ms-flex: 0 0 256.001px;
        flex: 0 0 256.001px;
        max-width: 256.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 383.999px);
        max-width: -moz-calc(50% - 383.999px);
        max-width: calc(50% - 383.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 176.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 258.001px;
        -ms-flex: 0 0 258.001px;
        flex: 0 0 258.001px;
        max-width: 258.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 386.999px);
        max-width: -moz-calc(50% - 386.999px);
        max-width: calc(50% - 386.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 260.001px;
        -ms-flex: 0 0 260.001px;
        flex: 0 0 260.001px;
        max-width: 260.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 389.999px);
        max-width: -moz-calc(50% - 389.999px);
        max-width: calc(50% - 389.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 160.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 262.001px;
        -ms-flex: 0 0 262.001px;
        flex: 0 0 262.001px;
        max-width: 262.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 392.999px);
        max-width: -moz-calc(50% - 392.999px);
        max-width: calc(50% - 392.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 152.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 264.001px;
        -ms-flex: 0 0 264.001px;
        flex: 0 0 264.001px;
        max-width: 264.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 395.999px);
        max-width: -moz-calc(50% - 395.999px);
        max-width: calc(50% - 395.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 144.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 266.001px;
        -ms-flex: 0 0 266.001px;
        flex: 0 0 266.001px;
        max-width: 266.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 398.999px);
        max-width: -moz-calc(50% - 398.999px);
        max-width: calc(50% - 398.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 136.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 268.001px;
        -ms-flex: 0 0 268.001px;
        flex: 0 0 268.001px;
        max-width: 268.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 401.999px);
        max-width: -moz-calc(50% - 401.999px);
        max-width: calc(50% - 401.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 128.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 270.001px;
        -ms-flex: 0 0 270.001px;
        flex: 0 0 270.001px;
        max-width: 270.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 404.999px);
        max-width: -moz-calc(50% - 404.999px);
        max-width: calc(50% - 404.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 120.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 272.001px;
        -ms-flex: 0 0 272.001px;
        flex: 0 0 272.001px;
        max-width: 272.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 407.999px);
        max-width: -moz-calc(50% - 407.999px);
        max-width: calc(50% - 407.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 112.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 274.001px;
        -ms-flex: 0 0 274.001px;
        flex: 0 0 274.001px;
        max-width: 274.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 410.999px);
        max-width: -moz-calc(50% - 410.999px);
        max-width: calc(50% - 410.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 104.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 276.001px;
        -ms-flex: 0 0 276.001px;
        flex: 0 0 276.001px;
        max-width: 276.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 413.999px);
        max-width: -moz-calc(50% - 413.999px);
        max-width: calc(50% - 413.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 96.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 278.001px;
        -ms-flex: 0 0 278.001px;
        flex: 0 0 278.001px;
        max-width: 278.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 416.999px);
        max-width: -moz-calc(50% - 416.999px);
        max-width: calc(50% - 416.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 88.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 280.001px;
        -ms-flex: 0 0 280.001px;
        flex: 0 0 280.001px;
        max-width: 280.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 359.999px);
        max-width: -moz-calc(50% - 359.999px);
        max-width: calc(50% - 359.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 362.999px);
        max-width: -moz-calc(50% - 362.999px);
        max-width: calc(50% - 362.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 365.999px);
        max-width: -moz-calc(50% - 365.999px);
        max-width: calc(50% - 365.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 368.999px);
        max-width: -moz-calc(50% - 368.999px);
        max-width: calc(50% - 368.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 371.999px);
        max-width: -moz-calc(50% - 371.999px);
        max-width: calc(50% - 371.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 374.999px);
        max-width: -moz-calc(50% - 374.999px);
        max-width: calc(50% - 374.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 377.999px);
        max-width: -moz-calc(50% - 377.999px);
        max-width: calc(50% - 377.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 192.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 380.999px);
        max-width: -moz-calc(50% - 380.999px);
        max-width: calc(50% - 380.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 383.999px);
        max-width: -moz-calc(50% - 383.999px);
        max-width: calc(50% - 383.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 176.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 386.999px);
        max-width: -moz-calc(50% - 386.999px);
        max-width: calc(50% - 386.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 389.999px);
        max-width: -moz-calc(50% - 389.999px);
        max-width: calc(50% - 389.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 160.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 395.999px);
        max-width: -moz-calc(50% - 395.999px);
        max-width: calc(50% - 395.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 144.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 401.999px);
        max-width: -moz-calc(50% - 401.999px);
        max-width: calc(50% - 401.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 128.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 407.999px);
        max-width: -moz-calc(50% - 407.999px);
        max-width: calc(50% - 407.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 112.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 413.999px);
        max-width: -moz-calc(50% - 413.999px);
        max-width: calc(50% - 413.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 96.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 80.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 309.999px);
        max-width: -moz-calc(50% - 309.999px);
        max-width: calc(50% - 309.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 309.999px);
        max-width: -moz-calc(50% - 309.999px);
        max-width: calc(50% - 309.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 300.001px;
        -ms-flex: 0 0 300.001px;
        flex: 0 0 300.001px;
        max-width: 300.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 299.999px);
        max-width: -moz-calc(50% - 299.999px);
        max-width: calc(50% - 299.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 300.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 302.501px;
        -ms-flex: 0 0 302.501px;
        flex: 0 0 302.501px;
        max-width: 302.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 302.499px);
        max-width: -moz-calc(50% - 302.499px);
        max-width: calc(50% - 302.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 292.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 305.001px;
        -ms-flex: 0 0 305.001px;
        flex: 0 0 305.001px;
        max-width: 305.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 304.999px);
        max-width: -moz-calc(50% - 304.999px);
        max-width: calc(50% - 304.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 285.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 307.501px;
        -ms-flex: 0 0 307.501px;
        flex: 0 0 307.501px;
        max-width: 307.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 307.499px);
        max-width: -moz-calc(50% - 307.499px);
        max-width: calc(50% - 307.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 277.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 310.001px;
        -ms-flex: 0 0 310.001px;
        flex: 0 0 310.001px;
        max-width: 310.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 309.999px);
        max-width: -moz-calc(50% - 309.999px);
        max-width: calc(50% - 309.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 312.501px;
        -ms-flex: 0 0 312.501px;
        flex: 0 0 312.501px;
        max-width: 312.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 312.499px);
        max-width: -moz-calc(50% - 312.499px);
        max-width: calc(50% - 312.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 262.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 315.001px;
        -ms-flex: 0 0 315.001px;
        flex: 0 0 315.001px;
        max-width: 315.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 314.999px);
        max-width: -moz-calc(50% - 314.999px);
        max-width: calc(50% - 314.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 255.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 317.501px;
        -ms-flex: 0 0 317.501px;
        flex: 0 0 317.501px;
        max-width: 317.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 317.499px);
        max-width: -moz-calc(50% - 317.499px);
        max-width: calc(50% - 317.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 247.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 320.001px;
        -ms-flex: 0 0 320.001px;
        flex: 0 0 320.001px;
        max-width: 320.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 319.999px);
        max-width: -moz-calc(50% - 319.999px);
        max-width: calc(50% - 319.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 322.501px;
        -ms-flex: 0 0 322.501px;
        flex: 0 0 322.501px;
        max-width: 322.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 322.499px);
        max-width: -moz-calc(50% - 322.499px);
        max-width: calc(50% - 322.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 232.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 325.001px;
        -ms-flex: 0 0 325.001px;
        flex: 0 0 325.001px;
        max-width: 325.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 324.999px);
        max-width: -moz-calc(50% - 324.999px);
        max-width: calc(50% - 324.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 327.501px;
        -ms-flex: 0 0 327.501px;
        flex: 0 0 327.501px;
        max-width: 327.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 327.499px);
        max-width: -moz-calc(50% - 327.499px);
        max-width: calc(50% - 327.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 217.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 330.001px;
        -ms-flex: 0 0 330.001px;
        flex: 0 0 330.001px;
        max-width: 330.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 329.999px);
        max-width: -moz-calc(50% - 329.999px);
        max-width: calc(50% - 329.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 210.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 332.501px;
        -ms-flex: 0 0 332.501px;
        flex: 0 0 332.501px;
        max-width: 332.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 332.499px);
        max-width: -moz-calc(50% - 332.499px);
        max-width: calc(50% - 332.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 202.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 335.001px;
        -ms-flex: 0 0 335.001px;
        flex: 0 0 335.001px;
        max-width: 335.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 334.999px);
        max-width: -moz-calc(50% - 334.999px);
        max-width: calc(50% - 334.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 195.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 337.501px;
        -ms-flex: 0 0 337.501px;
        flex: 0 0 337.501px;
        max-width: 337.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 337.499px);
        max-width: -moz-calc(50% - 337.499px);
        max-width: calc(50% - 337.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 187.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 340.001px;
        -ms-flex: 0 0 340.001px;
        flex: 0 0 340.001px;
        max-width: 340.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 339.999px);
        max-width: -moz-calc(50% - 339.999px);
        max-width: calc(50% - 339.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 180.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 342.501px;
        -ms-flex: 0 0 342.501px;
        flex: 0 0 342.501px;
        max-width: 342.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 342.499px);
        max-width: -moz-calc(50% - 342.499px);
        max-width: calc(50% - 342.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 172.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 345.001px;
        -ms-flex: 0 0 345.001px;
        flex: 0 0 345.001px;
        max-width: 345.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 344.999px);
        max-width: -moz-calc(50% - 344.999px);
        max-width: calc(50% - 344.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 165.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 347.501px;
        -ms-flex: 0 0 347.501px;
        flex: 0 0 347.501px;
        max-width: 347.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 347.499px);
        max-width: -moz-calc(50% - 347.499px);
        max-width: calc(50% - 347.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 157.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 350.001px;
        -ms-flex: 0 0 350.001px;
        flex: 0 0 350.001px;
        max-width: 350.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 349.999px);
        max-width: -moz-calc(50% - 349.999px);
        max-width: calc(50% - 349.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 299.999px);
        max-width: -moz-calc(50% - 299.999px);
        max-width: calc(50% - 299.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 300.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 302.499px);
        max-width: -moz-calc(50% - 302.499px);
        max-width: calc(50% - 302.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 292.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 304.999px);
        max-width: -moz-calc(50% - 304.999px);
        max-width: calc(50% - 304.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 285.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 307.499px);
        max-width: -moz-calc(50% - 307.499px);
        max-width: calc(50% - 307.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 277.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 309.999px);
        max-width: -moz-calc(50% - 309.999px);
        max-width: calc(50% - 309.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 312.499px);
        max-width: -moz-calc(50% - 312.499px);
        max-width: calc(50% - 312.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 262.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 314.999px);
        max-width: -moz-calc(50% - 314.999px);
        max-width: calc(50% - 314.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 255.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 317.499px);
        max-width: -moz-calc(50% - 317.499px);
        max-width: calc(50% - 317.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 247.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 319.999px);
        max-width: -moz-calc(50% - 319.999px);
        max-width: calc(50% - 319.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 322.499px);
        max-width: -moz-calc(50% - 322.499px);
        max-width: calc(50% - 322.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 232.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 324.999px);
        max-width: -moz-calc(50% - 324.999px);
        max-width: calc(50% - 324.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 329.999px);
        max-width: -moz-calc(50% - 329.999px);
        max-width: calc(50% - 329.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 210.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 334.999px);
        max-width: -moz-calc(50% - 334.999px);
        max-width: calc(50% - 334.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 195.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 339.999px);
        max-width: -moz-calc(50% - 339.999px);
        max-width: calc(50% - 339.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 180.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 344.999px);
        max-width: -moz-calc(50% - 344.999px);
        max-width: calc(50% - 344.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 165.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 349.999px);
        max-width: -moz-calc(50% - 349.999px);
        max-width: calc(50% - 349.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 413.33433px;
        -ms-flex: 0 0 413.33433px;
        flex: 0 0 413.33433px;
        max-width: 413.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 206.66567px);
        max-width: -moz-calc(50% - 206.66567px);
        max-width: calc(50% - 206.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 206.66567px);
        max-width: -moz-calc(50% - 206.66567px);
        max-width: calc(50% - 206.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 400.001px;
        -ms-flex: 0 0 400.001px;
        flex: 0 0 400.001px;
        max-width: 400.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 199.999px);
        max-width: -moz-calc(50% - 199.999px);
        max-width: calc(50% - 199.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 403.33433px;
        -ms-flex: 0 0 403.33433px;
        flex: 0 0 403.33433px;
        max-width: 403.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 201.66567px);
        max-width: -moz-calc(50% - 201.66567px);
        max-width: calc(50% - 201.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 393.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 406.66767px;
        -ms-flex: 0 0 406.66767px;
        flex: 0 0 406.66767px;
        max-width: 406.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 203.33233px);
        max-width: -moz-calc(50% - 203.33233px);
        max-width: calc(50% - 203.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 410.001px;
        -ms-flex: 0 0 410.001px;
        flex: 0 0 410.001px;
        max-width: 410.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 204.999px);
        max-width: -moz-calc(50% - 204.999px);
        max-width: calc(50% - 204.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 380.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 413.33433px;
        -ms-flex: 0 0 413.33433px;
        flex: 0 0 413.33433px;
        max-width: 413.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 206.66567px);
        max-width: -moz-calc(50% - 206.66567px);
        max-width: calc(50% - 206.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 416.66767px;
        -ms-flex: 0 0 416.66767px;
        flex: 0 0 416.66767px;
        max-width: 416.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 208.33233px);
        max-width: -moz-calc(50% - 208.33233px);
        max-width: calc(50% - 208.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 366.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 420.001px;
        -ms-flex: 0 0 420.001px;
        flex: 0 0 420.001px;
        max-width: 420.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 209.999px);
        max-width: -moz-calc(50% - 209.999px);
        max-width: calc(50% - 209.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 423.33433px;
        -ms-flex: 0 0 423.33433px;
        flex: 0 0 423.33433px;
        max-width: 423.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 211.66567px);
        max-width: -moz-calc(50% - 211.66567px);
        max-width: calc(50% - 211.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 353.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 426.66767px;
        -ms-flex: 0 0 426.66767px;
        flex: 0 0 426.66767px;
        max-width: 426.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 213.33233px);
        max-width: -moz-calc(50% - 213.33233px);
        max-width: calc(50% - 213.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 430.001px;
        -ms-flex: 0 0 430.001px;
        flex: 0 0 430.001px;
        max-width: 430.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 214.999px);
        max-width: -moz-calc(50% - 214.999px);
        max-width: calc(50% - 214.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 340.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 433.33433px;
        -ms-flex: 0 0 433.33433px;
        flex: 0 0 433.33433px;
        max-width: 433.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 216.66567px);
        max-width: -moz-calc(50% - 216.66567px);
        max-width: calc(50% - 216.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 436.66767px;
        -ms-flex: 0 0 436.66767px;
        flex: 0 0 436.66767px;
        max-width: 436.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 218.33233px);
        max-width: -moz-calc(50% - 218.33233px);
        max-width: calc(50% - 218.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 326.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 440.001px;
        -ms-flex: 0 0 440.001px;
        flex: 0 0 440.001px;
        max-width: 440.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 219.999px);
        max-width: -moz-calc(50% - 219.999px);
        max-width: calc(50% - 219.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 443.33433px;
        -ms-flex: 0 0 443.33433px;
        flex: 0 0 443.33433px;
        max-width: 443.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 221.66567px);
        max-width: -moz-calc(50% - 221.66567px);
        max-width: calc(50% - 221.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 313.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 446.66767px;
        -ms-flex: 0 0 446.66767px;
        flex: 0 0 446.66767px;
        max-width: 446.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 223.33233px);
        max-width: -moz-calc(50% - 223.33233px);
        max-width: calc(50% - 223.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 306.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 450.001px;
        -ms-flex: 0 0 450.001px;
        flex: 0 0 450.001px;
        max-width: 450.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 224.999px);
        max-width: -moz-calc(50% - 224.999px);
        max-width: calc(50% - 224.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 300.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 453.33433px;
        -ms-flex: 0 0 453.33433px;
        flex: 0 0 453.33433px;
        max-width: 453.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 226.66567px);
        max-width: -moz-calc(50% - 226.66567px);
        max-width: calc(50% - 226.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 293.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 456.66767px;
        -ms-flex: 0 0 456.66767px;
        flex: 0 0 456.66767px;
        max-width: 456.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 228.33233px);
        max-width: -moz-calc(50% - 228.33233px);
        max-width: calc(50% - 228.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 286.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 460.001px;
        -ms-flex: 0 0 460.001px;
        flex: 0 0 460.001px;
        max-width: 460.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 229.999px);
        max-width: -moz-calc(50% - 229.999px);
        max-width: calc(50% - 229.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 463.33433px;
        -ms-flex: 0 0 463.33433px;
        flex: 0 0 463.33433px;
        max-width: 463.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 231.66567px);
        max-width: -moz-calc(50% - 231.66567px);
        max-width: calc(50% - 231.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 273.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 466.66767px;
        -ms-flex: 0 0 466.66767px;
        flex: 0 0 466.66767px;
        max-width: 466.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 233.33233px);
        max-width: -moz-calc(50% - 233.33233px);
        max-width: calc(50% - 233.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 266.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 199.999px);
        max-width: -moz-calc(50% - 199.999px);
        max-width: calc(50% - 199.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 201.66567px);
        max-width: -moz-calc(50% - 201.66567px);
        max-width: calc(50% - 201.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 393.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 203.33233px);
        max-width: -moz-calc(50% - 203.33233px);
        max-width: calc(50% - 203.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 204.999px);
        max-width: -moz-calc(50% - 204.999px);
        max-width: calc(50% - 204.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 380.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 206.66567px);
        max-width: -moz-calc(50% - 206.66567px);
        max-width: calc(50% - 206.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 208.33233px);
        max-width: -moz-calc(50% - 208.33233px);
        max-width: calc(50% - 208.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 366.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 209.999px);
        max-width: -moz-calc(50% - 209.999px);
        max-width: calc(50% - 209.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 211.66567px);
        max-width: -moz-calc(50% - 211.66567px);
        max-width: calc(50% - 211.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 353.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 213.33233px);
        max-width: -moz-calc(50% - 213.33233px);
        max-width: calc(50% - 213.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 214.999px);
        max-width: -moz-calc(50% - 214.999px);
        max-width: calc(50% - 214.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 340.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 216.66567px);
        max-width: -moz-calc(50% - 216.66567px);
        max-width: calc(50% - 216.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 219.999px);
        max-width: -moz-calc(50% - 219.999px);
        max-width: calc(50% - 219.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 223.33233px);
        max-width: -moz-calc(50% - 223.33233px);
        max-width: calc(50% - 223.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 306.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 226.66567px);
        max-width: -moz-calc(50% - 226.66567px);
        max-width: calc(50% - 226.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 293.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 229.999px);
        max-width: -moz-calc(50% - 229.999px);
        max-width: calc(50% - 229.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 233.33233px);
        max-width: -moz-calc(50% - 233.33233px);
        max-width: calc(50% - 233.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 266.66767px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 496.001px;
        -ms-flex: 0 0 496.001px;
        flex: 0 0 496.001px;
        max-width: 496.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 123.999px);
        max-width: -moz-calc(50% - 123.999px);
        max-width: calc(50% - 123.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 123.999px);
        max-width: -moz-calc(50% - 123.999px);
        max-width: calc(50% - 123.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 480.001px;
        -ms-flex: 0 0 480.001px;
        flex: 0 0 480.001px;
        max-width: 480.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 480.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 484.001px;
        -ms-flex: 0 0 484.001px;
        flex: 0 0 484.001px;
        max-width: 484.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 120.999px);
        max-width: -moz-calc(50% - 120.999px);
        max-width: calc(50% - 120.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 474.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 488.001px;
        -ms-flex: 0 0 488.001px;
        flex: 0 0 488.001px;
        max-width: 488.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 121.999px);
        max-width: -moz-calc(50% - 121.999px);
        max-width: calc(50% - 121.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 468.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 492.001px;
        -ms-flex: 0 0 492.001px;
        flex: 0 0 492.001px;
        max-width: 492.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 122.999px);
        max-width: -moz-calc(50% - 122.999px);
        max-width: calc(50% - 122.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 462.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 496.001px;
        -ms-flex: 0 0 496.001px;
        flex: 0 0 496.001px;
        max-width: 496.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 123.999px);
        max-width: -moz-calc(50% - 123.999px);
        max-width: calc(50% - 123.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 500.001px;
        -ms-flex: 0 0 500.001px;
        flex: 0 0 500.001px;
        max-width: 500.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 124.999px);
        max-width: -moz-calc(50% - 124.999px);
        max-width: calc(50% - 124.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 450.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 504.001px;
        -ms-flex: 0 0 504.001px;
        flex: 0 0 504.001px;
        max-width: 504.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 125.999px);
        max-width: -moz-calc(50% - 125.999px);
        max-width: calc(50% - 125.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 444.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 508.001px;
        -ms-flex: 0 0 508.001px;
        flex: 0 0 508.001px;
        max-width: 508.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 126.999px);
        max-width: -moz-calc(50% - 126.999px);
        max-width: calc(50% - 126.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 438.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 512.001px;
        -ms-flex: 0 0 512.001px;
        flex: 0 0 512.001px;
        max-width: 512.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 127.999px);
        max-width: -moz-calc(50% - 127.999px);
        max-width: calc(50% - 127.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 432.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 516.001px;
        -ms-flex: 0 0 516.001px;
        flex: 0 0 516.001px;
        max-width: 516.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 128.999px);
        max-width: -moz-calc(50% - 128.999px);
        max-width: calc(50% - 128.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 426.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 520.001px;
        -ms-flex: 0 0 520.001px;
        flex: 0 0 520.001px;
        max-width: 520.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 129.999px);
        max-width: -moz-calc(50% - 129.999px);
        max-width: calc(50% - 129.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 524.001px;
        -ms-flex: 0 0 524.001px;
        flex: 0 0 524.001px;
        max-width: 524.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 130.999px);
        max-width: -moz-calc(50% - 130.999px);
        max-width: calc(50% - 130.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 414.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 528.001px;
        -ms-flex: 0 0 528.001px;
        flex: 0 0 528.001px;
        max-width: 528.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 131.999px);
        max-width: -moz-calc(50% - 131.999px);
        max-width: calc(50% - 131.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 408.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 532.001px;
        -ms-flex: 0 0 532.001px;
        flex: 0 0 532.001px;
        max-width: 532.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 132.999px);
        max-width: -moz-calc(50% - 132.999px);
        max-width: calc(50% - 132.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 402.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 536.001px;
        -ms-flex: 0 0 536.001px;
        flex: 0 0 536.001px;
        max-width: 536.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 133.999px);
        max-width: -moz-calc(50% - 133.999px);
        max-width: calc(50% - 133.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 396.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 540.001px;
        -ms-flex: 0 0 540.001px;
        flex: 0 0 540.001px;
        max-width: 540.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 134.999px);
        max-width: -moz-calc(50% - 134.999px);
        max-width: calc(50% - 134.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 390.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 544.001px;
        -ms-flex: 0 0 544.001px;
        flex: 0 0 544.001px;
        max-width: 544.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 135.999px);
        max-width: -moz-calc(50% - 135.999px);
        max-width: calc(50% - 135.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 384.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 548.001px;
        -ms-flex: 0 0 548.001px;
        flex: 0 0 548.001px;
        max-width: 548.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 136.999px);
        max-width: -moz-calc(50% - 136.999px);
        max-width: calc(50% - 136.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 378.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 552.001px;
        -ms-flex: 0 0 552.001px;
        flex: 0 0 552.001px;
        max-width: 552.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 137.999px);
        max-width: -moz-calc(50% - 137.999px);
        max-width: calc(50% - 137.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 372.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 556.001px;
        -ms-flex: 0 0 556.001px;
        flex: 0 0 556.001px;
        max-width: 556.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 138.999px);
        max-width: -moz-calc(50% - 138.999px);
        max-width: calc(50% - 138.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 366.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 560.001px;
        -ms-flex: 0 0 560.001px;
        flex: 0 0 560.001px;
        max-width: 560.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 139.999px);
        max-width: -moz-calc(50% - 139.999px);
        max-width: calc(50% - 139.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 480.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 120.999px);
        max-width: -moz-calc(50% - 120.999px);
        max-width: calc(50% - 120.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 474.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 121.999px);
        max-width: -moz-calc(50% - 121.999px);
        max-width: calc(50% - 121.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 468.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 122.999px);
        max-width: -moz-calc(50% - 122.999px);
        max-width: calc(50% - 122.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 462.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 123.999px);
        max-width: -moz-calc(50% - 123.999px);
        max-width: calc(50% - 123.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 124.999px);
        max-width: -moz-calc(50% - 124.999px);
        max-width: calc(50% - 124.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 450.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 125.999px);
        max-width: -moz-calc(50% - 125.999px);
        max-width: calc(50% - 125.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 444.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 126.999px);
        max-width: -moz-calc(50% - 126.999px);
        max-width: calc(50% - 126.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 438.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 127.999px);
        max-width: -moz-calc(50% - 127.999px);
        max-width: calc(50% - 127.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 432.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 128.999px);
        max-width: -moz-calc(50% - 128.999px);
        max-width: calc(50% - 128.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 426.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 129.999px);
        max-width: -moz-calc(50% - 129.999px);
        max-width: calc(50% - 129.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 131.999px);
        max-width: -moz-calc(50% - 131.999px);
        max-width: calc(50% - 131.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 408.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 133.999px);
        max-width: -moz-calc(50% - 133.999px);
        max-width: calc(50% - 133.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 396.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 135.999px);
        max-width: -moz-calc(50% - 135.999px);
        max-width: calc(50% - 135.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 384.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 137.999px);
        max-width: -moz-calc(50% - 137.999px);
        max-width: calc(50% - 137.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 372.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 139.999px);
        max-width: -moz-calc(50% - 139.999px);
        max-width: calc(50% - 139.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 103.33233px);
        max-width: -moz-calc(50% - 103.33233px);
        max-width: calc(50% - 103.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 103.33233px);
        max-width: -moz-calc(50% - 103.33233px);
        max-width: calc(50% - 103.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 500.001px;
        -ms-flex: 0 0 500.001px;
        flex: 0 0 500.001px;
        max-width: 500.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 99.999px);
        max-width: -moz-calc(50% - 99.999px);
        max-width: calc(50% - 99.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 504.16767px;
        -ms-flex: 0 0 504.16767px;
        flex: 0 0 504.16767px;
        max-width: 504.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 100.83233px);
        max-width: -moz-calc(50% - 100.83233px);
        max-width: calc(50% - 100.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 494.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 508.33433px;
        -ms-flex: 0 0 508.33433px;
        flex: 0 0 508.33433px;
        max-width: 508.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 101.66567px);
        max-width: -moz-calc(50% - 101.66567px);
        max-width: calc(50% - 101.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 488.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 512.501px;
        -ms-flex: 0 0 512.501px;
        flex: 0 0 512.501px;
        max-width: 512.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 102.499px);
        max-width: -moz-calc(50% - 102.499px);
        max-width: calc(50% - 102.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 482.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 103.33233px);
        max-width: -moz-calc(50% - 103.33233px);
        max-width: calc(50% - 103.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 520.83433px;
        -ms-flex: 0 0 520.83433px;
        flex: 0 0 520.83433px;
        max-width: 520.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 104.16567px);
        max-width: -moz-calc(50% - 104.16567px);
        max-width: calc(50% - 104.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 470.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 525.001px;
        -ms-flex: 0 0 525.001px;
        flex: 0 0 525.001px;
        max-width: 525.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 104.999px);
        max-width: -moz-calc(50% - 104.999px);
        max-width: calc(50% - 104.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 465.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 529.16767px;
        -ms-flex: 0 0 529.16767px;
        flex: 0 0 529.16767px;
        max-width: 529.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 105.83233px);
        max-width: -moz-calc(50% - 105.83233px);
        max-width: calc(50% - 105.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 459.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 533.33433px;
        -ms-flex: 0 0 533.33433px;
        flex: 0 0 533.33433px;
        max-width: 533.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 106.66567px);
        max-width: -moz-calc(50% - 106.66567px);
        max-width: calc(50% - 106.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 537.501px;
        -ms-flex: 0 0 537.501px;
        flex: 0 0 537.501px;
        max-width: 537.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 107.499px);
        max-width: -moz-calc(50% - 107.499px);
        max-width: calc(50% - 107.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 447.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 541.66767px;
        -ms-flex: 0 0 541.66767px;
        flex: 0 0 541.66767px;
        max-width: 541.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 108.33233px);
        max-width: -moz-calc(50% - 108.33233px);
        max-width: calc(50% - 108.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 441.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 545.83433px;
        -ms-flex: 0 0 545.83433px;
        flex: 0 0 545.83433px;
        max-width: 545.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 109.16567px);
        max-width: -moz-calc(50% - 109.16567px);
        max-width: calc(50% - 109.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 435.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 550.001px;
        -ms-flex: 0 0 550.001px;
        flex: 0 0 550.001px;
        max-width: 550.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 109.999px);
        max-width: -moz-calc(50% - 109.999px);
        max-width: calc(50% - 109.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 430.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 554.16767px;
        -ms-flex: 0 0 554.16767px;
        flex: 0 0 554.16767px;
        max-width: 554.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 110.83233px);
        max-width: -moz-calc(50% - 110.83233px);
        max-width: calc(50% - 110.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 424.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 558.33433px;
        -ms-flex: 0 0 558.33433px;
        flex: 0 0 558.33433px;
        max-width: 558.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 111.66567px);
        max-width: -moz-calc(50% - 111.66567px);
        max-width: calc(50% - 111.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 418.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 562.501px;
        -ms-flex: 0 0 562.501px;
        flex: 0 0 562.501px;
        max-width: 562.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 112.499px);
        max-width: -moz-calc(50% - 112.499px);
        max-width: calc(50% - 112.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 412.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 566.66767px;
        -ms-flex: 0 0 566.66767px;
        flex: 0 0 566.66767px;
        max-width: 566.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 113.33233px);
        max-width: -moz-calc(50% - 113.33233px);
        max-width: calc(50% - 113.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 570.83433px;
        -ms-flex: 0 0 570.83433px;
        flex: 0 0 570.83433px;
        max-width: 570.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 114.16567px);
        max-width: -moz-calc(50% - 114.16567px);
        max-width: calc(50% - 114.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 400.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 575.001px;
        -ms-flex: 0 0 575.001px;
        flex: 0 0 575.001px;
        max-width: 575.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 114.999px);
        max-width: -moz-calc(50% - 114.999px);
        max-width: calc(50% - 114.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 395.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 579.16767px;
        -ms-flex: 0 0 579.16767px;
        flex: 0 0 579.16767px;
        max-width: 579.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 115.83233px);
        max-width: -moz-calc(50% - 115.83233px);
        max-width: calc(50% - 115.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 389.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 583.33433px;
        -ms-flex: 0 0 583.33433px;
        flex: 0 0 583.33433px;
        max-width: 583.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 116.66567px);
        max-width: -moz-calc(50% - 116.66567px);
        max-width: calc(50% - 116.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 383.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 99.999px);
        max-width: -moz-calc(50% - 99.999px);
        max-width: calc(50% - 99.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 100.83233px);
        max-width: -moz-calc(50% - 100.83233px);
        max-width: calc(50% - 100.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 494.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 101.66567px);
        max-width: -moz-calc(50% - 101.66567px);
        max-width: calc(50% - 101.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 488.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 102.499px);
        max-width: -moz-calc(50% - 102.499px);
        max-width: calc(50% - 102.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 482.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 103.33233px);
        max-width: -moz-calc(50% - 103.33233px);
        max-width: calc(50% - 103.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 104.16567px);
        max-width: -moz-calc(50% - 104.16567px);
        max-width: calc(50% - 104.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 470.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 104.999px);
        max-width: -moz-calc(50% - 104.999px);
        max-width: calc(50% - 104.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 465.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 105.83233px);
        max-width: -moz-calc(50% - 105.83233px);
        max-width: calc(50% - 105.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 459.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 106.66567px);
        max-width: -moz-calc(50% - 106.66567px);
        max-width: calc(50% - 106.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 107.499px);
        max-width: -moz-calc(50% - 107.499px);
        max-width: calc(50% - 107.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 447.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 108.33233px);
        max-width: -moz-calc(50% - 108.33233px);
        max-width: calc(50% - 108.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 441.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 109.999px);
        max-width: -moz-calc(50% - 109.999px);
        max-width: calc(50% - 109.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 430.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 111.66567px);
        max-width: -moz-calc(50% - 111.66567px);
        max-width: calc(50% - 111.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 418.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 113.33233px);
        max-width: -moz-calc(50% - 113.33233px);
        max-width: calc(50% - 113.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 114.999px);
        max-width: -moz-calc(50% - 114.999px);
        max-width: calc(50% - 114.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 395.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 116.66567px);
        max-width: -moz-calc(50% - 116.66567px);
        max-width: calc(50% - 116.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 383.33433px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 600.001px;
        -ms-flex: 0 0 600.001px;
        flex: 0 0 600.001px;
        max-width: 600.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 600.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 605.001px;
        -ms-flex: 0 0 605.001px;
        flex: 0 0 605.001px;
        max-width: 605.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 595.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 610.001px;
        -ms-flex: 0 0 610.001px;
        flex: 0 0 610.001px;
        max-width: 610.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 590.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 615.001px;
        -ms-flex: 0 0 615.001px;
        flex: 0 0 615.001px;
        max-width: 615.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 585.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 625.001px;
        -ms-flex: 0 0 625.001px;
        flex: 0 0 625.001px;
        max-width: 625.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 575.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 630.001px;
        -ms-flex: 0 0 630.001px;
        flex: 0 0 630.001px;
        max-width: 630.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 570.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 635.001px;
        -ms-flex: 0 0 635.001px;
        flex: 0 0 635.001px;
        max-width: 635.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 565.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 640.001px;
        -ms-flex: 0 0 640.001px;
        flex: 0 0 640.001px;
        max-width: 640.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 645.001px;
        -ms-flex: 0 0 645.001px;
        flex: 0 0 645.001px;
        max-width: 645.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 555.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 650.001px;
        -ms-flex: 0 0 650.001px;
        flex: 0 0 650.001px;
        max-width: 650.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 550.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 655.001px;
        -ms-flex: 0 0 655.001px;
        flex: 0 0 655.001px;
        max-width: 655.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 545.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 660.001px;
        -ms-flex: 0 0 660.001px;
        flex: 0 0 660.001px;
        max-width: 660.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 540.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 665.001px;
        -ms-flex: 0 0 665.001px;
        flex: 0 0 665.001px;
        max-width: 665.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 535.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 670.001px;
        -ms-flex: 0 0 670.001px;
        flex: 0 0 670.001px;
        max-width: 670.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 675.001px;
        -ms-flex: 0 0 675.001px;
        flex: 0 0 675.001px;
        max-width: 675.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 525.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 680.001px;
        -ms-flex: 0 0 680.001px;
        flex: 0 0 680.001px;
        max-width: 680.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 520.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 685.001px;
        -ms-flex: 0 0 685.001px;
        flex: 0 0 685.001px;
        max-width: 685.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 515.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 690.001px;
        -ms-flex: 0 0 690.001px;
        flex: 0 0 690.001px;
        max-width: 690.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 510.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 695.001px;
        -ms-flex: 0 0 695.001px;
        flex: 0 0 695.001px;
        max-width: 695.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 505.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 700.001px;
        -ms-flex: 0 0 700.001px;
        flex: 0 0 700.001px;
        max-width: 700.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 600.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 595.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 590.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 585.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 575.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 570.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 565.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 555.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 550.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 540.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 520.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 510.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 723.33433px;
        -ms-flex: 0 0 723.33433px;
        flex: 0 0 723.33433px;
        max-width: 723.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -103.33433px);
        max-width: -moz-calc(50% - -103.33433px);
        max-width: calc(50% - -103.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -103.33433px);
        max-width: -moz-calc(50% - -103.33433px);
        max-width: calc(50% - -103.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 700.001px;
        -ms-flex: 0 0 700.001px;
        flex: 0 0 700.001px;
        max-width: 700.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -100.001px);
        max-width: -moz-calc(50% - -100.001px);
        max-width: calc(50% - -100.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 705.83433px;
        -ms-flex: 0 0 705.83433px;
        flex: 0 0 705.83433px;
        max-width: 705.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -100.83433px);
        max-width: -moz-calc(50% - -100.83433px);
        max-width: calc(50% - -100.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 695.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 711.66767px;
        -ms-flex: 0 0 711.66767px;
        flex: 0 0 711.66767px;
        max-width: 711.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -101.66767px);
        max-width: -moz-calc(50% - -101.66767px);
        max-width: calc(50% - -101.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 691.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 717.501px;
        -ms-flex: 0 0 717.501px;
        flex: 0 0 717.501px;
        max-width: 717.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -102.501px);
        max-width: -moz-calc(50% - -102.501px);
        max-width: calc(50% - -102.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 687.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 723.33433px;
        -ms-flex: 0 0 723.33433px;
        flex: 0 0 723.33433px;
        max-width: 723.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -103.33433px);
        max-width: -moz-calc(50% - -103.33433px);
        max-width: calc(50% - -103.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 729.16767px;
        -ms-flex: 0 0 729.16767px;
        flex: 0 0 729.16767px;
        max-width: 729.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -104.16767px);
        max-width: -moz-calc(50% - -104.16767px);
        max-width: calc(50% - -104.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 679.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 735.001px;
        -ms-flex: 0 0 735.001px;
        flex: 0 0 735.001px;
        max-width: 735.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -105.001px);
        max-width: -moz-calc(50% - -105.001px);
        max-width: calc(50% - -105.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 740.83433px;
        -ms-flex: 0 0 740.83433px;
        flex: 0 0 740.83433px;
        max-width: 740.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -105.83433px);
        max-width: -moz-calc(50% - -105.83433px);
        max-width: calc(50% - -105.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 670.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 746.66767px;
        -ms-flex: 0 0 746.66767px;
        flex: 0 0 746.66767px;
        max-width: 746.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -106.66767px);
        max-width: -moz-calc(50% - -106.66767px);
        max-width: calc(50% - -106.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 666.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 752.501px;
        -ms-flex: 0 0 752.501px;
        flex: 0 0 752.501px;
        max-width: 752.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -107.501px);
        max-width: -moz-calc(50% - -107.501px);
        max-width: calc(50% - -107.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 662.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 758.33433px;
        -ms-flex: 0 0 758.33433px;
        flex: 0 0 758.33433px;
        max-width: 758.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -108.33433px);
        max-width: -moz-calc(50% - -108.33433px);
        max-width: calc(50% - -108.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 658.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 764.16767px;
        -ms-flex: 0 0 764.16767px;
        flex: 0 0 764.16767px;
        max-width: 764.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -109.16767px);
        max-width: -moz-calc(50% - -109.16767px);
        max-width: calc(50% - -109.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 654.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 770.001px;
        -ms-flex: 0 0 770.001px;
        flex: 0 0 770.001px;
        max-width: 770.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -110.001px);
        max-width: -moz-calc(50% - -110.001px);
        max-width: calc(50% - -110.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 775.83433px;
        -ms-flex: 0 0 775.83433px;
        flex: 0 0 775.83433px;
        max-width: 775.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -110.83433px);
        max-width: -moz-calc(50% - -110.83433px);
        max-width: calc(50% - -110.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 645.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 781.66767px;
        -ms-flex: 0 0 781.66767px;
        flex: 0 0 781.66767px;
        max-width: 781.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -111.66767px);
        max-width: -moz-calc(50% - -111.66767px);
        max-width: calc(50% - -111.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 641.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 787.501px;
        -ms-flex: 0 0 787.501px;
        flex: 0 0 787.501px;
        max-width: 787.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -112.501px);
        max-width: -moz-calc(50% - -112.501px);
        max-width: calc(50% - -112.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 637.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 793.33433px;
        -ms-flex: 0 0 793.33433px;
        flex: 0 0 793.33433px;
        max-width: 793.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -113.33433px);
        max-width: -moz-calc(50% - -113.33433px);
        max-width: calc(50% - -113.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 633.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 799.16767px;
        -ms-flex: 0 0 799.16767px;
        flex: 0 0 799.16767px;
        max-width: 799.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -114.16767px);
        max-width: -moz-calc(50% - -114.16767px);
        max-width: calc(50% - -114.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 629.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 805.001px;
        -ms-flex: 0 0 805.001px;
        flex: 0 0 805.001px;
        max-width: 805.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -115.001px);
        max-width: -moz-calc(50% - -115.001px);
        max-width: calc(50% - -115.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 625.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 810.83433px;
        -ms-flex: 0 0 810.83433px;
        flex: 0 0 810.83433px;
        max-width: 810.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -115.83433px);
        max-width: -moz-calc(50% - -115.83433px);
        max-width: calc(50% - -115.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 620.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 816.66767px;
        -ms-flex: 0 0 816.66767px;
        flex: 0 0 816.66767px;
        max-width: 816.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -116.66767px);
        max-width: -moz-calc(50% - -116.66767px);
        max-width: calc(50% - -116.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 616.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -100.001px);
        max-width: -moz-calc(50% - -100.001px);
        max-width: calc(50% - -100.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -100.83433px);
        max-width: -moz-calc(50% - -100.83433px);
        max-width: calc(50% - -100.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 695.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -101.66767px);
        max-width: -moz-calc(50% - -101.66767px);
        max-width: calc(50% - -101.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 691.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -102.501px);
        max-width: -moz-calc(50% - -102.501px);
        max-width: calc(50% - -102.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 687.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -103.33433px);
        max-width: -moz-calc(50% - -103.33433px);
        max-width: calc(50% - -103.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -104.16767px);
        max-width: -moz-calc(50% - -104.16767px);
        max-width: calc(50% - -104.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 679.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -105.001px);
        max-width: -moz-calc(50% - -105.001px);
        max-width: calc(50% - -105.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -105.83433px);
        max-width: -moz-calc(50% - -105.83433px);
        max-width: calc(50% - -105.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 670.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -106.66767px);
        max-width: -moz-calc(50% - -106.66767px);
        max-width: calc(50% - -106.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 666.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -107.501px);
        max-width: -moz-calc(50% - -107.501px);
        max-width: calc(50% - -107.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 662.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -108.33433px);
        max-width: -moz-calc(50% - -108.33433px);
        max-width: calc(50% - -108.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 658.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -110.001px);
        max-width: -moz-calc(50% - -110.001px);
        max-width: calc(50% - -110.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -111.66767px);
        max-width: -moz-calc(50% - -111.66767px);
        max-width: calc(50% - -111.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 641.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -113.33433px);
        max-width: -moz-calc(50% - -113.33433px);
        max-width: calc(50% - -113.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 633.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -115.001px);
        max-width: -moz-calc(50% - -115.001px);
        max-width: calc(50% - -115.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 625.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -116.66767px);
        max-width: -moz-calc(50% - -116.66767px);
        max-width: calc(50% - -116.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 616.66767px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 744.001px;
        -ms-flex: 0 0 744.001px;
        flex: 0 0 744.001px;
        max-width: 744.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -124.001px);
        max-width: -moz-calc(50% - -124.001px);
        max-width: calc(50% - -124.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -124.001px);
        max-width: -moz-calc(50% - -124.001px);
        max-width: calc(50% - -124.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 720.001px;
        -ms-flex: 0 0 720.001px;
        flex: 0 0 720.001px;
        max-width: 720.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 720.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 726.001px;
        -ms-flex: 0 0 726.001px;
        flex: 0 0 726.001px;
        max-width: 726.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -121.001px);
        max-width: -moz-calc(50% - -121.001px);
        max-width: calc(50% - -121.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 716.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 732.001px;
        -ms-flex: 0 0 732.001px;
        flex: 0 0 732.001px;
        max-width: 732.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -122.001px);
        max-width: -moz-calc(50% - -122.001px);
        max-width: calc(50% - -122.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 712.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 738.001px;
        -ms-flex: 0 0 738.001px;
        flex: 0 0 738.001px;
        max-width: 738.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -123.001px);
        max-width: -moz-calc(50% - -123.001px);
        max-width: calc(50% - -123.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 708.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 744.001px;
        -ms-flex: 0 0 744.001px;
        flex: 0 0 744.001px;
        max-width: 744.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -124.001px);
        max-width: -moz-calc(50% - -124.001px);
        max-width: calc(50% - -124.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 750.001px;
        -ms-flex: 0 0 750.001px;
        flex: 0 0 750.001px;
        max-width: 750.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -125.001px);
        max-width: -moz-calc(50% - -125.001px);
        max-width: calc(50% - -125.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 756.001px;
        -ms-flex: 0 0 756.001px;
        flex: 0 0 756.001px;
        max-width: 756.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -126.001px);
        max-width: -moz-calc(50% - -126.001px);
        max-width: calc(50% - -126.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 696.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 762.001px;
        -ms-flex: 0 0 762.001px;
        flex: 0 0 762.001px;
        max-width: 762.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -127.001px);
        max-width: -moz-calc(50% - -127.001px);
        max-width: calc(50% - -127.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 692.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 768.001px;
        -ms-flex: 0 0 768.001px;
        flex: 0 0 768.001px;
        max-width: 768.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -128.001px);
        max-width: -moz-calc(50% - -128.001px);
        max-width: calc(50% - -128.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 688.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 774.001px;
        -ms-flex: 0 0 774.001px;
        flex: 0 0 774.001px;
        max-width: 774.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -129.001px);
        max-width: -moz-calc(50% - -129.001px);
        max-width: calc(50% - -129.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 684.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 780.001px;
        -ms-flex: 0 0 780.001px;
        flex: 0 0 780.001px;
        max-width: 780.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -130.001px);
        max-width: -moz-calc(50% - -130.001px);
        max-width: calc(50% - -130.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 786.001px;
        -ms-flex: 0 0 786.001px;
        flex: 0 0 786.001px;
        max-width: 786.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -131.001px);
        max-width: -moz-calc(50% - -131.001px);
        max-width: calc(50% - -131.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 676.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 792.001px;
        -ms-flex: 0 0 792.001px;
        flex: 0 0 792.001px;
        max-width: 792.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -132.001px);
        max-width: -moz-calc(50% - -132.001px);
        max-width: calc(50% - -132.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 672.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 798.001px;
        -ms-flex: 0 0 798.001px;
        flex: 0 0 798.001px;
        max-width: 798.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -133.001px);
        max-width: -moz-calc(50% - -133.001px);
        max-width: calc(50% - -133.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 668.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 804.001px;
        -ms-flex: 0 0 804.001px;
        flex: 0 0 804.001px;
        max-width: 804.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -134.001px);
        max-width: -moz-calc(50% - -134.001px);
        max-width: calc(50% - -134.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 664.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 810.001px;
        -ms-flex: 0 0 810.001px;
        flex: 0 0 810.001px;
        max-width: 810.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -135.001px);
        max-width: -moz-calc(50% - -135.001px);
        max-width: calc(50% - -135.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 660.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 816.001px;
        -ms-flex: 0 0 816.001px;
        flex: 0 0 816.001px;
        max-width: 816.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -136.001px);
        max-width: -moz-calc(50% - -136.001px);
        max-width: calc(50% - -136.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 656.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 822.001px;
        -ms-flex: 0 0 822.001px;
        flex: 0 0 822.001px;
        max-width: 822.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -137.001px);
        max-width: -moz-calc(50% - -137.001px);
        max-width: calc(50% - -137.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 652.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 828.001px;
        -ms-flex: 0 0 828.001px;
        flex: 0 0 828.001px;
        max-width: 828.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -138.001px);
        max-width: -moz-calc(50% - -138.001px);
        max-width: calc(50% - -138.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 648.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 834.001px;
        -ms-flex: 0 0 834.001px;
        flex: 0 0 834.001px;
        max-width: 834.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -139.001px);
        max-width: -moz-calc(50% - -139.001px);
        max-width: calc(50% - -139.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 644.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -140.001px);
        max-width: -moz-calc(50% - -140.001px);
        max-width: calc(50% - -140.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 720.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -121.001px);
        max-width: -moz-calc(50% - -121.001px);
        max-width: calc(50% - -121.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 716.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -122.001px);
        max-width: -moz-calc(50% - -122.001px);
        max-width: calc(50% - -122.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 712.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -123.001px);
        max-width: -moz-calc(50% - -123.001px);
        max-width: calc(50% - -123.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 708.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -124.001px);
        max-width: -moz-calc(50% - -124.001px);
        max-width: calc(50% - -124.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -125.001px);
        max-width: -moz-calc(50% - -125.001px);
        max-width: calc(50% - -125.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -126.001px);
        max-width: -moz-calc(50% - -126.001px);
        max-width: calc(50% - -126.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 696.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -127.001px);
        max-width: -moz-calc(50% - -127.001px);
        max-width: calc(50% - -127.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 692.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -128.001px);
        max-width: -moz-calc(50% - -128.001px);
        max-width: calc(50% - -128.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 688.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -129.001px);
        max-width: -moz-calc(50% - -129.001px);
        max-width: calc(50% - -129.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 684.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -130.001px);
        max-width: -moz-calc(50% - -130.001px);
        max-width: calc(50% - -130.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -132.001px);
        max-width: -moz-calc(50% - -132.001px);
        max-width: calc(50% - -132.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 672.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -134.001px);
        max-width: -moz-calc(50% - -134.001px);
        max-width: calc(50% - -134.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 664.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -136.001px);
        max-width: -moz-calc(50% - -136.001px);
        max-width: calc(50% - -136.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 656.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -138.001px);
        max-width: -moz-calc(50% - -138.001px);
        max-width: calc(50% - -138.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 648.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -140.001px);
        max-width: -moz-calc(50% - -140.001px);
        max-width: calc(50% - -140.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 826.66767px;
        -ms-flex: 0 0 826.66767px;
        flex: 0 0 826.66767px;
        max-width: 826.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -206.66767px);
        max-width: -moz-calc(50% - -206.66767px);
        max-width: calc(50% - -206.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -206.66767px);
        max-width: -moz-calc(50% - -206.66767px);
        max-width: calc(50% - -206.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 800.001px;
        -ms-flex: 0 0 800.001px;
        flex: 0 0 800.001px;
        max-width: 800.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -200.001px);
        max-width: -moz-calc(50% - -200.001px);
        max-width: calc(50% - -200.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 806.66767px;
        -ms-flex: 0 0 806.66767px;
        flex: 0 0 806.66767px;
        max-width: 806.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -201.66767px);
        max-width: -moz-calc(50% - -201.66767px);
        max-width: calc(50% - -201.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 796.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 813.33433px;
        -ms-flex: 0 0 813.33433px;
        flex: 0 0 813.33433px;
        max-width: 813.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -203.33433px);
        max-width: -moz-calc(50% - -203.33433px);
        max-width: calc(50% - -203.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 793.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 820.001px;
        -ms-flex: 0 0 820.001px;
        flex: 0 0 820.001px;
        max-width: 820.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -205.001px);
        max-width: -moz-calc(50% - -205.001px);
        max-width: calc(50% - -205.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 790.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 826.66767px;
        -ms-flex: 0 0 826.66767px;
        flex: 0 0 826.66767px;
        max-width: 826.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -206.66767px);
        max-width: -moz-calc(50% - -206.66767px);
        max-width: calc(50% - -206.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 833.33433px;
        -ms-flex: 0 0 833.33433px;
        flex: 0 0 833.33433px;
        max-width: 833.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -208.33433px);
        max-width: -moz-calc(50% - -208.33433px);
        max-width: calc(50% - -208.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -210.001px);
        max-width: -moz-calc(50% - -210.001px);
        max-width: calc(50% - -210.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 780.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 846.66767px;
        -ms-flex: 0 0 846.66767px;
        flex: 0 0 846.66767px;
        max-width: 846.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -211.66767px);
        max-width: -moz-calc(50% - -211.66767px);
        max-width: calc(50% - -211.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 776.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 853.33433px;
        -ms-flex: 0 0 853.33433px;
        flex: 0 0 853.33433px;
        max-width: 853.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -213.33433px);
        max-width: -moz-calc(50% - -213.33433px);
        max-width: calc(50% - -213.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 773.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 860.001px;
        -ms-flex: 0 0 860.001px;
        flex: 0 0 860.001px;
        max-width: 860.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -215.001px);
        max-width: -moz-calc(50% - -215.001px);
        max-width: calc(50% - -215.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 770.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 866.66767px;
        -ms-flex: 0 0 866.66767px;
        flex: 0 0 866.66767px;
        max-width: 866.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -216.66767px);
        max-width: -moz-calc(50% - -216.66767px);
        max-width: calc(50% - -216.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 873.33433px;
        -ms-flex: 0 0 873.33433px;
        flex: 0 0 873.33433px;
        max-width: 873.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -218.33433px);
        max-width: -moz-calc(50% - -218.33433px);
        max-width: calc(50% - -218.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 763.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 880.001px;
        -ms-flex: 0 0 880.001px;
        flex: 0 0 880.001px;
        max-width: 880.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -220.001px);
        max-width: -moz-calc(50% - -220.001px);
        max-width: calc(50% - -220.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 760.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 886.66767px;
        -ms-flex: 0 0 886.66767px;
        flex: 0 0 886.66767px;
        max-width: 886.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -221.66767px);
        max-width: -moz-calc(50% - -221.66767px);
        max-width: calc(50% - -221.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 756.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 893.33433px;
        -ms-flex: 0 0 893.33433px;
        flex: 0 0 893.33433px;
        max-width: 893.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -223.33433px);
        max-width: -moz-calc(50% - -223.33433px);
        max-width: calc(50% - -223.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 753.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 900.001px;
        -ms-flex: 0 0 900.001px;
        flex: 0 0 900.001px;
        max-width: 900.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -225.001px);
        max-width: -moz-calc(50% - -225.001px);
        max-width: calc(50% - -225.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 750.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 906.66767px;
        -ms-flex: 0 0 906.66767px;
        flex: 0 0 906.66767px;
        max-width: 906.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -226.66767px);
        max-width: -moz-calc(50% - -226.66767px);
        max-width: calc(50% - -226.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 746.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 913.33433px;
        -ms-flex: 0 0 913.33433px;
        flex: 0 0 913.33433px;
        max-width: 913.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -228.33433px);
        max-width: -moz-calc(50% - -228.33433px);
        max-width: calc(50% - -228.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 743.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 920.001px;
        -ms-flex: 0 0 920.001px;
        flex: 0 0 920.001px;
        max-width: 920.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -230.001px);
        max-width: -moz-calc(50% - -230.001px);
        max-width: calc(50% - -230.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 740.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 926.66767px;
        -ms-flex: 0 0 926.66767px;
        flex: 0 0 926.66767px;
        max-width: 926.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -231.66767px);
        max-width: -moz-calc(50% - -231.66767px);
        max-width: calc(50% - -231.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 736.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 933.33433px;
        -ms-flex: 0 0 933.33433px;
        flex: 0 0 933.33433px;
        max-width: 933.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -233.33433px);
        max-width: -moz-calc(50% - -233.33433px);
        max-width: calc(50% - -233.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -200.001px);
        max-width: -moz-calc(50% - -200.001px);
        max-width: calc(50% - -200.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -201.66767px);
        max-width: -moz-calc(50% - -201.66767px);
        max-width: calc(50% - -201.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 796.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -203.33433px);
        max-width: -moz-calc(50% - -203.33433px);
        max-width: calc(50% - -203.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 793.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -205.001px);
        max-width: -moz-calc(50% - -205.001px);
        max-width: calc(50% - -205.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 790.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -206.66767px);
        max-width: -moz-calc(50% - -206.66767px);
        max-width: calc(50% - -206.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -208.33433px);
        max-width: -moz-calc(50% - -208.33433px);
        max-width: calc(50% - -208.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -210.001px);
        max-width: -moz-calc(50% - -210.001px);
        max-width: calc(50% - -210.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 780.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -211.66767px);
        max-width: -moz-calc(50% - -211.66767px);
        max-width: calc(50% - -211.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 776.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -213.33433px);
        max-width: -moz-calc(50% - -213.33433px);
        max-width: calc(50% - -213.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 773.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -215.001px);
        max-width: -moz-calc(50% - -215.001px);
        max-width: calc(50% - -215.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 770.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -216.66767px);
        max-width: -moz-calc(50% - -216.66767px);
        max-width: calc(50% - -216.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -220.001px);
        max-width: -moz-calc(50% - -220.001px);
        max-width: calc(50% - -220.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 760.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -223.33433px);
        max-width: -moz-calc(50% - -223.33433px);
        max-width: calc(50% - -223.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 753.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -226.66767px);
        max-width: -moz-calc(50% - -226.66767px);
        max-width: calc(50% - -226.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 746.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -230.001px);
        max-width: -moz-calc(50% - -230.001px);
        max-width: calc(50% - -230.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 740.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -233.33433px);
        max-width: -moz-calc(50% - -233.33433px);
        max-width: calc(50% - -233.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 930.001px;
        -ms-flex: 0 0 930.001px;
        flex: 0 0 930.001px;
        max-width: 930.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -310.001px);
        max-width: -moz-calc(50% - -310.001px);
        max-width: calc(50% - -310.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -310.001px);
        max-width: -moz-calc(50% - -310.001px);
        max-width: calc(50% - -310.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 900.001px;
        -ms-flex: 0 0 900.001px;
        flex: 0 0 900.001px;
        max-width: 900.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -300.001px);
        max-width: -moz-calc(50% - -300.001px);
        max-width: calc(50% - -300.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 907.501px;
        -ms-flex: 0 0 907.501px;
        flex: 0 0 907.501px;
        max-width: 907.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -302.501px);
        max-width: -moz-calc(50% - -302.501px);
        max-width: calc(50% - -302.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 897.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 915.001px;
        -ms-flex: 0 0 915.001px;
        flex: 0 0 915.001px;
        max-width: 915.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -305.001px);
        max-width: -moz-calc(50% - -305.001px);
        max-width: calc(50% - -305.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 895.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 922.501px;
        -ms-flex: 0 0 922.501px;
        flex: 0 0 922.501px;
        max-width: 922.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -307.501px);
        max-width: -moz-calc(50% - -307.501px);
        max-width: calc(50% - -307.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 892.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 930.001px;
        -ms-flex: 0 0 930.001px;
        flex: 0 0 930.001px;
        max-width: 930.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -310.001px);
        max-width: -moz-calc(50% - -310.001px);
        max-width: calc(50% - -310.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 937.501px;
        -ms-flex: 0 0 937.501px;
        flex: 0 0 937.501px;
        max-width: 937.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -312.501px);
        max-width: -moz-calc(50% - -312.501px);
        max-width: calc(50% - -312.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 887.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 945.001px;
        -ms-flex: 0 0 945.001px;
        flex: 0 0 945.001px;
        max-width: 945.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -315.001px);
        max-width: -moz-calc(50% - -315.001px);
        max-width: calc(50% - -315.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 885.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 952.501px;
        -ms-flex: 0 0 952.501px;
        flex: 0 0 952.501px;
        max-width: 952.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -317.501px);
        max-width: -moz-calc(50% - -317.501px);
        max-width: calc(50% - -317.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 882.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -320.001px);
        max-width: -moz-calc(50% - -320.001px);
        max-width: calc(50% - -320.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 967.501px;
        -ms-flex: 0 0 967.501px;
        flex: 0 0 967.501px;
        max-width: 967.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -322.501px);
        max-width: -moz-calc(50% - -322.501px);
        max-width: calc(50% - -322.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 877.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 975.001px;
        -ms-flex: 0 0 975.001px;
        flex: 0 0 975.001px;
        max-width: 975.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -325.001px);
        max-width: -moz-calc(50% - -325.001px);
        max-width: calc(50% - -325.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 875.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 982.501px;
        -ms-flex: 0 0 982.501px;
        flex: 0 0 982.501px;
        max-width: 982.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -327.501px);
        max-width: -moz-calc(50% - -327.501px);
        max-width: calc(50% - -327.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 872.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 990.001px;
        -ms-flex: 0 0 990.001px;
        flex: 0 0 990.001px;
        max-width: 990.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -330.001px);
        max-width: -moz-calc(50% - -330.001px);
        max-width: calc(50% - -330.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 870.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 997.501px;
        -ms-flex: 0 0 997.501px;
        flex: 0 0 997.501px;
        max-width: 997.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -332.501px);
        max-width: -moz-calc(50% - -332.501px);
        max-width: calc(50% - -332.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 867.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1005.001px;
        -ms-flex: 0 0 1005.001px;
        flex: 0 0 1005.001px;
        max-width: 1005.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -335.001px);
        max-width: -moz-calc(50% - -335.001px);
        max-width: calc(50% - -335.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 865.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1012.501px;
        -ms-flex: 0 0 1012.501px;
        flex: 0 0 1012.501px;
        max-width: 1012.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -337.501px);
        max-width: -moz-calc(50% - -337.501px);
        max-width: calc(50% - -337.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 862.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1020.001px;
        -ms-flex: 0 0 1020.001px;
        flex: 0 0 1020.001px;
        max-width: 1020.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -340.001px);
        max-width: -moz-calc(50% - -340.001px);
        max-width: calc(50% - -340.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 860.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1027.501px;
        -ms-flex: 0 0 1027.501px;
        flex: 0 0 1027.501px;
        max-width: 1027.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -342.501px);
        max-width: -moz-calc(50% - -342.501px);
        max-width: calc(50% - -342.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 857.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1035.001px;
        -ms-flex: 0 0 1035.001px;
        flex: 0 0 1035.001px;
        max-width: 1035.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -345.001px);
        max-width: -moz-calc(50% - -345.001px);
        max-width: calc(50% - -345.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 855.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1042.501px;
        -ms-flex: 0 0 1042.501px;
        flex: 0 0 1042.501px;
        max-width: 1042.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -347.501px);
        max-width: -moz-calc(50% - -347.501px);
        max-width: calc(50% - -347.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 852.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1050.001px;
        -ms-flex: 0 0 1050.001px;
        flex: 0 0 1050.001px;
        max-width: 1050.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -350.001px);
        max-width: -moz-calc(50% - -350.001px);
        max-width: calc(50% - -350.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 850.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -300.001px);
        max-width: -moz-calc(50% - -300.001px);
        max-width: calc(50% - -300.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -302.501px);
        max-width: -moz-calc(50% - -302.501px);
        max-width: calc(50% - -302.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 897.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -305.001px);
        max-width: -moz-calc(50% - -305.001px);
        max-width: calc(50% - -305.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 895.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -307.501px);
        max-width: -moz-calc(50% - -307.501px);
        max-width: calc(50% - -307.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 892.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -310.001px);
        max-width: -moz-calc(50% - -310.001px);
        max-width: calc(50% - -310.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -312.501px);
        max-width: -moz-calc(50% - -312.501px);
        max-width: calc(50% - -312.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 887.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -315.001px);
        max-width: -moz-calc(50% - -315.001px);
        max-width: calc(50% - -315.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 885.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -317.501px);
        max-width: -moz-calc(50% - -317.501px);
        max-width: calc(50% - -317.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 882.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -320.001px);
        max-width: -moz-calc(50% - -320.001px);
        max-width: calc(50% - -320.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -322.501px);
        max-width: -moz-calc(50% - -322.501px);
        max-width: calc(50% - -322.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 877.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -325.001px);
        max-width: -moz-calc(50% - -325.001px);
        max-width: calc(50% - -325.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 875.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -330.001px);
        max-width: -moz-calc(50% - -330.001px);
        max-width: calc(50% - -330.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 870.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -335.001px);
        max-width: -moz-calc(50% - -335.001px);
        max-width: calc(50% - -335.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 865.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -340.001px);
        max-width: -moz-calc(50% - -340.001px);
        max-width: calc(50% - -340.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 860.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -345.001px);
        max-width: -moz-calc(50% - -345.001px);
        max-width: calc(50% - -345.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 855.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -350.001px);
        max-width: -moz-calc(50% - -350.001px);
        max-width: calc(50% - -350.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 850.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 992.001px;
        -ms-flex: 0 0 992.001px;
        flex: 0 0 992.001px;
        max-width: 992.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -372.001px);
        max-width: -moz-calc(50% - -372.001px);
        max-width: calc(50% - -372.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -372.001px);
        max-width: -moz-calc(50% - -372.001px);
        max-width: calc(50% - -372.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 960.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 968.001px;
        -ms-flex: 0 0 968.001px;
        flex: 0 0 968.001px;
        max-width: 968.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -363.001px);
        max-width: -moz-calc(50% - -363.001px);
        max-width: calc(50% - -363.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 958.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 976.001px;
        -ms-flex: 0 0 976.001px;
        flex: 0 0 976.001px;
        max-width: 976.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -366.001px);
        max-width: -moz-calc(50% - -366.001px);
        max-width: calc(50% - -366.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 956.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 984.001px;
        -ms-flex: 0 0 984.001px;
        flex: 0 0 984.001px;
        max-width: 984.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -369.001px);
        max-width: -moz-calc(50% - -369.001px);
        max-width: calc(50% - -369.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 954.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 992.001px;
        -ms-flex: 0 0 992.001px;
        flex: 0 0 992.001px;
        max-width: 992.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -372.001px);
        max-width: -moz-calc(50% - -372.001px);
        max-width: calc(50% - -372.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1000.001px;
        -ms-flex: 0 0 1000.001px;
        flex: 0 0 1000.001px;
        max-width: 1000.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -375.001px);
        max-width: -moz-calc(50% - -375.001px);
        max-width: calc(50% - -375.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 950.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1008.001px;
        -ms-flex: 0 0 1008.001px;
        flex: 0 0 1008.001px;
        max-width: 1008.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -378.001px);
        max-width: -moz-calc(50% - -378.001px);
        max-width: calc(50% - -378.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 948.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1016.001px;
        -ms-flex: 0 0 1016.001px;
        flex: 0 0 1016.001px;
        max-width: 1016.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -381.001px);
        max-width: -moz-calc(50% - -381.001px);
        max-width: calc(50% - -381.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 946.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1024.001px;
        -ms-flex: 0 0 1024.001px;
        flex: 0 0 1024.001px;
        max-width: 1024.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -384.001px);
        max-width: -moz-calc(50% - -384.001px);
        max-width: calc(50% - -384.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 944.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1032.001px;
        -ms-flex: 0 0 1032.001px;
        flex: 0 0 1032.001px;
        max-width: 1032.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -387.001px);
        max-width: -moz-calc(50% - -387.001px);
        max-width: calc(50% - -387.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 942.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1040.001px;
        -ms-flex: 0 0 1040.001px;
        flex: 0 0 1040.001px;
        max-width: 1040.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -390.001px);
        max-width: -moz-calc(50% - -390.001px);
        max-width: calc(50% - -390.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 940.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1048.001px;
        -ms-flex: 0 0 1048.001px;
        flex: 0 0 1048.001px;
        max-width: 1048.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -393.001px);
        max-width: -moz-calc(50% - -393.001px);
        max-width: calc(50% - -393.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 938.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1056.001px;
        -ms-flex: 0 0 1056.001px;
        flex: 0 0 1056.001px;
        max-width: 1056.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -396.001px);
        max-width: -moz-calc(50% - -396.001px);
        max-width: calc(50% - -396.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 936.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1064.001px;
        -ms-flex: 0 0 1064.001px;
        flex: 0 0 1064.001px;
        max-width: 1064.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -399.001px);
        max-width: -moz-calc(50% - -399.001px);
        max-width: calc(50% - -399.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 934.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1072.001px;
        -ms-flex: 0 0 1072.001px;
        flex: 0 0 1072.001px;
        max-width: 1072.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -402.001px);
        max-width: -moz-calc(50% - -402.001px);
        max-width: calc(50% - -402.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 932.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1080.001px;
        -ms-flex: 0 0 1080.001px;
        flex: 0 0 1080.001px;
        max-width: 1080.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -405.001px);
        max-width: -moz-calc(50% - -405.001px);
        max-width: calc(50% - -405.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 930.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1088.001px;
        -ms-flex: 0 0 1088.001px;
        flex: 0 0 1088.001px;
        max-width: 1088.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -408.001px);
        max-width: -moz-calc(50% - -408.001px);
        max-width: calc(50% - -408.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 928.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1096.001px;
        -ms-flex: 0 0 1096.001px;
        flex: 0 0 1096.001px;
        max-width: 1096.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -411.001px);
        max-width: -moz-calc(50% - -411.001px);
        max-width: calc(50% - -411.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 926.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1104.001px;
        -ms-flex: 0 0 1104.001px;
        flex: 0 0 1104.001px;
        max-width: 1104.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -414.001px);
        max-width: -moz-calc(50% - -414.001px);
        max-width: calc(50% - -414.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 924.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1112.001px;
        -ms-flex: 0 0 1112.001px;
        flex: 0 0 1112.001px;
        max-width: 1112.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -417.001px);
        max-width: -moz-calc(50% - -417.001px);
        max-width: calc(50% - -417.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 922.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1120.001px;
        -ms-flex: 0 0 1120.001px;
        flex: 0 0 1120.001px;
        max-width: 1120.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 960.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -363.001px);
        max-width: -moz-calc(50% - -363.001px);
        max-width: calc(50% - -363.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 958.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -366.001px);
        max-width: -moz-calc(50% - -366.001px);
        max-width: calc(50% - -366.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 956.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -369.001px);
        max-width: -moz-calc(50% - -369.001px);
        max-width: calc(50% - -369.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 954.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -372.001px);
        max-width: -moz-calc(50% - -372.001px);
        max-width: calc(50% - -372.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -375.001px);
        max-width: -moz-calc(50% - -375.001px);
        max-width: calc(50% - -375.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 950.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -378.001px);
        max-width: -moz-calc(50% - -378.001px);
        max-width: calc(50% - -378.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 948.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -381.001px);
        max-width: -moz-calc(50% - -381.001px);
        max-width: calc(50% - -381.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 946.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -384.001px);
        max-width: -moz-calc(50% - -384.001px);
        max-width: calc(50% - -384.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 944.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -387.001px);
        max-width: -moz-calc(50% - -387.001px);
        max-width: calc(50% - -387.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 942.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -390.001px);
        max-width: -moz-calc(50% - -390.001px);
        max-width: calc(50% - -390.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 940.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -396.001px);
        max-width: -moz-calc(50% - -396.001px);
        max-width: calc(50% - -396.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 936.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -402.001px);
        max-width: -moz-calc(50% - -402.001px);
        max-width: calc(50% - -402.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 932.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -408.001px);
        max-width: -moz-calc(50% - -408.001px);
        max-width: calc(50% - -408.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 928.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -414.001px);
        max-width: -moz-calc(50% - -414.001px);
        max-width: calc(50% - -414.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 924.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -413.33433px);
        max-width: -moz-calc(50% - -413.33433px);
        max-width: calc(50% - -413.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -413.33433px);
        max-width: -moz-calc(50% - -413.33433px);
        max-width: calc(50% - -413.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1000.001px;
        -ms-flex: 0 0 1000.001px;
        flex: 0 0 1000.001px;
        max-width: 1000.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -400.001px);
        max-width: -moz-calc(50% - -400.001px);
        max-width: calc(50% - -400.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1008.33433px;
        -ms-flex: 0 0 1008.33433px;
        flex: 0 0 1008.33433px;
        max-width: 1008.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -403.33433px);
        max-width: -moz-calc(50% - -403.33433px);
        max-width: calc(50% - -403.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 998.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1016.66767px;
        -ms-flex: 0 0 1016.66767px;
        flex: 0 0 1016.66767px;
        max-width: 1016.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -406.66767px);
        max-width: -moz-calc(50% - -406.66767px);
        max-width: calc(50% - -406.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 996.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1025.001px;
        -ms-flex: 0 0 1025.001px;
        flex: 0 0 1025.001px;
        max-width: 1025.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -410.001px);
        max-width: -moz-calc(50% - -410.001px);
        max-width: calc(50% - -410.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 995.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -413.33433px);
        max-width: -moz-calc(50% - -413.33433px);
        max-width: calc(50% - -413.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1041.66767px;
        -ms-flex: 0 0 1041.66767px;
        flex: 0 0 1041.66767px;
        max-width: 1041.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -416.66767px);
        max-width: -moz-calc(50% - -416.66767px);
        max-width: calc(50% - -416.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 991.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1050.001px;
        -ms-flex: 0 0 1050.001px;
        flex: 0 0 1050.001px;
        max-width: 1050.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 990.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1058.33433px;
        -ms-flex: 0 0 1058.33433px;
        flex: 0 0 1058.33433px;
        max-width: 1058.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -423.33433px);
        max-width: -moz-calc(50% - -423.33433px);
        max-width: calc(50% - -423.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 988.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1066.66767px;
        -ms-flex: 0 0 1066.66767px;
        flex: 0 0 1066.66767px;
        max-width: 1066.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -426.66767px);
        max-width: -moz-calc(50% - -426.66767px);
        max-width: calc(50% - -426.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 986.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1075.001px;
        -ms-flex: 0 0 1075.001px;
        flex: 0 0 1075.001px;
        max-width: 1075.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -430.001px);
        max-width: -moz-calc(50% - -430.001px);
        max-width: calc(50% - -430.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 985.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1083.33433px;
        -ms-flex: 0 0 1083.33433px;
        flex: 0 0 1083.33433px;
        max-width: 1083.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -433.33433px);
        max-width: -moz-calc(50% - -433.33433px);
        max-width: calc(50% - -433.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 983.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1091.66767px;
        -ms-flex: 0 0 1091.66767px;
        flex: 0 0 1091.66767px;
        max-width: 1091.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -436.66767px);
        max-width: -moz-calc(50% - -436.66767px);
        max-width: calc(50% - -436.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 981.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1100.001px;
        -ms-flex: 0 0 1100.001px;
        flex: 0 0 1100.001px;
        max-width: 1100.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -440.001px);
        max-width: -moz-calc(50% - -440.001px);
        max-width: calc(50% - -440.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 980.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1108.33433px;
        -ms-flex: 0 0 1108.33433px;
        flex: 0 0 1108.33433px;
        max-width: 1108.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -443.33433px);
        max-width: -moz-calc(50% - -443.33433px);
        max-width: calc(50% - -443.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 978.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1116.66767px;
        -ms-flex: 0 0 1116.66767px;
        flex: 0 0 1116.66767px;
        max-width: 1116.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -446.66767px);
        max-width: -moz-calc(50% - -446.66767px);
        max-width: calc(50% - -446.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 976.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1125.001px;
        -ms-flex: 0 0 1125.001px;
        flex: 0 0 1125.001px;
        max-width: 1125.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -450.001px);
        max-width: -moz-calc(50% - -450.001px);
        max-width: calc(50% - -450.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 975.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1133.33433px;
        -ms-flex: 0 0 1133.33433px;
        flex: 0 0 1133.33433px;
        max-width: 1133.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -453.33433px);
        max-width: -moz-calc(50% - -453.33433px);
        max-width: calc(50% - -453.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 973.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1141.66767px;
        -ms-flex: 0 0 1141.66767px;
        flex: 0 0 1141.66767px;
        max-width: 1141.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -456.66767px);
        max-width: -moz-calc(50% - -456.66767px);
        max-width: calc(50% - -456.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 971.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1150.001px;
        -ms-flex: 0 0 1150.001px;
        flex: 0 0 1150.001px;
        max-width: 1150.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -460.001px);
        max-width: -moz-calc(50% - -460.001px);
        max-width: calc(50% - -460.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 970.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1158.33433px;
        -ms-flex: 0 0 1158.33433px;
        flex: 0 0 1158.33433px;
        max-width: 1158.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -463.33433px);
        max-width: -moz-calc(50% - -463.33433px);
        max-width: calc(50% - -463.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 968.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1166.66767px;
        -ms-flex: 0 0 1166.66767px;
        flex: 0 0 1166.66767px;
        max-width: 1166.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -466.66767px);
        max-width: -moz-calc(50% - -466.66767px);
        max-width: calc(50% - -466.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 966.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -400.001px);
        max-width: -moz-calc(50% - -400.001px);
        max-width: calc(50% - -400.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -403.33433px);
        max-width: -moz-calc(50% - -403.33433px);
        max-width: calc(50% - -403.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 998.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -406.66767px);
        max-width: -moz-calc(50% - -406.66767px);
        max-width: calc(50% - -406.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 996.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -410.001px);
        max-width: -moz-calc(50% - -410.001px);
        max-width: calc(50% - -410.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 995.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -413.33433px);
        max-width: -moz-calc(50% - -413.33433px);
        max-width: calc(50% - -413.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -416.66767px);
        max-width: -moz-calc(50% - -416.66767px);
        max-width: calc(50% - -416.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 991.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 990.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -423.33433px);
        max-width: -moz-calc(50% - -423.33433px);
        max-width: calc(50% - -423.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 988.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -426.66767px);
        max-width: -moz-calc(50% - -426.66767px);
        max-width: calc(50% - -426.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 986.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -430.001px);
        max-width: -moz-calc(50% - -430.001px);
        max-width: calc(50% - -430.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 985.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -433.33433px);
        max-width: -moz-calc(50% - -433.33433px);
        max-width: calc(50% - -433.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 983.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -440.001px);
        max-width: -moz-calc(50% - -440.001px);
        max-width: calc(50% - -440.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 980.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -446.66767px);
        max-width: -moz-calc(50% - -446.66767px);
        max-width: calc(50% - -446.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 976.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -453.33433px);
        max-width: -moz-calc(50% - -453.33433px);
        max-width: calc(50% - -453.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 973.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -460.001px);
        max-width: -moz-calc(50% - -460.001px);
        max-width: calc(50% - -460.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 970.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -466.66767px);
        max-width: -moz-calc(50% - -466.66767px);
        max-width: calc(50% - -466.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 966.66767px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1136.66767px;
        -ms-flex: 0 0 1136.66767px;
        flex: 0 0 1136.66767px;
        max-width: 1136.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -516.66767px);
        max-width: -moz-calc(50% - -516.66767px);
        max-width: calc(50% - -516.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -516.66767px);
        max-width: -moz-calc(50% - -516.66767px);
        max-width: calc(50% - -516.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1100.001px;
        -ms-flex: 0 0 1100.001px;
        flex: 0 0 1100.001px;
        max-width: 1100.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -500.001px);
        max-width: -moz-calc(50% - -500.001px);
        max-width: calc(50% - -500.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1109.16767px;
        -ms-flex: 0 0 1109.16767px;
        flex: 0 0 1109.16767px;
        max-width: 1109.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -504.16767px);
        max-width: -moz-calc(50% - -504.16767px);
        max-width: calc(50% - -504.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1099.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1118.33433px;
        -ms-flex: 0 0 1118.33433px;
        flex: 0 0 1118.33433px;
        max-width: 1118.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -508.33433px);
        max-width: -moz-calc(50% - -508.33433px);
        max-width: calc(50% - -508.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1098.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1127.501px;
        -ms-flex: 0 0 1127.501px;
        flex: 0 0 1127.501px;
        max-width: 1127.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -512.501px);
        max-width: -moz-calc(50% - -512.501px);
        max-width: calc(50% - -512.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1097.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1136.66767px;
        -ms-flex: 0 0 1136.66767px;
        flex: 0 0 1136.66767px;
        max-width: 1136.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -516.66767px);
        max-width: -moz-calc(50% - -516.66767px);
        max-width: calc(50% - -516.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1145.83433px;
        -ms-flex: 0 0 1145.83433px;
        flex: 0 0 1145.83433px;
        max-width: 1145.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -520.83433px);
        max-width: -moz-calc(50% - -520.83433px);
        max-width: calc(50% - -520.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1095.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1155.001px;
        -ms-flex: 0 0 1155.001px;
        flex: 0 0 1155.001px;
        max-width: 1155.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -525.001px);
        max-width: -moz-calc(50% - -525.001px);
        max-width: calc(50% - -525.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1095.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1164.16767px;
        -ms-flex: 0 0 1164.16767px;
        flex: 0 0 1164.16767px;
        max-width: 1164.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -529.16767px);
        max-width: -moz-calc(50% - -529.16767px);
        max-width: calc(50% - -529.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1094.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1173.33433px;
        -ms-flex: 0 0 1173.33433px;
        flex: 0 0 1173.33433px;
        max-width: 1173.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -533.33433px);
        max-width: -moz-calc(50% - -533.33433px);
        max-width: calc(50% - -533.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1093.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1182.501px;
        -ms-flex: 0 0 1182.501px;
        flex: 0 0 1182.501px;
        max-width: 1182.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -537.501px);
        max-width: -moz-calc(50% - -537.501px);
        max-width: calc(50% - -537.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1092.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1191.66767px;
        -ms-flex: 0 0 1191.66767px;
        flex: 0 0 1191.66767px;
        max-width: 1191.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -541.66767px);
        max-width: -moz-calc(50% - -541.66767px);
        max-width: calc(50% - -541.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1091.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1200.83433px;
        -ms-flex: 0 0 1200.83433px;
        flex: 0 0 1200.83433px;
        max-width: 1200.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -545.83433px);
        max-width: -moz-calc(50% - -545.83433px);
        max-width: calc(50% - -545.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1090.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1210.001px;
        -ms-flex: 0 0 1210.001px;
        flex: 0 0 1210.001px;
        max-width: 1210.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -550.001px);
        max-width: -moz-calc(50% - -550.001px);
        max-width: calc(50% - -550.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1090.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1219.16767px;
        -ms-flex: 0 0 1219.16767px;
        flex: 0 0 1219.16767px;
        max-width: 1219.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -554.16767px);
        max-width: -moz-calc(50% - -554.16767px);
        max-width: calc(50% - -554.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1089.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1228.33433px;
        -ms-flex: 0 0 1228.33433px;
        flex: 0 0 1228.33433px;
        max-width: 1228.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -558.33433px);
        max-width: -moz-calc(50% - -558.33433px);
        max-width: calc(50% - -558.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1088.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1237.501px;
        -ms-flex: 0 0 1237.501px;
        flex: 0 0 1237.501px;
        max-width: 1237.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -562.501px);
        max-width: -moz-calc(50% - -562.501px);
        max-width: calc(50% - -562.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1087.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1246.66767px;
        -ms-flex: 0 0 1246.66767px;
        flex: 0 0 1246.66767px;
        max-width: 1246.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -566.66767px);
        max-width: -moz-calc(50% - -566.66767px);
        max-width: calc(50% - -566.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1086.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1255.83433px;
        -ms-flex: 0 0 1255.83433px;
        flex: 0 0 1255.83433px;
        max-width: 1255.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -570.83433px);
        max-width: -moz-calc(50% - -570.83433px);
        max-width: calc(50% - -570.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1085.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1265.001px;
        -ms-flex: 0 0 1265.001px;
        flex: 0 0 1265.001px;
        max-width: 1265.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -575.001px);
        max-width: -moz-calc(50% - -575.001px);
        max-width: calc(50% - -575.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1085.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1274.16767px;
        -ms-flex: 0 0 1274.16767px;
        flex: 0 0 1274.16767px;
        max-width: 1274.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -579.16767px);
        max-width: -moz-calc(50% - -579.16767px);
        max-width: calc(50% - -579.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1084.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1283.33433px;
        -ms-flex: 0 0 1283.33433px;
        flex: 0 0 1283.33433px;
        max-width: 1283.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -583.33433px);
        max-width: -moz-calc(50% - -583.33433px);
        max-width: calc(50% - -583.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1083.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -500.001px);
        max-width: -moz-calc(50% - -500.001px);
        max-width: calc(50% - -500.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -504.16767px);
        max-width: -moz-calc(50% - -504.16767px);
        max-width: calc(50% - -504.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1099.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -508.33433px);
        max-width: -moz-calc(50% - -508.33433px);
        max-width: calc(50% - -508.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1098.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -512.501px);
        max-width: -moz-calc(50% - -512.501px);
        max-width: calc(50% - -512.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1097.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -516.66767px);
        max-width: -moz-calc(50% - -516.66767px);
        max-width: calc(50% - -516.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -520.83433px);
        max-width: -moz-calc(50% - -520.83433px);
        max-width: calc(50% - -520.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1095.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -525.001px);
        max-width: -moz-calc(50% - -525.001px);
        max-width: calc(50% - -525.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1095.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -529.16767px);
        max-width: -moz-calc(50% - -529.16767px);
        max-width: calc(50% - -529.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1094.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -533.33433px);
        max-width: -moz-calc(50% - -533.33433px);
        max-width: calc(50% - -533.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1093.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -537.501px);
        max-width: -moz-calc(50% - -537.501px);
        max-width: calc(50% - -537.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1092.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -541.66767px);
        max-width: -moz-calc(50% - -541.66767px);
        max-width: calc(50% - -541.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1091.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -550.001px);
        max-width: -moz-calc(50% - -550.001px);
        max-width: calc(50% - -550.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1090.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -558.33433px);
        max-width: -moz-calc(50% - -558.33433px);
        max-width: calc(50% - -558.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1088.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -566.66767px);
        max-width: -moz-calc(50% - -566.66767px);
        max-width: calc(50% - -566.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1086.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -575.001px);
        max-width: -moz-calc(50% - -575.001px);
        max-width: calc(50% - -575.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1085.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -583.33433px);
        max-width: -moz-calc(50% - -583.33433px);
        max-width: calc(50% - -583.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1083.33433px;
    }

    /* General width */
    .bt_bb_row.bt_bb_row_width_boxed_1200 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -620.001px);
        max-width: -moz-calc(50% - -620.001px);
        max-width: calc(50% - -620.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -620.001px);
        max-width: -moz-calc(50% - -620.001px);
        max-width: calc(50% - -620.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1200.001px;
        -ms-flex: 0 0 1200.001px;
        flex: 0 0 1200.001px;
        max-width: 1200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1210.001px;
        -ms-flex: 0 0 1210.001px;
        flex: 0 0 1210.001px;
        max-width: 1210.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -605.001px);
        max-width: -moz-calc(50% - -605.001px);
        max-width: calc(50% - -605.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1220.001px;
        -ms-flex: 0 0 1220.001px;
        flex: 0 0 1220.001px;
        max-width: 1220.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -610.001px);
        max-width: -moz-calc(50% - -610.001px);
        max-width: calc(50% - -610.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1230.001px;
        -ms-flex: 0 0 1230.001px;
        flex: 0 0 1230.001px;
        max-width: 1230.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -615.001px);
        max-width: -moz-calc(50% - -615.001px);
        max-width: calc(50% - -615.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -620.001px);
        max-width: -moz-calc(50% - -620.001px);
        max-width: calc(50% - -620.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1250.001px;
        -ms-flex: 0 0 1250.001px;
        flex: 0 0 1250.001px;
        max-width: 1250.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -625.001px);
        max-width: -moz-calc(50% - -625.001px);
        max-width: calc(50% - -625.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1260.001px;
        -ms-flex: 0 0 1260.001px;
        flex: 0 0 1260.001px;
        max-width: 1260.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -630.001px);
        max-width: -moz-calc(50% - -630.001px);
        max-width: calc(50% - -630.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1270.001px;
        -ms-flex: 0 0 1270.001px;
        flex: 0 0 1270.001px;
        max-width: 1270.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -635.001px);
        max-width: -moz-calc(50% - -635.001px);
        max-width: calc(50% - -635.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1280.001px;
        -ms-flex: 0 0 1280.001px;
        flex: 0 0 1280.001px;
        max-width: 1280.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -640.001px);
        max-width: -moz-calc(50% - -640.001px);
        max-width: calc(50% - -640.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1290.001px;
        -ms-flex: 0 0 1290.001px;
        flex: 0 0 1290.001px;
        max-width: 1290.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -645.001px);
        max-width: -moz-calc(50% - -645.001px);
        max-width: calc(50% - -645.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1300.001px;
        -ms-flex: 0 0 1300.001px;
        flex: 0 0 1300.001px;
        max-width: 1300.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -650.001px);
        max-width: -moz-calc(50% - -650.001px);
        max-width: calc(50% - -650.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1310.001px;
        -ms-flex: 0 0 1310.001px;
        flex: 0 0 1310.001px;
        max-width: 1310.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -655.001px);
        max-width: -moz-calc(50% - -655.001px);
        max-width: calc(50% - -655.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1320.001px;
        -ms-flex: 0 0 1320.001px;
        flex: 0 0 1320.001px;
        max-width: 1320.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -660.001px);
        max-width: -moz-calc(50% - -660.001px);
        max-width: calc(50% - -660.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1330.001px;
        -ms-flex: 0 0 1330.001px;
        flex: 0 0 1330.001px;
        max-width: 1330.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -665.001px);
        max-width: -moz-calc(50% - -665.001px);
        max-width: calc(50% - -665.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1340.001px;
        -ms-flex: 0 0 1340.001px;
        flex: 0 0 1340.001px;
        max-width: 1340.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -670.001px);
        max-width: -moz-calc(50% - -670.001px);
        max-width: calc(50% - -670.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1350.001px;
        -ms-flex: 0 0 1350.001px;
        flex: 0 0 1350.001px;
        max-width: 1350.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -675.001px);
        max-width: -moz-calc(50% - -675.001px);
        max-width: calc(50% - -675.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1360.001px;
        -ms-flex: 0 0 1360.001px;
        flex: 0 0 1360.001px;
        max-width: 1360.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -680.001px);
        max-width: -moz-calc(50% - -680.001px);
        max-width: calc(50% - -680.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1370.001px;
        -ms-flex: 0 0 1370.001px;
        flex: 0 0 1370.001px;
        max-width: 1370.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -685.001px);
        max-width: -moz-calc(50% - -685.001px);
        max-width: calc(50% - -685.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1380.001px;
        -ms-flex: 0 0 1380.001px;
        flex: 0 0 1380.001px;
        max-width: 1380.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -690.001px);
        max-width: -moz-calc(50% - -690.001px);
        max-width: calc(50% - -690.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1390.001px;
        -ms-flex: 0 0 1390.001px;
        flex: 0 0 1390.001px;
        max-width: 1390.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -695.001px);
        max-width: -moz-calc(50% - -695.001px);
        max-width: calc(50% - -695.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1400.001px;
        -ms-flex: 0 0 1400.001px;
        flex: 0 0 1400.001px;
        max-width: 1400.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -700.001px);
        max-width: -moz-calc(50% - -700.001px);
        max-width: calc(50% - -700.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -605.001px);
        max-width: -moz-calc(50% - -605.001px);
        max-width: calc(50% - -605.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -610.001px);
        max-width: -moz-calc(50% - -610.001px);
        max-width: calc(50% - -610.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -615.001px);
        max-width: -moz-calc(50% - -615.001px);
        max-width: calc(50% - -615.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -620.001px);
        max-width: -moz-calc(50% - -620.001px);
        max-width: calc(50% - -620.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -625.001px);
        max-width: -moz-calc(50% - -625.001px);
        max-width: calc(50% - -625.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -630.001px);
        max-width: -moz-calc(50% - -630.001px);
        max-width: calc(50% - -630.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -635.001px);
        max-width: -moz-calc(50% - -635.001px);
        max-width: calc(50% - -635.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -640.001px);
        max-width: -moz-calc(50% - -640.001px);
        max-width: calc(50% - -640.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -645.001px);
        max-width: -moz-calc(50% - -645.001px);
        max-width: calc(50% - -645.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -650.001px);
        max-width: -moz-calc(50% - -650.001px);
        max-width: calc(50% - -650.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -660.001px);
        max-width: -moz-calc(50% - -660.001px);
        max-width: calc(50% - -660.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -670.001px);
        max-width: -moz-calc(50% - -670.001px);
        max-width: calc(50% - -670.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -680.001px);
        max-width: -moz-calc(50% - -680.001px);
        max-width: calc(50% - -680.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -690.001px);
        max-width: -moz-calc(50% - -690.001px);
        max-width: calc(50% - -690.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -700.001px);
        max-width: -moz-calc(50% - -700.001px);
        max-width: calc(50% - -700.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100>.bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }
}

/* Boxed 1400 */
.bt_bb_row.bt_bb_row_width_boxed_1400 {
    max-width: 1400px;
}

.bt_bb_row_inner.bt_bb_row_width_boxed_1400,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_right,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left,
.bt_bb_row_inner.bt_bb_row_width_boxed_1400_left_right {
    margin: auto;
    max-width: 1400px;
}

@media (min-width: 1440px) {
    .bt_bb_row.bt_bb_row_width_boxed_1400 {
        margin: auto;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder .bt_bb_column {
        max-width: 100%;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right,
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left {
        max-width: 100%;
    }
}

@media (max-width: 1439px) {
    .bt_bb_row.bt_bb_row_width_boxed_1400 {
        padding: 0 20px;
        max-width: 100%;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide .bt_bb_row_holder {
        margin: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
        padding: 0 20px;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
        padding: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
        padding: 0 20px;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_content_wide {
        padding-right: 0;
    }

    .bt_bb_layout_wide .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_content_wide {
        padding-left: 0;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400 .bt_bb_row_holder {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

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

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row_holder .bt_bb_column:first-child .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row_holder {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

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

    /* Push right last column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column:last-child .bt_bb_column_content {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

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

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 599.999px);
        max-width: -moz-calc(50% - 599.999px);
        max-width: calc(50% - 599.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 116.66767px;
        -ms-flex: 0 0 116.66767px;
        flex: 0 0 116.66767px;
        max-width: 116.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 583.33233px);
        max-width: -moz-calc(50% - 583.33233px);
        max-width: calc(50% - 583.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 117.501px;
        -ms-flex: 0 0 117.501px;
        flex: 0 0 117.501px;
        max-width: 117.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 587.499px);
        max-width: -moz-calc(50% - 587.499px);
        max-width: calc(50% - 587.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 107.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 118.33433px;
        -ms-flex: 0 0 118.33433px;
        flex: 0 0 118.33433px;
        max-width: 118.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 591.66567px);
        max-width: -moz-calc(50% - 591.66567px);
        max-width: calc(50% - 591.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 98.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 119.16767px;
        -ms-flex: 0 0 119.16767px;
        flex: 0 0 119.16767px;
        max-width: 119.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 595.83233px);
        max-width: -moz-calc(50% - 595.83233px);
        max-width: calc(50% - 595.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 89.16767px;
    }

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 599.999px);
        max-width: -moz-calc(50% - 599.999px);
        max-width: calc(50% - 599.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 120.83433px;
        -ms-flex: 0 0 120.83433px;
        flex: 0 0 120.83433px;
        max-width: 120.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 604.16567px);
        max-width: -moz-calc(50% - 604.16567px);
        max-width: calc(50% - 604.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 70.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 121.66767px;
        -ms-flex: 0 0 121.66767px;
        flex: 0 0 121.66767px;
        max-width: 121.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 608.33233px);
        max-width: -moz-calc(50% - 608.33233px);
        max-width: calc(50% - 608.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 61.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 122.501px;
        -ms-flex: 0 0 122.501px;
        flex: 0 0 122.501px;
        max-width: 122.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 612.499px);
        max-width: -moz-calc(50% - 612.499px);
        max-width: calc(50% - 612.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 52.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 123.33433px;
        -ms-flex: 0 0 123.33433px;
        flex: 0 0 123.33433px;
        max-width: 123.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 616.66567px);
        max-width: -moz-calc(50% - 616.66567px);
        max-width: calc(50% - 616.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 43.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 124.16767px;
        -ms-flex: 0 0 124.16767px;
        flex: 0 0 124.16767px;
        max-width: 124.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 620.83233px);
        max-width: -moz-calc(50% - 620.83233px);
        max-width: calc(50% - 620.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 34.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 125.001px;
        -ms-flex: 0 0 125.001px;
        flex: 0 0 125.001px;
        max-width: 125.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 624.999px);
        max-width: -moz-calc(50% - 624.999px);
        max-width: calc(50% - 624.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 25.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 125.83433px;
        -ms-flex: 0 0 125.83433px;
        flex: 0 0 125.83433px;
        max-width: 125.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 629.16567px);
        max-width: -moz-calc(50% - 629.16567px);
        max-width: calc(50% - 629.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 15.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 126.66767px;
        -ms-flex: 0 0 126.66767px;
        flex: 0 0 126.66767px;
        max-width: 126.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 633.33233px);
        max-width: -moz-calc(50% - 633.33233px);
        max-width: calc(50% - 633.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 6.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 127.501px;
        -ms-flex: 0 0 127.501px;
        flex: 0 0 127.501px;
        max-width: 127.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 637.499px);
        max-width: -moz-calc(50% - 637.499px);
        max-width: calc(50% - 637.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -2.499px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 128.33433px;
        -ms-flex: 0 0 128.33433px;
        flex: 0 0 128.33433px;
        max-width: 128.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 641.66567px);
        max-width: -moz-calc(50% - 641.66567px);
        max-width: calc(50% - 641.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -11.66567px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 129.16767px;
        -ms-flex: 0 0 129.16767px;
        flex: 0 0 129.16767px;
        max-width: 129.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 645.83233px);
        max-width: -moz-calc(50% - 645.83233px);
        max-width: calc(50% - 645.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -20.83233px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 130.001px;
        -ms-flex: 0 0 130.001px;
        flex: 0 0 130.001px;
        max-width: 130.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 649.999px);
        max-width: -moz-calc(50% - 649.999px);
        max-width: calc(50% - 649.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -29.999px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 130.83433px;
        -ms-flex: 0 0 130.83433px;
        flex: 0 0 130.83433px;
        max-width: 130.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 654.16567px);
        max-width: -moz-calc(50% - 654.16567px);
        max-width: calc(50% - 654.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -39.16567px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 131.66767px;
        -ms-flex: 0 0 131.66767px;
        flex: 0 0 131.66767px;
        max-width: 131.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 658.33233px);
        max-width: -moz-calc(50% - 658.33233px);
        max-width: calc(50% - 658.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -48.33233px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 132.501px;
        -ms-flex: 0 0 132.501px;
        flex: 0 0 132.501px;
        max-width: 132.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 662.499px);
        max-width: -moz-calc(50% - 662.499px);
        max-width: calc(50% - 662.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -57.499px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 133.33433px;
        -ms-flex: 0 0 133.33433px;
        flex: 0 0 133.33433px;
        max-width: 133.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child {
        max-width: -webkit-calc(50% - 666.66567px);
        max-width: -moz-calc(50% - 666.66567px);
        max-width: calc(50% - 666.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -66.66567px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 583.33233px);
        max-width: -moz-calc(50% - 583.33233px);
        max-width: calc(50% - 583.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 587.499px);
        max-width: -moz-calc(50% - 587.499px);
        max-width: calc(50% - 587.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 107.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 591.66567px);
        max-width: -moz-calc(50% - 591.66567px);
        max-width: calc(50% - 591.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 98.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 595.83233px);
        max-width: -moz-calc(50% - 595.83233px);
        max-width: calc(50% - 595.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 89.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 599.999px);
        max-width: -moz-calc(50% - 599.999px);
        max-width: calc(50% - 599.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 604.16567px);
        max-width: -moz-calc(50% - 604.16567px);
        max-width: calc(50% - 604.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 70.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 608.33233px);
        max-width: -moz-calc(50% - 608.33233px);
        max-width: calc(50% - 608.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 61.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 612.499px);
        max-width: -moz-calc(50% - 612.499px);
        max-width: calc(50% - 612.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 52.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 616.66567px);
        max-width: -moz-calc(50% - 616.66567px);
        max-width: calc(50% - 616.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 43.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 620.83233px);
        max-width: -moz-calc(50% - 620.83233px);
        max-width: calc(50% - 620.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 34.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 624.999px);
        max-width: -moz-calc(50% - 624.999px);
        max-width: calc(50% - 624.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 25.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 633.33233px);
        max-width: -moz-calc(50% - 633.33233px);
        max-width: calc(50% - 633.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 6.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 641.66567px);
        max-width: -moz-calc(50% - 641.66567px);
        max-width: calc(50% - 641.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -11.66567px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 649.999px);
        max-width: -moz-calc(50% - 649.999px);
        max-width: calc(50% - 649.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -29.999px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 658.33233px);
        max-width: -moz-calc(50% - 658.33233px);
        max-width: calc(50% - 658.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -48.33233px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child {
        max-width: -webkit-calc(50% - 666.66567px);
        max-width: -moz-calc(50% - 666.66567px);
        max-width: calc(50% - 666.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -66.66567px;
    }

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

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 479.999px);
        max-width: -moz-calc(50% - 479.999px);
        max-width: calc(50% - 479.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 233.33433px;
        -ms-flex: 0 0 233.33433px;
        flex: 0 0 233.33433px;
        max-width: 233.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 466.66567px);
        max-width: -moz-calc(50% - 466.66567px);
        max-width: calc(50% - 466.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 233.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 235.001px;
        -ms-flex: 0 0 235.001px;
        flex: 0 0 235.001px;
        max-width: 235.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 469.999px);
        max-width: -moz-calc(50% - 469.999px);
        max-width: calc(50% - 469.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 236.66767px;
        -ms-flex: 0 0 236.66767px;
        flex: 0 0 236.66767px;
        max-width: 236.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 473.33233px);
        max-width: -moz-calc(50% - 473.33233px);
        max-width: calc(50% - 473.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 216.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 238.33433px;
        -ms-flex: 0 0 238.33433px;
        flex: 0 0 238.33433px;
        max-width: 238.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 476.66567px);
        max-width: -moz-calc(50% - 476.66567px);
        max-width: calc(50% - 476.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 208.33433px;
    }

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 479.999px);
        max-width: -moz-calc(50% - 479.999px);
        max-width: calc(50% - 479.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 241.66767px;
        -ms-flex: 0 0 241.66767px;
        flex: 0 0 241.66767px;
        max-width: 241.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 483.33233px);
        max-width: -moz-calc(50% - 483.33233px);
        max-width: calc(50% - 483.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 243.33433px;
        -ms-flex: 0 0 243.33433px;
        flex: 0 0 243.33433px;
        max-width: 243.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 486.66567px);
        max-width: -moz-calc(50% - 486.66567px);
        max-width: calc(50% - 486.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 245.001px;
        -ms-flex: 0 0 245.001px;
        flex: 0 0 245.001px;
        max-width: 245.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 489.999px);
        max-width: -moz-calc(50% - 489.999px);
        max-width: calc(50% - 489.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 246.66767px;
        -ms-flex: 0 0 246.66767px;
        flex: 0 0 246.66767px;
        max-width: 246.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 493.33233px);
        max-width: -moz-calc(50% - 493.33233px);
        max-width: calc(50% - 493.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 248.33433px;
        -ms-flex: 0 0 248.33433px;
        flex: 0 0 248.33433px;
        max-width: 248.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 496.66567px);
        max-width: -moz-calc(50% - 496.66567px);
        max-width: calc(50% - 496.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 250.001px;
        -ms-flex: 0 0 250.001px;
        flex: 0 0 250.001px;
        max-width: 250.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 499.999px);
        max-width: -moz-calc(50% - 499.999px);
        max-width: calc(50% - 499.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 251.66767px;
        -ms-flex: 0 0 251.66767px;
        flex: 0 0 251.66767px;
        max-width: 251.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 503.33233px);
        max-width: -moz-calc(50% - 503.33233px);
        max-width: calc(50% - 503.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 141.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 253.33433px;
        -ms-flex: 0 0 253.33433px;
        flex: 0 0 253.33433px;
        max-width: 253.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 506.66567px);
        max-width: -moz-calc(50% - 506.66567px);
        max-width: calc(50% - 506.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 255.001px;
        -ms-flex: 0 0 255.001px;
        flex: 0 0 255.001px;
        max-width: 255.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 509.999px);
        max-width: -moz-calc(50% - 509.999px);
        max-width: calc(50% - 509.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 125.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 256.66767px;
        -ms-flex: 0 0 256.66767px;
        flex: 0 0 256.66767px;
        max-width: 256.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 513.33233px);
        max-width: -moz-calc(50% - 513.33233px);
        max-width: calc(50% - 513.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 258.33433px;
        -ms-flex: 0 0 258.33433px;
        flex: 0 0 258.33433px;
        max-width: 258.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 516.66567px);
        max-width: -moz-calc(50% - 516.66567px);
        max-width: calc(50% - 516.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 108.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 260.001px;
        -ms-flex: 0 0 260.001px;
        flex: 0 0 260.001px;
        max-width: 260.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 519.999px);
        max-width: -moz-calc(50% - 519.999px);
        max-width: calc(50% - 519.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 261.66767px;
        -ms-flex: 0 0 261.66767px;
        flex: 0 0 261.66767px;
        max-width: 261.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 523.33233px);
        max-width: -moz-calc(50% - 523.33233px);
        max-width: calc(50% - 523.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 91.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 263.33433px;
        -ms-flex: 0 0 263.33433px;
        flex: 0 0 263.33433px;
        max-width: 263.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 526.66567px);
        max-width: -moz-calc(50% - 526.66567px);
        max-width: calc(50% - 526.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 265.001px;
        -ms-flex: 0 0 265.001px;
        flex: 0 0 265.001px;
        max-width: 265.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 529.999px);
        max-width: -moz-calc(50% - 529.999px);
        max-width: calc(50% - 529.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 75.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 266.66767px;
        -ms-flex: 0 0 266.66767px;
        flex: 0 0 266.66767px;
        max-width: 266.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child {
        max-width: -webkit-calc(50% - 533.33233px);
        max-width: -moz-calc(50% - 533.33233px);
        max-width: calc(50% - 533.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 466.66567px);
        max-width: -moz-calc(50% - 466.66567px);
        max-width: calc(50% - 466.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 233.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 469.999px);
        max-width: -moz-calc(50% - 469.999px);
        max-width: calc(50% - 469.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 473.33233px);
        max-width: -moz-calc(50% - 473.33233px);
        max-width: calc(50% - 473.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 216.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 476.66567px);
        max-width: -moz-calc(50% - 476.66567px);
        max-width: calc(50% - 476.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 208.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 479.999px);
        max-width: -moz-calc(50% - 479.999px);
        max-width: calc(50% - 479.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 483.33233px);
        max-width: -moz-calc(50% - 483.33233px);
        max-width: calc(50% - 483.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 486.66567px);
        max-width: -moz-calc(50% - 486.66567px);
        max-width: calc(50% - 486.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 489.999px);
        max-width: -moz-calc(50% - 489.999px);
        max-width: calc(50% - 489.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 493.33233px);
        max-width: -moz-calc(50% - 493.33233px);
        max-width: calc(50% - 493.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 496.66567px);
        max-width: -moz-calc(50% - 496.66567px);
        max-width: calc(50% - 496.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 499.999px);
        max-width: -moz-calc(50% - 499.999px);
        max-width: calc(50% - 499.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 506.66567px);
        max-width: -moz-calc(50% - 506.66567px);
        max-width: calc(50% - 506.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 513.33233px);
        max-width: -moz-calc(50% - 513.33233px);
        max-width: calc(50% - 513.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 519.999px);
        max-width: -moz-calc(50% - 519.999px);
        max-width: calc(50% - 519.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 526.66567px);
        max-width: -moz-calc(50% - 526.66567px);
        max-width: calc(50% - 526.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child {
        max-width: -webkit-calc(50% - 533.33233px);
        max-width: -moz-calc(50% - 533.33233px);
        max-width: calc(50% - 533.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

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

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 248.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 431.999px);
        max-width: -moz-calc(50% - 431.999px);
        max-width: calc(50% - 431.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 248.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 280.001px;
        -ms-flex: 0 0 280.001px;
        flex: 0 0 280.001px;
        max-width: 280.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 282.001px;
        -ms-flex: 0 0 282.001px;
        flex: 0 0 282.001px;
        max-width: 282.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 422.999px);
        max-width: -moz-calc(50% - 422.999px);
        max-width: calc(50% - 422.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 272.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 284.001px;
        -ms-flex: 0 0 284.001px;
        flex: 0 0 284.001px;
        max-width: 284.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 425.999px);
        max-width: -moz-calc(50% - 425.999px);
        max-width: calc(50% - 425.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 264.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 286.001px;
        -ms-flex: 0 0 286.001px;
        flex: 0 0 286.001px;
        max-width: 286.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 428.999px);
        max-width: -moz-calc(50% - 428.999px);
        max-width: calc(50% - 428.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 256.001px;
    }

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 431.999px);
        max-width: -moz-calc(50% - 431.999px);
        max-width: calc(50% - 431.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 248.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 290.001px;
        -ms-flex: 0 0 290.001px;
        flex: 0 0 290.001px;
        max-width: 290.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 434.999px);
        max-width: -moz-calc(50% - 434.999px);
        max-width: calc(50% - 434.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 292.001px;
        -ms-flex: 0 0 292.001px;
        flex: 0 0 292.001px;
        max-width: 292.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 437.999px);
        max-width: -moz-calc(50% - 437.999px);
        max-width: calc(50% - 437.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 294.001px;
        -ms-flex: 0 0 294.001px;
        flex: 0 0 294.001px;
        max-width: 294.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 440.999px);
        max-width: -moz-calc(50% - 440.999px);
        max-width: calc(50% - 440.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 296.001px;
        -ms-flex: 0 0 296.001px;
        flex: 0 0 296.001px;
        max-width: 296.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 443.999px);
        max-width: -moz-calc(50% - 443.999px);
        max-width: calc(50% - 443.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 298.001px;
        -ms-flex: 0 0 298.001px;
        flex: 0 0 298.001px;
        max-width: 298.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 446.999px);
        max-width: -moz-calc(50% - 446.999px);
        max-width: calc(50% - 446.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 300.001px;
        -ms-flex: 0 0 300.001px;
        flex: 0 0 300.001px;
        max-width: 300.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 449.999px);
        max-width: -moz-calc(50% - 449.999px);
        max-width: calc(50% - 449.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 302.001px;
        -ms-flex: 0 0 302.001px;
        flex: 0 0 302.001px;
        max-width: 302.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 452.999px);
        max-width: -moz-calc(50% - 452.999px);
        max-width: calc(50% - 452.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 192.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 304.001px;
        -ms-flex: 0 0 304.001px;
        flex: 0 0 304.001px;
        max-width: 304.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 455.999px);
        max-width: -moz-calc(50% - 455.999px);
        max-width: calc(50% - 455.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 306.001px;
        -ms-flex: 0 0 306.001px;
        flex: 0 0 306.001px;
        max-width: 306.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 458.999px);
        max-width: -moz-calc(50% - 458.999px);
        max-width: calc(50% - 458.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 176.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 308.001px;
        -ms-flex: 0 0 308.001px;
        flex: 0 0 308.001px;
        max-width: 308.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 461.999px);
        max-width: -moz-calc(50% - 461.999px);
        max-width: calc(50% - 461.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 310.001px;
        -ms-flex: 0 0 310.001px;
        flex: 0 0 310.001px;
        max-width: 310.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 464.999px);
        max-width: -moz-calc(50% - 464.999px);
        max-width: calc(50% - 464.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 160.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 312.001px;
        -ms-flex: 0 0 312.001px;
        flex: 0 0 312.001px;
        max-width: 312.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 467.999px);
        max-width: -moz-calc(50% - 467.999px);
        max-width: calc(50% - 467.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 152.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 314.001px;
        -ms-flex: 0 0 314.001px;
        flex: 0 0 314.001px;
        max-width: 314.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 470.999px);
        max-width: -moz-calc(50% - 470.999px);
        max-width: calc(50% - 470.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 144.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 316.001px;
        -ms-flex: 0 0 316.001px;
        flex: 0 0 316.001px;
        max-width: 316.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 473.999px);
        max-width: -moz-calc(50% - 473.999px);
        max-width: calc(50% - 473.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 136.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 318.001px;
        -ms-flex: 0 0 318.001px;
        flex: 0 0 318.001px;
        max-width: 318.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 476.999px);
        max-width: -moz-calc(50% - 476.999px);
        max-width: calc(50% - 476.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 128.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 320.001px;
        -ms-flex: 0 0 320.001px;
        flex: 0 0 320.001px;
        max-width: 320.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child {
        max-width: -webkit-calc(50% - 479.999px);
        max-width: -moz-calc(50% - 479.999px);
        max-width: calc(50% - 479.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 120.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 419.999px);
        max-width: -moz-calc(50% - 419.999px);
        max-width: calc(50% - 419.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 422.999px);
        max-width: -moz-calc(50% - 422.999px);
        max-width: calc(50% - 422.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 272.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 425.999px);
        max-width: -moz-calc(50% - 425.999px);
        max-width: calc(50% - 425.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 264.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 428.999px);
        max-width: -moz-calc(50% - 428.999px);
        max-width: calc(50% - 428.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 256.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 431.999px);
        max-width: -moz-calc(50% - 431.999px);
        max-width: calc(50% - 431.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 248.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 434.999px);
        max-width: -moz-calc(50% - 434.999px);
        max-width: calc(50% - 434.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 437.999px);
        max-width: -moz-calc(50% - 437.999px);
        max-width: calc(50% - 437.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 440.999px);
        max-width: -moz-calc(50% - 440.999px);
        max-width: calc(50% - 440.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 443.999px);
        max-width: -moz-calc(50% - 443.999px);
        max-width: calc(50% - 443.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 446.999px);
        max-width: -moz-calc(50% - 446.999px);
        max-width: calc(50% - 446.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 449.999px);
        max-width: -moz-calc(50% - 449.999px);
        max-width: calc(50% - 449.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 455.999px);
        max-width: -moz-calc(50% - 455.999px);
        max-width: calc(50% - 455.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 461.999px);
        max-width: -moz-calc(50% - 461.999px);
        max-width: calc(50% - 461.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 467.999px);
        max-width: -moz-calc(50% - 467.999px);
        max-width: calc(50% - 467.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 152.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 473.999px);
        max-width: -moz-calc(50% - 473.999px);
        max-width: calc(50% - 473.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 136.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child {
        max-width: -webkit-calc(50% - 479.999px);
        max-width: -moz-calc(50% - 479.999px);
        max-width: calc(50% - 479.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 120.001px;
    }

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

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 359.999px);
        max-width: -moz-calc(50% - 359.999px);
        max-width: calc(50% - 359.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 350.001px;
        -ms-flex: 0 0 350.001px;
        flex: 0 0 350.001px;
        max-width: 350.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 349.999px);
        max-width: -moz-calc(50% - 349.999px);
        max-width: calc(50% - 349.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 350.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 352.501px;
        -ms-flex: 0 0 352.501px;
        flex: 0 0 352.501px;
        max-width: 352.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 352.499px);
        max-width: -moz-calc(50% - 352.499px);
        max-width: calc(50% - 352.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 342.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 355.001px;
        -ms-flex: 0 0 355.001px;
        flex: 0 0 355.001px;
        max-width: 355.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 354.999px);
        max-width: -moz-calc(50% - 354.999px);
        max-width: calc(50% - 354.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 335.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 357.501px;
        -ms-flex: 0 0 357.501px;
        flex: 0 0 357.501px;
        max-width: 357.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 357.499px);
        max-width: -moz-calc(50% - 357.499px);
        max-width: calc(50% - 357.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 327.501px;
    }

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

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 359.999px);
        max-width: -moz-calc(50% - 359.999px);
        max-width: calc(50% - 359.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 362.501px;
        -ms-flex: 0 0 362.501px;
        flex: 0 0 362.501px;
        max-width: 362.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 362.499px);
        max-width: -moz-calc(50% - 362.499px);
        max-width: calc(50% - 362.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 312.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 365.001px;
        -ms-flex: 0 0 365.001px;
        flex: 0 0 365.001px;
        max-width: 365.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 364.999px);
        max-width: -moz-calc(50% - 364.999px);
        max-width: calc(50% - 364.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 305.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 367.501px;
        -ms-flex: 0 0 367.501px;
        flex: 0 0 367.501px;
        max-width: 367.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 367.499px);
        max-width: -moz-calc(50% - 367.499px);
        max-width: calc(50% - 367.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 297.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 370.001px;
        -ms-flex: 0 0 370.001px;
        flex: 0 0 370.001px;
        max-width: 370.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 369.999px);
        max-width: -moz-calc(50% - 369.999px);
        max-width: calc(50% - 369.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 290.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 372.501px;
        -ms-flex: 0 0 372.501px;
        flex: 0 0 372.501px;
        max-width: 372.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 372.499px);
        max-width: -moz-calc(50% - 372.499px);
        max-width: calc(50% - 372.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 282.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 375.001px;
        -ms-flex: 0 0 375.001px;
        flex: 0 0 375.001px;
        max-width: 375.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 374.999px);
        max-width: -moz-calc(50% - 374.999px);
        max-width: calc(50% - 374.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 275.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 377.501px;
        -ms-flex: 0 0 377.501px;
        flex: 0 0 377.501px;
        max-width: 377.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 377.499px);
        max-width: -moz-calc(50% - 377.499px);
        max-width: calc(50% - 377.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 267.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 380.001px;
        -ms-flex: 0 0 380.001px;
        flex: 0 0 380.001px;
        max-width: 380.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 379.999px);
        max-width: -moz-calc(50% - 379.999px);
        max-width: calc(50% - 379.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 260.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 382.501px;
        -ms-flex: 0 0 382.501px;
        flex: 0 0 382.501px;
        max-width: 382.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 382.499px);
        max-width: -moz-calc(50% - 382.499px);
        max-width: calc(50% - 382.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 252.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 385.001px;
        -ms-flex: 0 0 385.001px;
        flex: 0 0 385.001px;
        max-width: 385.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 384.999px);
        max-width: -moz-calc(50% - 384.999px);
        max-width: calc(50% - 384.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 245.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 387.501px;
        -ms-flex: 0 0 387.501px;
        flex: 0 0 387.501px;
        max-width: 387.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 387.499px);
        max-width: -moz-calc(50% - 387.499px);
        max-width: calc(50% - 387.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 237.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 390.001px;
        -ms-flex: 0 0 390.001px;
        flex: 0 0 390.001px;
        max-width: 390.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 389.999px);
        max-width: -moz-calc(50% - 389.999px);
        max-width: calc(50% - 389.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 230.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 392.501px;
        -ms-flex: 0 0 392.501px;
        flex: 0 0 392.501px;
        max-width: 392.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 392.499px);
        max-width: -moz-calc(50% - 392.499px);
        max-width: calc(50% - 392.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 222.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 395.001px;
        -ms-flex: 0 0 395.001px;
        flex: 0 0 395.001px;
        max-width: 395.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 394.999px);
        max-width: -moz-calc(50% - 394.999px);
        max-width: calc(50% - 394.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 215.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 397.501px;
        -ms-flex: 0 0 397.501px;
        flex: 0 0 397.501px;
        max-width: 397.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 397.499px);
        max-width: -moz-calc(50% - 397.499px);
        max-width: calc(50% - 397.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 207.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 400.001px;
        -ms-flex: 0 0 400.001px;
        flex: 0 0 400.001px;
        max-width: 400.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child {
        max-width: -webkit-calc(50% - 399.999px);
        max-width: -moz-calc(50% - 399.999px);
        max-width: calc(50% - 399.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 349.999px);
        max-width: -moz-calc(50% - 349.999px);
        max-width: calc(50% - 349.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 350.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 352.499px);
        max-width: -moz-calc(50% - 352.499px);
        max-width: calc(50% - 352.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 342.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 354.999px);
        max-width: -moz-calc(50% - 354.999px);
        max-width: calc(50% - 354.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 335.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 357.499px);
        max-width: -moz-calc(50% - 357.499px);
        max-width: calc(50% - 357.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 327.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 359.999px);
        max-width: -moz-calc(50% - 359.999px);
        max-width: calc(50% - 359.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 362.499px);
        max-width: -moz-calc(50% - 362.499px);
        max-width: calc(50% - 362.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 312.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 364.999px);
        max-width: -moz-calc(50% - 364.999px);
        max-width: calc(50% - 364.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 305.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 367.499px);
        max-width: -moz-calc(50% - 367.499px);
        max-width: calc(50% - 367.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 297.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 369.999px);
        max-width: -moz-calc(50% - 369.999px);
        max-width: calc(50% - 369.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 290.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 372.499px);
        max-width: -moz-calc(50% - 372.499px);
        max-width: calc(50% - 372.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 282.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 374.999px);
        max-width: -moz-calc(50% - 374.999px);
        max-width: calc(50% - 374.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 275.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 379.999px);
        max-width: -moz-calc(50% - 379.999px);
        max-width: calc(50% - 379.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 260.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 384.999px);
        max-width: -moz-calc(50% - 384.999px);
        max-width: calc(50% - 384.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 245.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 389.999px);
        max-width: -moz-calc(50% - 389.999px);
        max-width: calc(50% - 389.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 230.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 394.999px);
        max-width: -moz-calc(50% - 394.999px);
        max-width: calc(50% - 394.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 215.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child {
        max-width: -webkit-calc(50% - 399.999px);
        max-width: -moz-calc(50% - 399.999px);
        max-width: calc(50% - 399.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 239.999px);
        max-width: -moz-calc(50% - 239.999px);
        max-width: calc(50% - 239.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 440.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 239.999px);
        max-width: -moz-calc(50% - 239.999px);
        max-width: calc(50% - 239.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 440.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 466.66767px;
        -ms-flex: 0 0 466.66767px;
        flex: 0 0 466.66767px;
        max-width: 466.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 233.33233px);
        max-width: -moz-calc(50% - 233.33233px);
        max-width: calc(50% - 233.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 466.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 470.001px;
        -ms-flex: 0 0 470.001px;
        flex: 0 0 470.001px;
        max-width: 470.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 234.999px);
        max-width: -moz-calc(50% - 234.999px);
        max-width: calc(50% - 234.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 460.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 473.33433px;
        -ms-flex: 0 0 473.33433px;
        flex: 0 0 473.33433px;
        max-width: 473.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 236.66567px);
        max-width: -moz-calc(50% - 236.66567px);
        max-width: calc(50% - 236.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 476.66767px;
        -ms-flex: 0 0 476.66767px;
        flex: 0 0 476.66767px;
        max-width: 476.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 238.33233px);
        max-width: -moz-calc(50% - 238.33233px);
        max-width: calc(50% - 238.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 446.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 480.001px;
        -ms-flex: 0 0 480.001px;
        flex: 0 0 480.001px;
        max-width: 480.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 239.999px);
        max-width: -moz-calc(50% - 239.999px);
        max-width: calc(50% - 239.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 440.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 483.33433px;
        -ms-flex: 0 0 483.33433px;
        flex: 0 0 483.33433px;
        max-width: 483.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 241.66567px);
        max-width: -moz-calc(50% - 241.66567px);
        max-width: calc(50% - 241.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 433.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 486.66767px;
        -ms-flex: 0 0 486.66767px;
        flex: 0 0 486.66767px;
        max-width: 486.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 243.33233px);
        max-width: -moz-calc(50% - 243.33233px);
        max-width: calc(50% - 243.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 426.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 490.001px;
        -ms-flex: 0 0 490.001px;
        flex: 0 0 490.001px;
        max-width: 490.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 244.999px);
        max-width: -moz-calc(50% - 244.999px);
        max-width: calc(50% - 244.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 493.33433px;
        -ms-flex: 0 0 493.33433px;
        flex: 0 0 493.33433px;
        max-width: 493.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 246.66567px);
        max-width: -moz-calc(50% - 246.66567px);
        max-width: calc(50% - 246.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 413.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 496.66767px;
        -ms-flex: 0 0 496.66767px;
        flex: 0 0 496.66767px;
        max-width: 496.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 248.33233px);
        max-width: -moz-calc(50% - 248.33233px);
        max-width: calc(50% - 248.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 500.001px;
        -ms-flex: 0 0 500.001px;
        flex: 0 0 500.001px;
        max-width: 500.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 249.999px);
        max-width: -moz-calc(50% - 249.999px);
        max-width: calc(50% - 249.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 503.33433px;
        -ms-flex: 0 0 503.33433px;
        flex: 0 0 503.33433px;
        max-width: 503.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 251.66567px);
        max-width: -moz-calc(50% - 251.66567px);
        max-width: calc(50% - 251.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 393.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 506.66767px;
        -ms-flex: 0 0 506.66767px;
        flex: 0 0 506.66767px;
        max-width: 506.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 253.33233px);
        max-width: -moz-calc(50% - 253.33233px);
        max-width: calc(50% - 253.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 510.001px;
        -ms-flex: 0 0 510.001px;
        flex: 0 0 510.001px;
        max-width: 510.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 254.999px);
        max-width: -moz-calc(50% - 254.999px);
        max-width: calc(50% - 254.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 380.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 513.33433px;
        -ms-flex: 0 0 513.33433px;
        flex: 0 0 513.33433px;
        max-width: 513.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 256.66567px);
        max-width: -moz-calc(50% - 256.66567px);
        max-width: calc(50% - 256.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 258.33233px);
        max-width: -moz-calc(50% - 258.33233px);
        max-width: calc(50% - 258.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 366.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 520.001px;
        -ms-flex: 0 0 520.001px;
        flex: 0 0 520.001px;
        max-width: 520.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 259.999px);
        max-width: -moz-calc(50% - 259.999px);
        max-width: calc(50% - 259.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 523.33433px;
        -ms-flex: 0 0 523.33433px;
        flex: 0 0 523.33433px;
        max-width: 523.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 261.66567px);
        max-width: -moz-calc(50% - 261.66567px);
        max-width: calc(50% - 261.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 353.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 526.66767px;
        -ms-flex: 0 0 526.66767px;
        flex: 0 0 526.66767px;
        max-width: 526.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 263.33233px);
        max-width: -moz-calc(50% - 263.33233px);
        max-width: calc(50% - 263.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 530.001px;
        -ms-flex: 0 0 530.001px;
        flex: 0 0 530.001px;
        max-width: 530.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 264.999px);
        max-width: -moz-calc(50% - 264.999px);
        max-width: calc(50% - 264.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 340.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 533.33433px;
        -ms-flex: 0 0 533.33433px;
        flex: 0 0 533.33433px;
        max-width: 533.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child {
        max-width: -webkit-calc(50% - 266.66567px);
        max-width: -moz-calc(50% - 266.66567px);
        max-width: calc(50% - 266.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 233.33233px);
        max-width: -moz-calc(50% - 233.33233px);
        max-width: calc(50% - 233.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 466.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 234.999px);
        max-width: -moz-calc(50% - 234.999px);
        max-width: calc(50% - 234.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 460.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 236.66567px);
        max-width: -moz-calc(50% - 236.66567px);
        max-width: calc(50% - 236.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 238.33233px);
        max-width: -moz-calc(50% - 238.33233px);
        max-width: calc(50% - 238.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 446.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 239.999px);
        max-width: -moz-calc(50% - 239.999px);
        max-width: calc(50% - 239.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 440.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 241.66567px);
        max-width: -moz-calc(50% - 241.66567px);
        max-width: calc(50% - 241.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 433.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 243.33233px);
        max-width: -moz-calc(50% - 243.33233px);
        max-width: calc(50% - 243.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 426.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 244.999px);
        max-width: -moz-calc(50% - 244.999px);
        max-width: calc(50% - 244.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 246.66567px);
        max-width: -moz-calc(50% - 246.66567px);
        max-width: calc(50% - 246.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 413.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 248.33233px);
        max-width: -moz-calc(50% - 248.33233px);
        max-width: calc(50% - 248.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 249.999px);
        max-width: -moz-calc(50% - 249.999px);
        max-width: calc(50% - 249.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 253.33233px);
        max-width: -moz-calc(50% - 253.33233px);
        max-width: calc(50% - 253.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 256.66567px);
        max-width: -moz-calc(50% - 256.66567px);
        max-width: calc(50% - 256.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 259.999px);
        max-width: -moz-calc(50% - 259.999px);
        max-width: calc(50% - 259.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 263.33233px);
        max-width: -moz-calc(50% - 263.33233px);
        max-width: calc(50% - 263.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child {
        max-width: -webkit-calc(50% - 266.66567px);
        max-width: -moz-calc(50% - 266.66567px);
        max-width: calc(50% - 266.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 143.999px);
        max-width: -moz-calc(50% - 143.999px);
        max-width: calc(50% - 143.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 536.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 143.999px);
        max-width: -moz-calc(50% - 143.999px);
        max-width: calc(50% - 143.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 536.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 560.001px;
        -ms-flex: 0 0 560.001px;
        flex: 0 0 560.001px;
        max-width: 560.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 139.999px);
        max-width: -moz-calc(50% - 139.999px);
        max-width: calc(50% - 139.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 564.001px;
        -ms-flex: 0 0 564.001px;
        flex: 0 0 564.001px;
        max-width: 564.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 140.999px);
        max-width: -moz-calc(50% - 140.999px);
        max-width: calc(50% - 140.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 554.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 568.001px;
        -ms-flex: 0 0 568.001px;
        flex: 0 0 568.001px;
        max-width: 568.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 141.999px);
        max-width: -moz-calc(50% - 141.999px);
        max-width: calc(50% - 141.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 548.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 572.001px;
        -ms-flex: 0 0 572.001px;
        flex: 0 0 572.001px;
        max-width: 572.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 142.999px);
        max-width: -moz-calc(50% - 142.999px);
        max-width: calc(50% - 142.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 542.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 576.001px;
        -ms-flex: 0 0 576.001px;
        flex: 0 0 576.001px;
        max-width: 576.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 143.999px);
        max-width: -moz-calc(50% - 143.999px);
        max-width: calc(50% - 143.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 536.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 580.001px;
        -ms-flex: 0 0 580.001px;
        flex: 0 0 580.001px;
        max-width: 580.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 144.999px);
        max-width: -moz-calc(50% - 144.999px);
        max-width: calc(50% - 144.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 584.001px;
        -ms-flex: 0 0 584.001px;
        flex: 0 0 584.001px;
        max-width: 584.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 145.999px);
        max-width: -moz-calc(50% - 145.999px);
        max-width: calc(50% - 145.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 524.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 588.001px;
        -ms-flex: 0 0 588.001px;
        flex: 0 0 588.001px;
        max-width: 588.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 146.999px);
        max-width: -moz-calc(50% - 146.999px);
        max-width: calc(50% - 146.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 518.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 592.001px;
        -ms-flex: 0 0 592.001px;
        flex: 0 0 592.001px;
        max-width: 592.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 147.999px);
        max-width: -moz-calc(50% - 147.999px);
        max-width: calc(50% - 147.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 512.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 596.001px;
        -ms-flex: 0 0 596.001px;
        flex: 0 0 596.001px;
        max-width: 596.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 148.999px);
        max-width: -moz-calc(50% - 148.999px);
        max-width: calc(50% - 148.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 506.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 600.001px;
        -ms-flex: 0 0 600.001px;
        flex: 0 0 600.001px;
        max-width: 600.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 149.999px);
        max-width: -moz-calc(50% - 149.999px);
        max-width: calc(50% - 149.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 604.001px;
        -ms-flex: 0 0 604.001px;
        flex: 0 0 604.001px;
        max-width: 604.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 150.999px);
        max-width: -moz-calc(50% - 150.999px);
        max-width: calc(50% - 150.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 494.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 608.001px;
        -ms-flex: 0 0 608.001px;
        flex: 0 0 608.001px;
        max-width: 608.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 151.999px);
        max-width: -moz-calc(50% - 151.999px);
        max-width: calc(50% - 151.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 488.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 612.001px;
        -ms-flex: 0 0 612.001px;
        flex: 0 0 612.001px;
        max-width: 612.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 152.999px);
        max-width: -moz-calc(50% - 152.999px);
        max-width: calc(50% - 152.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 482.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 616.001px;
        -ms-flex: 0 0 616.001px;
        flex: 0 0 616.001px;
        max-width: 616.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 153.999px);
        max-width: -moz-calc(50% - 153.999px);
        max-width: calc(50% - 153.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 476.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 154.999px);
        max-width: -moz-calc(50% - 154.999px);
        max-width: calc(50% - 154.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 470.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 624.001px;
        -ms-flex: 0 0 624.001px;
        flex: 0 0 624.001px;
        max-width: 624.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 155.999px);
        max-width: -moz-calc(50% - 155.999px);
        max-width: calc(50% - 155.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 464.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 628.001px;
        -ms-flex: 0 0 628.001px;
        flex: 0 0 628.001px;
        max-width: 628.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 156.999px);
        max-width: -moz-calc(50% - 156.999px);
        max-width: calc(50% - 156.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 458.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 632.001px;
        -ms-flex: 0 0 632.001px;
        flex: 0 0 632.001px;
        max-width: 632.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 157.999px);
        max-width: -moz-calc(50% - 157.999px);
        max-width: calc(50% - 157.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 452.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 636.001px;
        -ms-flex: 0 0 636.001px;
        flex: 0 0 636.001px;
        max-width: 636.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 158.999px);
        max-width: -moz-calc(50% - 158.999px);
        max-width: calc(50% - 158.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 446.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 640.001px;
        -ms-flex: 0 0 640.001px;
        flex: 0 0 640.001px;
        max-width: 640.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child {
        max-width: -webkit-calc(50% - 159.999px);
        max-width: -moz-calc(50% - 159.999px);
        max-width: calc(50% - 159.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 440.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 139.999px);
        max-width: -moz-calc(50% - 139.999px);
        max-width: calc(50% - 139.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 140.999px);
        max-width: -moz-calc(50% - 140.999px);
        max-width: calc(50% - 140.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 554.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 141.999px);
        max-width: -moz-calc(50% - 141.999px);
        max-width: calc(50% - 141.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 548.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 142.999px);
        max-width: -moz-calc(50% - 142.999px);
        max-width: calc(50% - 142.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 542.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 143.999px);
        max-width: -moz-calc(50% - 143.999px);
        max-width: calc(50% - 143.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 536.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 144.999px);
        max-width: -moz-calc(50% - 144.999px);
        max-width: calc(50% - 144.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 145.999px);
        max-width: -moz-calc(50% - 145.999px);
        max-width: calc(50% - 145.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 524.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 146.999px);
        max-width: -moz-calc(50% - 146.999px);
        max-width: calc(50% - 146.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 518.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 147.999px);
        max-width: -moz-calc(50% - 147.999px);
        max-width: calc(50% - 147.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 512.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 148.999px);
        max-width: -moz-calc(50% - 148.999px);
        max-width: calc(50% - 148.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 506.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 149.999px);
        max-width: -moz-calc(50% - 149.999px);
        max-width: calc(50% - 149.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 151.999px);
        max-width: -moz-calc(50% - 151.999px);
        max-width: calc(50% - 151.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 488.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 153.999px);
        max-width: -moz-calc(50% - 153.999px);
        max-width: calc(50% - 153.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 476.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 155.999px);
        max-width: -moz-calc(50% - 155.999px);
        max-width: calc(50% - 155.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 464.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 157.999px);
        max-width: -moz-calc(50% - 157.999px);
        max-width: calc(50% - 157.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 452.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child {
        max-width: -webkit-calc(50% - 159.999px);
        max-width: -moz-calc(50% - 159.999px);
        max-width: calc(50% - 159.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 440.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 583.33433px;
        -ms-flex: 0 0 583.33433px;
        flex: 0 0 583.33433px;
        max-width: 583.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 116.66567px);
        max-width: -moz-calc(50% - 116.66567px);
        max-width: calc(50% - 116.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 583.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 587.501px;
        -ms-flex: 0 0 587.501px;
        flex: 0 0 587.501px;
        max-width: 587.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 117.499px);
        max-width: -moz-calc(50% - 117.499px);
        max-width: calc(50% - 117.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 577.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 591.66767px;
        -ms-flex: 0 0 591.66767px;
        flex: 0 0 591.66767px;
        max-width: 591.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 118.33233px);
        max-width: -moz-calc(50% - 118.33233px);
        max-width: calc(50% - 118.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 571.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 595.83433px;
        -ms-flex: 0 0 595.83433px;
        flex: 0 0 595.83433px;
        max-width: 595.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 119.16567px);
        max-width: -moz-calc(50% - 119.16567px);
        max-width: calc(50% - 119.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 565.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 600.001px;
        -ms-flex: 0 0 600.001px;
        flex: 0 0 600.001px;
        max-width: 600.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 604.16767px;
        -ms-flex: 0 0 604.16767px;
        flex: 0 0 604.16767px;
        max-width: 604.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 120.83233px);
        max-width: -moz-calc(50% - 120.83233px);
        max-width: calc(50% - 120.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 554.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 608.33433px;
        -ms-flex: 0 0 608.33433px;
        flex: 0 0 608.33433px;
        max-width: 608.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 121.66567px);
        max-width: -moz-calc(50% - 121.66567px);
        max-width: calc(50% - 121.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 548.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 612.501px;
        -ms-flex: 0 0 612.501px;
        flex: 0 0 612.501px;
        max-width: 612.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 122.499px);
        max-width: -moz-calc(50% - 122.499px);
        max-width: calc(50% - 122.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 542.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 616.66767px;
        -ms-flex: 0 0 616.66767px;
        flex: 0 0 616.66767px;
        max-width: 616.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 123.33233px);
        max-width: -moz-calc(50% - 123.33233px);
        max-width: calc(50% - 123.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 536.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 620.83433px;
        -ms-flex: 0 0 620.83433px;
        flex: 0 0 620.83433px;
        max-width: 620.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 124.16567px);
        max-width: -moz-calc(50% - 124.16567px);
        max-width: calc(50% - 124.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 530.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 625.001px;
        -ms-flex: 0 0 625.001px;
        flex: 0 0 625.001px;
        max-width: 625.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 124.999px);
        max-width: -moz-calc(50% - 124.999px);
        max-width: calc(50% - 124.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 525.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 629.16767px;
        -ms-flex: 0 0 629.16767px;
        flex: 0 0 629.16767px;
        max-width: 629.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 125.83233px);
        max-width: -moz-calc(50% - 125.83233px);
        max-width: calc(50% - 125.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 519.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 633.33433px;
        -ms-flex: 0 0 633.33433px;
        flex: 0 0 633.33433px;
        max-width: 633.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 126.66567px);
        max-width: -moz-calc(50% - 126.66567px);
        max-width: calc(50% - 126.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 513.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 637.501px;
        -ms-flex: 0 0 637.501px;
        flex: 0 0 637.501px;
        max-width: 637.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 127.499px);
        max-width: -moz-calc(50% - 127.499px);
        max-width: calc(50% - 127.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 507.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 641.66767px;
        -ms-flex: 0 0 641.66767px;
        flex: 0 0 641.66767px;
        max-width: 641.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 128.33233px);
        max-width: -moz-calc(50% - 128.33233px);
        max-width: calc(50% - 128.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 501.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 645.83433px;
        -ms-flex: 0 0 645.83433px;
        flex: 0 0 645.83433px;
        max-width: 645.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 129.16567px);
        max-width: -moz-calc(50% - 129.16567px);
        max-width: calc(50% - 129.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 495.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 650.001px;
        -ms-flex: 0 0 650.001px;
        flex: 0 0 650.001px;
        max-width: 650.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 129.999px);
        max-width: -moz-calc(50% - 129.999px);
        max-width: calc(50% - 129.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 490.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 654.16767px;
        -ms-flex: 0 0 654.16767px;
        flex: 0 0 654.16767px;
        max-width: 654.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 130.83233px);
        max-width: -moz-calc(50% - 130.83233px);
        max-width: calc(50% - 130.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 484.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 658.33433px;
        -ms-flex: 0 0 658.33433px;
        flex: 0 0 658.33433px;
        max-width: 658.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 131.66567px);
        max-width: -moz-calc(50% - 131.66567px);
        max-width: calc(50% - 131.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 478.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 662.501px;
        -ms-flex: 0 0 662.501px;
        flex: 0 0 662.501px;
        max-width: 662.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 132.499px);
        max-width: -moz-calc(50% - 132.499px);
        max-width: calc(50% - 132.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 472.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 666.66767px;
        -ms-flex: 0 0 666.66767px;
        flex: 0 0 666.66767px;
        max-width: 666.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child {
        max-width: -webkit-calc(50% - 133.33233px);
        max-width: -moz-calc(50% - 133.33233px);
        max-width: calc(50% - 133.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 466.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 116.66567px);
        max-width: -moz-calc(50% - 116.66567px);
        max-width: calc(50% - 116.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 583.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 117.499px);
        max-width: -moz-calc(50% - 117.499px);
        max-width: calc(50% - 117.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 577.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 118.33233px);
        max-width: -moz-calc(50% - 118.33233px);
        max-width: calc(50% - 118.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 571.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 119.16567px);
        max-width: -moz-calc(50% - 119.16567px);
        max-width: calc(50% - 119.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 565.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 119.999px);
        max-width: -moz-calc(50% - 119.999px);
        max-width: calc(50% - 119.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 120.83233px);
        max-width: -moz-calc(50% - 120.83233px);
        max-width: calc(50% - 120.83233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 554.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 121.66567px);
        max-width: -moz-calc(50% - 121.66567px);
        max-width: calc(50% - 121.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 548.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 122.499px);
        max-width: -moz-calc(50% - 122.499px);
        max-width: calc(50% - 122.499px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 542.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 123.33233px);
        max-width: -moz-calc(50% - 123.33233px);
        max-width: calc(50% - 123.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 536.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 124.16567px);
        max-width: -moz-calc(50% - 124.16567px);
        max-width: calc(50% - 124.16567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 530.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 124.999px);
        max-width: -moz-calc(50% - 124.999px);
        max-width: calc(50% - 124.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 525.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 126.66567px);
        max-width: -moz-calc(50% - 126.66567px);
        max-width: calc(50% - 126.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 513.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 128.33233px);
        max-width: -moz-calc(50% - 128.33233px);
        max-width: calc(50% - 128.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 501.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 129.999px);
        max-width: -moz-calc(50% - 129.999px);
        max-width: calc(50% - 129.999px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 490.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 131.66567px);
        max-width: -moz-calc(50% - 131.66567px);
        max-width: calc(50% - 131.66567px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 478.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child {
        max-width: -webkit-calc(50% - 133.33233px);
        max-width: -moz-calc(50% - 133.33233px);
        max-width: calc(50% - 133.33233px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 466.66767px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 700.001px;
        -ms-flex: 0 0 700.001px;
        flex: 0 0 700.001px;
        max-width: 700.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 705.001px;
        -ms-flex: 0 0 705.001px;
        flex: 0 0 705.001px;
        max-width: 705.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 695.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 710.001px;
        -ms-flex: 0 0 710.001px;
        flex: 0 0 710.001px;
        max-width: 710.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 690.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 715.001px;
        -ms-flex: 0 0 715.001px;
        flex: 0 0 715.001px;
        max-width: 715.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 685.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 720.001px;
        -ms-flex: 0 0 720.001px;
        flex: 0 0 720.001px;
        max-width: 720.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 725.001px;
        -ms-flex: 0 0 725.001px;
        flex: 0 0 725.001px;
        max-width: 725.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 730.001px;
        -ms-flex: 0 0 730.001px;
        flex: 0 0 730.001px;
        max-width: 730.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 670.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 735.001px;
        -ms-flex: 0 0 735.001px;
        flex: 0 0 735.001px;
        max-width: 735.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 665.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 740.001px;
        -ms-flex: 0 0 740.001px;
        flex: 0 0 740.001px;
        max-width: 740.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 660.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 745.001px;
        -ms-flex: 0 0 745.001px;
        flex: 0 0 745.001px;
        max-width: 745.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 655.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 750.001px;
        -ms-flex: 0 0 750.001px;
        flex: 0 0 750.001px;
        max-width: 750.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 755.001px;
        -ms-flex: 0 0 755.001px;
        flex: 0 0 755.001px;
        max-width: 755.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 645.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 760.001px;
        -ms-flex: 0 0 760.001px;
        flex: 0 0 760.001px;
        max-width: 760.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 765.001px;
        -ms-flex: 0 0 765.001px;
        flex: 0 0 765.001px;
        max-width: 765.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 635.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 770.001px;
        -ms-flex: 0 0 770.001px;
        flex: 0 0 770.001px;
        max-width: 770.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 630.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 775.001px;
        -ms-flex: 0 0 775.001px;
        flex: 0 0 775.001px;
        max-width: 775.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 625.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 780.001px;
        -ms-flex: 0 0 780.001px;
        flex: 0 0 780.001px;
        max-width: 780.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 620.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 785.001px;
        -ms-flex: 0 0 785.001px;
        flex: 0 0 785.001px;
        max-width: 785.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 615.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 790.001px;
        -ms-flex: 0 0 790.001px;
        flex: 0 0 790.001px;
        max-width: 790.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 610.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 795.001px;
        -ms-flex: 0 0 795.001px;
        flex: 0 0 795.001px;
        max-width: 795.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 605.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 800.001px;
        -ms-flex: 0 0 800.001px;
        flex: 0 0 800.001px;
        max-width: 800.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 600.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 695.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 690.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 685.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 670.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 665.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 660.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 655.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 630.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 620.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 610.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child {
        max-width: -webkit-calc(50% - -.001px);
        max-width: -moz-calc(50% - -.001px);
        max-width: calc(50% - -.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 600.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 816.66767px;
        -ms-flex: 0 0 816.66767px;
        flex: 0 0 816.66767px;
        max-width: 816.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -116.66767px);
        max-width: -moz-calc(50% - -116.66767px);
        max-width: calc(50% - -116.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 816.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 822.501px;
        -ms-flex: 0 0 822.501px;
        flex: 0 0 822.501px;
        max-width: 822.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -117.501px);
        max-width: -moz-calc(50% - -117.501px);
        max-width: calc(50% - -117.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 812.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 828.33433px;
        -ms-flex: 0 0 828.33433px;
        flex: 0 0 828.33433px;
        max-width: 828.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -118.33433px);
        max-width: -moz-calc(50% - -118.33433px);
        max-width: calc(50% - -118.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 808.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 834.16767px;
        -ms-flex: 0 0 834.16767px;
        flex: 0 0 834.16767px;
        max-width: 834.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -119.16767px);
        max-width: -moz-calc(50% - -119.16767px);
        max-width: calc(50% - -119.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 804.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 845.83433px;
        -ms-flex: 0 0 845.83433px;
        flex: 0 0 845.83433px;
        max-width: 845.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -120.83433px);
        max-width: -moz-calc(50% - -120.83433px);
        max-width: calc(50% - -120.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 795.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 851.66767px;
        -ms-flex: 0 0 851.66767px;
        flex: 0 0 851.66767px;
        max-width: 851.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -121.66767px);
        max-width: -moz-calc(50% - -121.66767px);
        max-width: calc(50% - -121.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 791.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 857.501px;
        -ms-flex: 0 0 857.501px;
        flex: 0 0 857.501px;
        max-width: 857.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -122.501px);
        max-width: -moz-calc(50% - -122.501px);
        max-width: calc(50% - -122.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 787.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 863.33433px;
        -ms-flex: 0 0 863.33433px;
        flex: 0 0 863.33433px;
        max-width: 863.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -123.33433px);
        max-width: -moz-calc(50% - -123.33433px);
        max-width: calc(50% - -123.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 869.16767px;
        -ms-flex: 0 0 869.16767px;
        flex: 0 0 869.16767px;
        max-width: 869.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -124.16767px);
        max-width: -moz-calc(50% - -124.16767px);
        max-width: calc(50% - -124.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 779.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 875.001px;
        -ms-flex: 0 0 875.001px;
        flex: 0 0 875.001px;
        max-width: 875.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -125.001px);
        max-width: -moz-calc(50% - -125.001px);
        max-width: calc(50% - -125.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 775.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 880.83433px;
        -ms-flex: 0 0 880.83433px;
        flex: 0 0 880.83433px;
        max-width: 880.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -125.83433px);
        max-width: -moz-calc(50% - -125.83433px);
        max-width: calc(50% - -125.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 770.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 886.66767px;
        -ms-flex: 0 0 886.66767px;
        flex: 0 0 886.66767px;
        max-width: 886.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -126.66767px);
        max-width: -moz-calc(50% - -126.66767px);
        max-width: calc(50% - -126.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 892.501px;
        -ms-flex: 0 0 892.501px;
        flex: 0 0 892.501px;
        max-width: 892.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -127.501px);
        max-width: -moz-calc(50% - -127.501px);
        max-width: calc(50% - -127.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 762.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 898.33433px;
        -ms-flex: 0 0 898.33433px;
        flex: 0 0 898.33433px;
        max-width: 898.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -128.33433px);
        max-width: -moz-calc(50% - -128.33433px);
        max-width: calc(50% - -128.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 758.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 904.16767px;
        -ms-flex: 0 0 904.16767px;
        flex: 0 0 904.16767px;
        max-width: 904.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -129.16767px);
        max-width: -moz-calc(50% - -129.16767px);
        max-width: calc(50% - -129.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 754.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 910.001px;
        -ms-flex: 0 0 910.001px;
        flex: 0 0 910.001px;
        max-width: 910.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -130.001px);
        max-width: -moz-calc(50% - -130.001px);
        max-width: calc(50% - -130.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 750.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 915.83433px;
        -ms-flex: 0 0 915.83433px;
        flex: 0 0 915.83433px;
        max-width: 915.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -130.83433px);
        max-width: -moz-calc(50% - -130.83433px);
        max-width: calc(50% - -130.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 745.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 921.66767px;
        -ms-flex: 0 0 921.66767px;
        flex: 0 0 921.66767px;
        max-width: 921.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -131.66767px);
        max-width: -moz-calc(50% - -131.66767px);
        max-width: calc(50% - -131.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 741.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 927.501px;
        -ms-flex: 0 0 927.501px;
        flex: 0 0 927.501px;
        max-width: 927.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -132.501px);
        max-width: -moz-calc(50% - -132.501px);
        max-width: calc(50% - -132.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 737.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 933.33433px;
        -ms-flex: 0 0 933.33433px;
        flex: 0 0 933.33433px;
        max-width: 933.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child {
        max-width: -webkit-calc(50% - -133.33433px);
        max-width: -moz-calc(50% - -133.33433px);
        max-width: calc(50% - -133.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -116.66767px);
        max-width: -moz-calc(50% - -116.66767px);
        max-width: calc(50% - -116.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 816.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -117.501px);
        max-width: -moz-calc(50% - -117.501px);
        max-width: calc(50% - -117.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 812.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -118.33433px);
        max-width: -moz-calc(50% - -118.33433px);
        max-width: calc(50% - -118.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 808.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -119.16767px);
        max-width: -moz-calc(50% - -119.16767px);
        max-width: calc(50% - -119.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 804.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -120.001px);
        max-width: -moz-calc(50% - -120.001px);
        max-width: calc(50% - -120.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -120.83433px);
        max-width: -moz-calc(50% - -120.83433px);
        max-width: calc(50% - -120.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 795.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -121.66767px);
        max-width: -moz-calc(50% - -121.66767px);
        max-width: calc(50% - -121.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 791.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -122.501px);
        max-width: -moz-calc(50% - -122.501px);
        max-width: calc(50% - -122.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 787.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -123.33433px);
        max-width: -moz-calc(50% - -123.33433px);
        max-width: calc(50% - -123.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -124.16767px);
        max-width: -moz-calc(50% - -124.16767px);
        max-width: calc(50% - -124.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 779.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -125.001px);
        max-width: -moz-calc(50% - -125.001px);
        max-width: calc(50% - -125.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 775.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -126.66767px);
        max-width: -moz-calc(50% - -126.66767px);
        max-width: calc(50% - -126.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -128.33433px);
        max-width: -moz-calc(50% - -128.33433px);
        max-width: calc(50% - -128.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 758.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -130.001px);
        max-width: -moz-calc(50% - -130.001px);
        max-width: calc(50% - -130.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 750.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -131.66767px);
        max-width: -moz-calc(50% - -131.66767px);
        max-width: calc(50% - -131.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 741.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child {
        max-width: -webkit-calc(50% - -133.33433px);
        max-width: -moz-calc(50% - -133.33433px);
        max-width: calc(50% - -133.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -144.001px);
        max-width: -moz-calc(50% - -144.001px);
        max-width: calc(50% - -144.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 824.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -144.001px);
        max-width: -moz-calc(50% - -144.001px);
        max-width: calc(50% - -144.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 824.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -140.001px);
        max-width: -moz-calc(50% - -140.001px);
        max-width: calc(50% - -140.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 840.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 846.001px;
        -ms-flex: 0 0 846.001px;
        flex: 0 0 846.001px;
        max-width: 846.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -141.001px);
        max-width: -moz-calc(50% - -141.001px);
        max-width: calc(50% - -141.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 836.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 852.001px;
        -ms-flex: 0 0 852.001px;
        flex: 0 0 852.001px;
        max-width: 852.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -142.001px);
        max-width: -moz-calc(50% - -142.001px);
        max-width: calc(50% - -142.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 832.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 858.001px;
        -ms-flex: 0 0 858.001px;
        flex: 0 0 858.001px;
        max-width: 858.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -143.001px);
        max-width: -moz-calc(50% - -143.001px);
        max-width: calc(50% - -143.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 828.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 864.001px;
        -ms-flex: 0 0 864.001px;
        flex: 0 0 864.001px;
        max-width: 864.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -144.001px);
        max-width: -moz-calc(50% - -144.001px);
        max-width: calc(50% - -144.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 824.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 870.001px;
        -ms-flex: 0 0 870.001px;
        flex: 0 0 870.001px;
        max-width: 870.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -145.001px);
        max-width: -moz-calc(50% - -145.001px);
        max-width: calc(50% - -145.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 820.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 876.001px;
        -ms-flex: 0 0 876.001px;
        flex: 0 0 876.001px;
        max-width: 876.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -146.001px);
        max-width: -moz-calc(50% - -146.001px);
        max-width: calc(50% - -146.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 816.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 882.001px;
        -ms-flex: 0 0 882.001px;
        flex: 0 0 882.001px;
        max-width: 882.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -147.001px);
        max-width: -moz-calc(50% - -147.001px);
        max-width: calc(50% - -147.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 812.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 888.001px;
        -ms-flex: 0 0 888.001px;
        flex: 0 0 888.001px;
        max-width: 888.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -148.001px);
        max-width: -moz-calc(50% - -148.001px);
        max-width: calc(50% - -148.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 808.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 894.001px;
        -ms-flex: 0 0 894.001px;
        flex: 0 0 894.001px;
        max-width: 894.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -149.001px);
        max-width: -moz-calc(50% - -149.001px);
        max-width: calc(50% - -149.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 804.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 900.001px;
        -ms-flex: 0 0 900.001px;
        flex: 0 0 900.001px;
        max-width: 900.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -150.001px);
        max-width: -moz-calc(50% - -150.001px);
        max-width: calc(50% - -150.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 906.001px;
        -ms-flex: 0 0 906.001px;
        flex: 0 0 906.001px;
        max-width: 906.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -151.001px);
        max-width: -moz-calc(50% - -151.001px);
        max-width: calc(50% - -151.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 796.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 912.001px;
        -ms-flex: 0 0 912.001px;
        flex: 0 0 912.001px;
        max-width: 912.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -152.001px);
        max-width: -moz-calc(50% - -152.001px);
        max-width: calc(50% - -152.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 792.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 918.001px;
        -ms-flex: 0 0 918.001px;
        flex: 0 0 918.001px;
        max-width: 918.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -153.001px);
        max-width: -moz-calc(50% - -153.001px);
        max-width: calc(50% - -153.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 788.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 924.001px;
        -ms-flex: 0 0 924.001px;
        flex: 0 0 924.001px;
        max-width: 924.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -154.001px);
        max-width: -moz-calc(50% - -154.001px);
        max-width: calc(50% - -154.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 784.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 930.001px;
        -ms-flex: 0 0 930.001px;
        flex: 0 0 930.001px;
        max-width: 930.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -155.001px);
        max-width: -moz-calc(50% - -155.001px);
        max-width: calc(50% - -155.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 780.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 936.001px;
        -ms-flex: 0 0 936.001px;
        flex: 0 0 936.001px;
        max-width: 936.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -156.001px);
        max-width: -moz-calc(50% - -156.001px);
        max-width: calc(50% - -156.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 776.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 942.001px;
        -ms-flex: 0 0 942.001px;
        flex: 0 0 942.001px;
        max-width: 942.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -157.001px);
        max-width: -moz-calc(50% - -157.001px);
        max-width: calc(50% - -157.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 772.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 948.001px;
        -ms-flex: 0 0 948.001px;
        flex: 0 0 948.001px;
        max-width: 948.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -158.001px);
        max-width: -moz-calc(50% - -158.001px);
        max-width: calc(50% - -158.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 768.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 954.001px;
        -ms-flex: 0 0 954.001px;
        flex: 0 0 954.001px;
        max-width: 954.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -159.001px);
        max-width: -moz-calc(50% - -159.001px);
        max-width: calc(50% - -159.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 764.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child {
        max-width: -webkit-calc(50% - -160.001px);
        max-width: -moz-calc(50% - -160.001px);
        max-width: calc(50% - -160.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 760.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -140.001px);
        max-width: -moz-calc(50% - -140.001px);
        max-width: calc(50% - -140.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 840.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -141.001px);
        max-width: -moz-calc(50% - -141.001px);
        max-width: calc(50% - -141.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 836.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -142.001px);
        max-width: -moz-calc(50% - -142.001px);
        max-width: calc(50% - -142.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 832.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -143.001px);
        max-width: -moz-calc(50% - -143.001px);
        max-width: calc(50% - -143.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 828.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -144.001px);
        max-width: -moz-calc(50% - -144.001px);
        max-width: calc(50% - -144.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 824.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -145.001px);
        max-width: -moz-calc(50% - -145.001px);
        max-width: calc(50% - -145.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 820.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -146.001px);
        max-width: -moz-calc(50% - -146.001px);
        max-width: calc(50% - -146.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 816.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -147.001px);
        max-width: -moz-calc(50% - -147.001px);
        max-width: calc(50% - -147.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 812.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -148.001px);
        max-width: -moz-calc(50% - -148.001px);
        max-width: calc(50% - -148.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 808.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -149.001px);
        max-width: -moz-calc(50% - -149.001px);
        max-width: calc(50% - -149.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 804.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -150.001px);
        max-width: -moz-calc(50% - -150.001px);
        max-width: calc(50% - -150.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -152.001px);
        max-width: -moz-calc(50% - -152.001px);
        max-width: calc(50% - -152.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 792.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -154.001px);
        max-width: -moz-calc(50% - -154.001px);
        max-width: calc(50% - -154.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 784.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -156.001px);
        max-width: -moz-calc(50% - -156.001px);
        max-width: calc(50% - -156.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 776.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -158.001px);
        max-width: -moz-calc(50% - -158.001px);
        max-width: calc(50% - -158.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 768.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child {
        max-width: -webkit-calc(50% - -160.001px);
        max-width: -moz-calc(50% - -160.001px);
        max-width: calc(50% - -160.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 760.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -240.001px);
        max-width: -moz-calc(50% - -240.001px);
        max-width: calc(50% - -240.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -240.001px);
        max-width: -moz-calc(50% - -240.001px);
        max-width: calc(50% - -240.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 933.33433px;
        -ms-flex: 0 0 933.33433px;
        flex: 0 0 933.33433px;
        max-width: 933.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -233.33433px);
        max-width: -moz-calc(50% - -233.33433px);
        max-width: calc(50% - -233.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 933.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 940.001px;
        -ms-flex: 0 0 940.001px;
        flex: 0 0 940.001px;
        max-width: 940.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -235.001px);
        max-width: -moz-calc(50% - -235.001px);
        max-width: calc(50% - -235.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 930.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 946.66767px;
        -ms-flex: 0 0 946.66767px;
        flex: 0 0 946.66767px;
        max-width: 946.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -236.66767px);
        max-width: -moz-calc(50% - -236.66767px);
        max-width: calc(50% - -236.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 926.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 953.33433px;
        -ms-flex: 0 0 953.33433px;
        flex: 0 0 953.33433px;
        max-width: 953.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -238.33433px);
        max-width: -moz-calc(50% - -238.33433px);
        max-width: calc(50% - -238.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 923.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -240.001px);
        max-width: -moz-calc(50% - -240.001px);
        max-width: calc(50% - -240.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 966.66767px;
        -ms-flex: 0 0 966.66767px;
        flex: 0 0 966.66767px;
        max-width: 966.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -241.66767px);
        max-width: -moz-calc(50% - -241.66767px);
        max-width: calc(50% - -241.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 916.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 973.33433px;
        -ms-flex: 0 0 973.33433px;
        flex: 0 0 973.33433px;
        max-width: 973.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -243.33433px);
        max-width: -moz-calc(50% - -243.33433px);
        max-width: calc(50% - -243.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 913.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 980.001px;
        -ms-flex: 0 0 980.001px;
        flex: 0 0 980.001px;
        max-width: 980.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -245.001px);
        max-width: -moz-calc(50% - -245.001px);
        max-width: calc(50% - -245.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 910.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 986.66767px;
        -ms-flex: 0 0 986.66767px;
        flex: 0 0 986.66767px;
        max-width: 986.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -246.66767px);
        max-width: -moz-calc(50% - -246.66767px);
        max-width: calc(50% - -246.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 906.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 993.33433px;
        -ms-flex: 0 0 993.33433px;
        flex: 0 0 993.33433px;
        max-width: 993.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -248.33433px);
        max-width: -moz-calc(50% - -248.33433px);
        max-width: calc(50% - -248.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 903.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1000.001px;
        -ms-flex: 0 0 1000.001px;
        flex: 0 0 1000.001px;
        max-width: 1000.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -250.001px);
        max-width: -moz-calc(50% - -250.001px);
        max-width: calc(50% - -250.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1006.66767px;
        -ms-flex: 0 0 1006.66767px;
        flex: 0 0 1006.66767px;
        max-width: 1006.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -251.66767px);
        max-width: -moz-calc(50% - -251.66767px);
        max-width: calc(50% - -251.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 896.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1013.33433px;
        -ms-flex: 0 0 1013.33433px;
        flex: 0 0 1013.33433px;
        max-width: 1013.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -253.33433px);
        max-width: -moz-calc(50% - -253.33433px);
        max-width: calc(50% - -253.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 893.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1020.001px;
        -ms-flex: 0 0 1020.001px;
        flex: 0 0 1020.001px;
        max-width: 1020.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -255.001px);
        max-width: -moz-calc(50% - -255.001px);
        max-width: calc(50% - -255.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1026.66767px;
        -ms-flex: 0 0 1026.66767px;
        flex: 0 0 1026.66767px;
        max-width: 1026.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -256.66767px);
        max-width: -moz-calc(50% - -256.66767px);
        max-width: calc(50% - -256.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 886.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -258.33433px);
        max-width: -moz-calc(50% - -258.33433px);
        max-width: calc(50% - -258.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 883.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1040.001px;
        -ms-flex: 0 0 1040.001px;
        flex: 0 0 1040.001px;
        max-width: 1040.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -260.001px);
        max-width: -moz-calc(50% - -260.001px);
        max-width: calc(50% - -260.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1046.66767px;
        -ms-flex: 0 0 1046.66767px;
        flex: 0 0 1046.66767px;
        max-width: 1046.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -261.66767px);
        max-width: -moz-calc(50% - -261.66767px);
        max-width: calc(50% - -261.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 876.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1053.33433px;
        -ms-flex: 0 0 1053.33433px;
        flex: 0 0 1053.33433px;
        max-width: 1053.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -263.33433px);
        max-width: -moz-calc(50% - -263.33433px);
        max-width: calc(50% - -263.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 873.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1060.001px;
        -ms-flex: 0 0 1060.001px;
        flex: 0 0 1060.001px;
        max-width: 1060.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -265.001px);
        max-width: -moz-calc(50% - -265.001px);
        max-width: calc(50% - -265.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 870.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 1066.66767px;
        -ms-flex: 0 0 1066.66767px;
        flex: 0 0 1066.66767px;
        max-width: 1066.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child {
        max-width: -webkit-calc(50% - -266.66767px);
        max-width: -moz-calc(50% - -266.66767px);
        max-width: calc(50% - -266.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 866.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -233.33433px);
        max-width: -moz-calc(50% - -233.33433px);
        max-width: calc(50% - -233.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 933.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -235.001px);
        max-width: -moz-calc(50% - -235.001px);
        max-width: calc(50% - -235.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 930.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -236.66767px);
        max-width: -moz-calc(50% - -236.66767px);
        max-width: calc(50% - -236.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 926.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -238.33433px);
        max-width: -moz-calc(50% - -238.33433px);
        max-width: calc(50% - -238.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 923.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -240.001px);
        max-width: -moz-calc(50% - -240.001px);
        max-width: calc(50% - -240.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -241.66767px);
        max-width: -moz-calc(50% - -241.66767px);
        max-width: calc(50% - -241.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 916.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -243.33433px);
        max-width: -moz-calc(50% - -243.33433px);
        max-width: calc(50% - -243.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 913.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -245.001px);
        max-width: -moz-calc(50% - -245.001px);
        max-width: calc(50% - -245.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 910.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -246.66767px);
        max-width: -moz-calc(50% - -246.66767px);
        max-width: calc(50% - -246.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 906.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -248.33433px);
        max-width: -moz-calc(50% - -248.33433px);
        max-width: calc(50% - -248.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 903.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -250.001px);
        max-width: -moz-calc(50% - -250.001px);
        max-width: calc(50% - -250.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -253.33433px);
        max-width: -moz-calc(50% - -253.33433px);
        max-width: calc(50% - -253.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 893.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -256.66767px);
        max-width: -moz-calc(50% - -256.66767px);
        max-width: calc(50% - -256.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 886.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -260.001px);
        max-width: -moz-calc(50% - -260.001px);
        max-width: calc(50% - -260.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -263.33433px);
        max-width: -moz-calc(50% - -263.33433px);
        max-width: calc(50% - -263.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 873.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child {
        max-width: -webkit-calc(50% - -266.66767px);
        max-width: -moz-calc(50% - -266.66767px);
        max-width: calc(50% - -266.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 866.66767px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1040.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1040.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1050.001px;
        -ms-flex: 0 0 1050.001px;
        flex: 0 0 1050.001px;
        max-width: 1050.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -350.001px);
        max-width: -moz-calc(50% - -350.001px);
        max-width: calc(50% - -350.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1050.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1057.501px;
        -ms-flex: 0 0 1057.501px;
        flex: 0 0 1057.501px;
        max-width: 1057.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -352.501px);
        max-width: -moz-calc(50% - -352.501px);
        max-width: calc(50% - -352.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1047.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1065.001px;
        -ms-flex: 0 0 1065.001px;
        flex: 0 0 1065.001px;
        max-width: 1065.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -355.001px);
        max-width: -moz-calc(50% - -355.001px);
        max-width: calc(50% - -355.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1045.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1072.501px;
        -ms-flex: 0 0 1072.501px;
        flex: 0 0 1072.501px;
        max-width: 1072.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -357.501px);
        max-width: -moz-calc(50% - -357.501px);
        max-width: calc(50% - -357.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1042.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1080.001px;
        -ms-flex: 0 0 1080.001px;
        flex: 0 0 1080.001px;
        max-width: 1080.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1040.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1087.501px;
        -ms-flex: 0 0 1087.501px;
        flex: 0 0 1087.501px;
        max-width: 1087.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -362.501px);
        max-width: -moz-calc(50% - -362.501px);
        max-width: calc(50% - -362.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1037.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1095.001px;
        -ms-flex: 0 0 1095.001px;
        flex: 0 0 1095.001px;
        max-width: 1095.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -365.001px);
        max-width: -moz-calc(50% - -365.001px);
        max-width: calc(50% - -365.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1035.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1102.501px;
        -ms-flex: 0 0 1102.501px;
        flex: 0 0 1102.501px;
        max-width: 1102.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -367.501px);
        max-width: -moz-calc(50% - -367.501px);
        max-width: calc(50% - -367.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1032.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1110.001px;
        -ms-flex: 0 0 1110.001px;
        flex: 0 0 1110.001px;
        max-width: 1110.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -370.001px);
        max-width: -moz-calc(50% - -370.001px);
        max-width: calc(50% - -370.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1030.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1117.501px;
        -ms-flex: 0 0 1117.501px;
        flex: 0 0 1117.501px;
        max-width: 1117.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -372.501px);
        max-width: -moz-calc(50% - -372.501px);
        max-width: calc(50% - -372.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1027.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1125.001px;
        -ms-flex: 0 0 1125.001px;
        flex: 0 0 1125.001px;
        max-width: 1125.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -375.001px);
        max-width: -moz-calc(50% - -375.001px);
        max-width: calc(50% - -375.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1025.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1132.501px;
        -ms-flex: 0 0 1132.501px;
        flex: 0 0 1132.501px;
        max-width: 1132.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -377.501px);
        max-width: -moz-calc(50% - -377.501px);
        max-width: calc(50% - -377.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1022.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1140.001px;
        -ms-flex: 0 0 1140.001px;
        flex: 0 0 1140.001px;
        max-width: 1140.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -380.001px);
        max-width: -moz-calc(50% - -380.001px);
        max-width: calc(50% - -380.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1020.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1147.501px;
        -ms-flex: 0 0 1147.501px;
        flex: 0 0 1147.501px;
        max-width: 1147.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -382.501px);
        max-width: -moz-calc(50% - -382.501px);
        max-width: calc(50% - -382.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1017.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1155.001px;
        -ms-flex: 0 0 1155.001px;
        flex: 0 0 1155.001px;
        max-width: 1155.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -385.001px);
        max-width: -moz-calc(50% - -385.001px);
        max-width: calc(50% - -385.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1015.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1162.501px;
        -ms-flex: 0 0 1162.501px;
        flex: 0 0 1162.501px;
        max-width: 1162.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -387.501px);
        max-width: -moz-calc(50% - -387.501px);
        max-width: calc(50% - -387.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1012.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1170.001px;
        -ms-flex: 0 0 1170.001px;
        flex: 0 0 1170.001px;
        max-width: 1170.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -390.001px);
        max-width: -moz-calc(50% - -390.001px);
        max-width: calc(50% - -390.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1010.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1177.501px;
        -ms-flex: 0 0 1177.501px;
        flex: 0 0 1177.501px;
        max-width: 1177.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -392.501px);
        max-width: -moz-calc(50% - -392.501px);
        max-width: calc(50% - -392.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1007.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1185.001px;
        -ms-flex: 0 0 1185.001px;
        flex: 0 0 1185.001px;
        max-width: 1185.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -395.001px);
        max-width: -moz-calc(50% - -395.001px);
        max-width: calc(50% - -395.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1005.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1192.501px;
        -ms-flex: 0 0 1192.501px;
        flex: 0 0 1192.501px;
        max-width: 1192.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -397.501px);
        max-width: -moz-calc(50% - -397.501px);
        max-width: calc(50% - -397.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1002.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1200.001px;
        -ms-flex: 0 0 1200.001px;
        flex: 0 0 1200.001px;
        max-width: 1200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child {
        max-width: -webkit-calc(50% - -400.001px);
        max-width: -moz-calc(50% - -400.001px);
        max-width: calc(50% - -400.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -350.001px);
        max-width: -moz-calc(50% - -350.001px);
        max-width: calc(50% - -350.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1050.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -352.501px);
        max-width: -moz-calc(50% - -352.501px);
        max-width: calc(50% - -352.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1047.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -355.001px);
        max-width: -moz-calc(50% - -355.001px);
        max-width: calc(50% - -355.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1045.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -357.501px);
        max-width: -moz-calc(50% - -357.501px);
        max-width: calc(50% - -357.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1042.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -360.001px);
        max-width: -moz-calc(50% - -360.001px);
        max-width: calc(50% - -360.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1040.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -362.501px);
        max-width: -moz-calc(50% - -362.501px);
        max-width: calc(50% - -362.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1037.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -365.001px);
        max-width: -moz-calc(50% - -365.001px);
        max-width: calc(50% - -365.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1035.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -367.501px);
        max-width: -moz-calc(50% - -367.501px);
        max-width: calc(50% - -367.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1032.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -370.001px);
        max-width: -moz-calc(50% - -370.001px);
        max-width: calc(50% - -370.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1030.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -372.501px);
        max-width: -moz-calc(50% - -372.501px);
        max-width: calc(50% - -372.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1027.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -375.001px);
        max-width: -moz-calc(50% - -375.001px);
        max-width: calc(50% - -375.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1025.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -380.001px);
        max-width: -moz-calc(50% - -380.001px);
        max-width: calc(50% - -380.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1020.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -385.001px);
        max-width: -moz-calc(50% - -385.001px);
        max-width: calc(50% - -385.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1015.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -390.001px);
        max-width: -moz-calc(50% - -390.001px);
        max-width: calc(50% - -390.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1010.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -395.001px);
        max-width: -moz-calc(50% - -395.001px);
        max-width: calc(50% - -395.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1005.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child {
        max-width: -webkit-calc(50% - -400.001px);
        max-width: -moz-calc(50% - -400.001px);
        max-width: calc(50% - -400.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -432.001px);
        max-width: -moz-calc(50% - -432.001px);
        max-width: calc(50% - -432.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1112.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -432.001px);
        max-width: -moz-calc(50% - -432.001px);
        max-width: calc(50% - -432.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1112.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1120.001px;
        -ms-flex: 0 0 1120.001px;
        flex: 0 0 1120.001px;
        max-width: 1120.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1120.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1128.001px;
        -ms-flex: 0 0 1128.001px;
        flex: 0 0 1128.001px;
        max-width: 1128.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -423.001px);
        max-width: -moz-calc(50% - -423.001px);
        max-width: calc(50% - -423.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1118.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1136.001px;
        -ms-flex: 0 0 1136.001px;
        flex: 0 0 1136.001px;
        max-width: 1136.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -426.001px);
        max-width: -moz-calc(50% - -426.001px);
        max-width: calc(50% - -426.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1116.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1144.001px;
        -ms-flex: 0 0 1144.001px;
        flex: 0 0 1144.001px;
        max-width: 1144.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -429.001px);
        max-width: -moz-calc(50% - -429.001px);
        max-width: calc(50% - -429.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1114.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1152.001px;
        -ms-flex: 0 0 1152.001px;
        flex: 0 0 1152.001px;
        max-width: 1152.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -432.001px);
        max-width: -moz-calc(50% - -432.001px);
        max-width: calc(50% - -432.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1112.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1160.001px;
        -ms-flex: 0 0 1160.001px;
        flex: 0 0 1160.001px;
        max-width: 1160.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -435.001px);
        max-width: -moz-calc(50% - -435.001px);
        max-width: calc(50% - -435.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1110.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1168.001px;
        -ms-flex: 0 0 1168.001px;
        flex: 0 0 1168.001px;
        max-width: 1168.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -438.001px);
        max-width: -moz-calc(50% - -438.001px);
        max-width: calc(50% - -438.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1108.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1176.001px;
        -ms-flex: 0 0 1176.001px;
        flex: 0 0 1176.001px;
        max-width: 1176.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -441.001px);
        max-width: -moz-calc(50% - -441.001px);
        max-width: calc(50% - -441.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1106.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1184.001px;
        -ms-flex: 0 0 1184.001px;
        flex: 0 0 1184.001px;
        max-width: 1184.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -444.001px);
        max-width: -moz-calc(50% - -444.001px);
        max-width: calc(50% - -444.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1104.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1192.001px;
        -ms-flex: 0 0 1192.001px;
        flex: 0 0 1192.001px;
        max-width: 1192.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -447.001px);
        max-width: -moz-calc(50% - -447.001px);
        max-width: calc(50% - -447.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1102.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1200.001px;
        -ms-flex: 0 0 1200.001px;
        flex: 0 0 1200.001px;
        max-width: 1200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -450.001px);
        max-width: -moz-calc(50% - -450.001px);
        max-width: calc(50% - -450.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1208.001px;
        -ms-flex: 0 0 1208.001px;
        flex: 0 0 1208.001px;
        max-width: 1208.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -453.001px);
        max-width: -moz-calc(50% - -453.001px);
        max-width: calc(50% - -453.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1098.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1216.001px;
        -ms-flex: 0 0 1216.001px;
        flex: 0 0 1216.001px;
        max-width: 1216.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -456.001px);
        max-width: -moz-calc(50% - -456.001px);
        max-width: calc(50% - -456.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1096.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1224.001px;
        -ms-flex: 0 0 1224.001px;
        flex: 0 0 1224.001px;
        max-width: 1224.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -459.001px);
        max-width: -moz-calc(50% - -459.001px);
        max-width: calc(50% - -459.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1094.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1232.001px;
        -ms-flex: 0 0 1232.001px;
        flex: 0 0 1232.001px;
        max-width: 1232.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -462.001px);
        max-width: -moz-calc(50% - -462.001px);
        max-width: calc(50% - -462.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1092.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -465.001px);
        max-width: -moz-calc(50% - -465.001px);
        max-width: calc(50% - -465.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1090.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1248.001px;
        -ms-flex: 0 0 1248.001px;
        flex: 0 0 1248.001px;
        max-width: 1248.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -468.001px);
        max-width: -moz-calc(50% - -468.001px);
        max-width: calc(50% - -468.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1088.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1256.001px;
        -ms-flex: 0 0 1256.001px;
        flex: 0 0 1256.001px;
        max-width: 1256.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -471.001px);
        max-width: -moz-calc(50% - -471.001px);
        max-width: calc(50% - -471.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1086.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1264.001px;
        -ms-flex: 0 0 1264.001px;
        flex: 0 0 1264.001px;
        max-width: 1264.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -474.001px);
        max-width: -moz-calc(50% - -474.001px);
        max-width: calc(50% - -474.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1084.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1272.001px;
        -ms-flex: 0 0 1272.001px;
        flex: 0 0 1272.001px;
        max-width: 1272.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -477.001px);
        max-width: -moz-calc(50% - -477.001px);
        max-width: calc(50% - -477.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1082.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1280.001px;
        -ms-flex: 0 0 1280.001px;
        flex: 0 0 1280.001px;
        max-width: 1280.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 1080.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -420.001px);
        max-width: -moz-calc(50% - -420.001px);
        max-width: calc(50% - -420.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1120.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -423.001px);
        max-width: -moz-calc(50% - -423.001px);
        max-width: calc(50% - -423.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1118.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -426.001px);
        max-width: -moz-calc(50% - -426.001px);
        max-width: calc(50% - -426.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1116.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -429.001px);
        max-width: -moz-calc(50% - -429.001px);
        max-width: calc(50% - -429.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1114.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -432.001px);
        max-width: -moz-calc(50% - -432.001px);
        max-width: calc(50% - -432.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1112.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -435.001px);
        max-width: -moz-calc(50% - -435.001px);
        max-width: calc(50% - -435.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1110.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -438.001px);
        max-width: -moz-calc(50% - -438.001px);
        max-width: calc(50% - -438.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1108.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -441.001px);
        max-width: -moz-calc(50% - -441.001px);
        max-width: calc(50% - -441.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1106.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -444.001px);
        max-width: -moz-calc(50% - -444.001px);
        max-width: calc(50% - -444.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1104.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -447.001px);
        max-width: -moz-calc(50% - -447.001px);
        max-width: calc(50% - -447.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1102.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -450.001px);
        max-width: -moz-calc(50% - -450.001px);
        max-width: calc(50% - -450.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -456.001px);
        max-width: -moz-calc(50% - -456.001px);
        max-width: calc(50% - -456.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1096.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -462.001px);
        max-width: -moz-calc(50% - -462.001px);
        max-width: calc(50% - -462.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1092.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -468.001px);
        max-width: -moz-calc(50% - -468.001px);
        max-width: calc(50% - -468.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1088.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -474.001px);
        max-width: -moz-calc(50% - -474.001px);
        max-width: calc(50% - -474.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1084.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 1080.001px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1160.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1160.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1166.66767px;
        -ms-flex: 0 0 1166.66767px;
        flex: 0 0 1166.66767px;
        max-width: 1166.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -466.66767px);
        max-width: -moz-calc(50% - -466.66767px);
        max-width: calc(50% - -466.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1166.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1175.001px;
        -ms-flex: 0 0 1175.001px;
        flex: 0 0 1175.001px;
        max-width: 1175.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -470.001px);
        max-width: -moz-calc(50% - -470.001px);
        max-width: calc(50% - -470.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1165.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1183.33433px;
        -ms-flex: 0 0 1183.33433px;
        flex: 0 0 1183.33433px;
        max-width: 1183.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -473.33433px);
        max-width: -moz-calc(50% - -473.33433px);
        max-width: calc(50% - -473.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1163.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1191.66767px;
        -ms-flex: 0 0 1191.66767px;
        flex: 0 0 1191.66767px;
        max-width: 1191.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -476.66767px);
        max-width: -moz-calc(50% - -476.66767px);
        max-width: calc(50% - -476.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1161.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1200.001px;
        -ms-flex: 0 0 1200.001px;
        flex: 0 0 1200.001px;
        max-width: 1200.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1160.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1208.33433px;
        -ms-flex: 0 0 1208.33433px;
        flex: 0 0 1208.33433px;
        max-width: 1208.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -483.33433px);
        max-width: -moz-calc(50% - -483.33433px);
        max-width: calc(50% - -483.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1158.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1216.66767px;
        -ms-flex: 0 0 1216.66767px;
        flex: 0 0 1216.66767px;
        max-width: 1216.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -486.66767px);
        max-width: -moz-calc(50% - -486.66767px);
        max-width: calc(50% - -486.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1156.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1225.001px;
        -ms-flex: 0 0 1225.001px;
        flex: 0 0 1225.001px;
        max-width: 1225.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -490.001px);
        max-width: -moz-calc(50% - -490.001px);
        max-width: calc(50% - -490.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1155.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1233.33433px;
        -ms-flex: 0 0 1233.33433px;
        flex: 0 0 1233.33433px;
        max-width: 1233.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -493.33433px);
        max-width: -moz-calc(50% - -493.33433px);
        max-width: calc(50% - -493.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1153.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1241.66767px;
        -ms-flex: 0 0 1241.66767px;
        flex: 0 0 1241.66767px;
        max-width: 1241.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -496.66767px);
        max-width: -moz-calc(50% - -496.66767px);
        max-width: calc(50% - -496.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1151.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1250.001px;
        -ms-flex: 0 0 1250.001px;
        flex: 0 0 1250.001px;
        max-width: 1250.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -500.001px);
        max-width: -moz-calc(50% - -500.001px);
        max-width: calc(50% - -500.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1150.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1258.33433px;
        -ms-flex: 0 0 1258.33433px;
        flex: 0 0 1258.33433px;
        max-width: 1258.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -503.33433px);
        max-width: -moz-calc(50% - -503.33433px);
        max-width: calc(50% - -503.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1148.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1266.66767px;
        -ms-flex: 0 0 1266.66767px;
        flex: 0 0 1266.66767px;
        max-width: 1266.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -506.66767px);
        max-width: -moz-calc(50% - -506.66767px);
        max-width: calc(50% - -506.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1146.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1275.001px;
        -ms-flex: 0 0 1275.001px;
        flex: 0 0 1275.001px;
        max-width: 1275.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -510.001px);
        max-width: -moz-calc(50% - -510.001px);
        max-width: calc(50% - -510.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1145.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1283.33433px;
        -ms-flex: 0 0 1283.33433px;
        flex: 0 0 1283.33433px;
        max-width: 1283.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -513.33433px);
        max-width: -moz-calc(50% - -513.33433px);
        max-width: calc(50% - -513.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1143.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1291.66767px;
        -ms-flex: 0 0 1291.66767px;
        flex: 0 0 1291.66767px;
        max-width: 1291.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -516.66767px);
        max-width: -moz-calc(50% - -516.66767px);
        max-width: calc(50% - -516.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1141.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1300.001px;
        -ms-flex: 0 0 1300.001px;
        flex: 0 0 1300.001px;
        max-width: 1300.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -520.001px);
        max-width: -moz-calc(50% - -520.001px);
        max-width: calc(50% - -520.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1140.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1308.33433px;
        -ms-flex: 0 0 1308.33433px;
        flex: 0 0 1308.33433px;
        max-width: 1308.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -523.33433px);
        max-width: -moz-calc(50% - -523.33433px);
        max-width: calc(50% - -523.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1138.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1316.66767px;
        -ms-flex: 0 0 1316.66767px;
        flex: 0 0 1316.66767px;
        max-width: 1316.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -526.66767px);
        max-width: -moz-calc(50% - -526.66767px);
        max-width: calc(50% - -526.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1136.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1325.001px;
        -ms-flex: 0 0 1325.001px;
        flex: 0 0 1325.001px;
        max-width: 1325.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -530.001px);
        max-width: -moz-calc(50% - -530.001px);
        max-width: calc(50% - -530.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1135.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1333.33433px;
        -ms-flex: 0 0 1333.33433px;
        flex: 0 0 1333.33433px;
        max-width: 1333.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child {
        max-width: -webkit-calc(50% - -533.33433px);
        max-width: -moz-calc(50% - -533.33433px);
        max-width: calc(50% - -533.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1133.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -466.66767px);
        max-width: -moz-calc(50% - -466.66767px);
        max-width: calc(50% - -466.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1166.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -470.001px);
        max-width: -moz-calc(50% - -470.001px);
        max-width: calc(50% - -470.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1165.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -473.33433px);
        max-width: -moz-calc(50% - -473.33433px);
        max-width: calc(50% - -473.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1163.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -476.66767px);
        max-width: -moz-calc(50% - -476.66767px);
        max-width: calc(50% - -476.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1161.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -480.001px);
        max-width: -moz-calc(50% - -480.001px);
        max-width: calc(50% - -480.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1160.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -483.33433px);
        max-width: -moz-calc(50% - -483.33433px);
        max-width: calc(50% - -483.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1158.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -486.66767px);
        max-width: -moz-calc(50% - -486.66767px);
        max-width: calc(50% - -486.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1156.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -490.001px);
        max-width: -moz-calc(50% - -490.001px);
        max-width: calc(50% - -490.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1155.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -493.33433px);
        max-width: -moz-calc(50% - -493.33433px);
        max-width: calc(50% - -493.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1153.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -496.66767px);
        max-width: -moz-calc(50% - -496.66767px);
        max-width: calc(50% - -496.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1151.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -500.001px);
        max-width: -moz-calc(50% - -500.001px);
        max-width: calc(50% - -500.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -506.66767px);
        max-width: -moz-calc(50% - -506.66767px);
        max-width: calc(50% - -506.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1146.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -513.33433px);
        max-width: -moz-calc(50% - -513.33433px);
        max-width: calc(50% - -513.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1143.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -520.001px);
        max-width: -moz-calc(50% - -520.001px);
        max-width: calc(50% - -520.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1140.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -526.66767px);
        max-width: -moz-calc(50% - -526.66767px);
        max-width: calc(50% - -526.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1136.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child {
        max-width: -webkit-calc(50% - -533.33433px);
        max-width: -moz-calc(50% - -533.33433px);
        max-width: calc(50% - -533.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1133.33433px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1280.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1280.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1283.33433px;
        -ms-flex: 0 0 1283.33433px;
        flex: 0 0 1283.33433px;
        max-width: 1283.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -583.33433px);
        max-width: -moz-calc(50% - -583.33433px);
        max-width: calc(50% - -583.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1283.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1292.501px;
        -ms-flex: 0 0 1292.501px;
        flex: 0 0 1292.501px;
        max-width: 1292.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -587.501px);
        max-width: -moz-calc(50% - -587.501px);
        max-width: calc(50% - -587.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1282.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1301.66767px;
        -ms-flex: 0 0 1301.66767px;
        flex: 0 0 1301.66767px;
        max-width: 1301.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -591.66767px);
        max-width: -moz-calc(50% - -591.66767px);
        max-width: calc(50% - -591.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1281.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1310.83433px;
        -ms-flex: 0 0 1310.83433px;
        flex: 0 0 1310.83433px;
        max-width: 1310.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -595.83433px);
        max-width: -moz-calc(50% - -595.83433px);
        max-width: calc(50% - -595.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1280.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1320.001px;
        -ms-flex: 0 0 1320.001px;
        flex: 0 0 1320.001px;
        max-width: 1320.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1280.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1329.16767px;
        -ms-flex: 0 0 1329.16767px;
        flex: 0 0 1329.16767px;
        max-width: 1329.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -604.16767px);
        max-width: -moz-calc(50% - -604.16767px);
        max-width: calc(50% - -604.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1279.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1338.33433px;
        -ms-flex: 0 0 1338.33433px;
        flex: 0 0 1338.33433px;
        max-width: 1338.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -608.33433px);
        max-width: -moz-calc(50% - -608.33433px);
        max-width: calc(50% - -608.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1278.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1347.501px;
        -ms-flex: 0 0 1347.501px;
        flex: 0 0 1347.501px;
        max-width: 1347.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -612.501px);
        max-width: -moz-calc(50% - -612.501px);
        max-width: calc(50% - -612.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1277.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1356.66767px;
        -ms-flex: 0 0 1356.66767px;
        flex: 0 0 1356.66767px;
        max-width: 1356.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -616.66767px);
        max-width: -moz-calc(50% - -616.66767px);
        max-width: calc(50% - -616.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1276.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1365.83433px;
        -ms-flex: 0 0 1365.83433px;
        flex: 0 0 1365.83433px;
        max-width: 1365.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -620.83433px);
        max-width: -moz-calc(50% - -620.83433px);
        max-width: calc(50% - -620.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1275.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1375.001px;
        -ms-flex: 0 0 1375.001px;
        flex: 0 0 1375.001px;
        max-width: 1375.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -625.001px);
        max-width: -moz-calc(50% - -625.001px);
        max-width: calc(50% - -625.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1275.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1384.16767px;
        -ms-flex: 0 0 1384.16767px;
        flex: 0 0 1384.16767px;
        max-width: 1384.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -629.16767px);
        max-width: -moz-calc(50% - -629.16767px);
        max-width: calc(50% - -629.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1274.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1393.33433px;
        -ms-flex: 0 0 1393.33433px;
        flex: 0 0 1393.33433px;
        max-width: 1393.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -633.33433px);
        max-width: -moz-calc(50% - -633.33433px);
        max-width: calc(50% - -633.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1273.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1402.501px;
        -ms-flex: 0 0 1402.501px;
        flex: 0 0 1402.501px;
        max-width: 1402.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -637.501px);
        max-width: -moz-calc(50% - -637.501px);
        max-width: calc(50% - -637.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1272.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1411.66767px;
        -ms-flex: 0 0 1411.66767px;
        flex: 0 0 1411.66767px;
        max-width: 1411.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -641.66767px);
        max-width: -moz-calc(50% - -641.66767px);
        max-width: calc(50% - -641.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1271.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1420.83433px;
        -ms-flex: 0 0 1420.83433px;
        flex: 0 0 1420.83433px;
        max-width: 1420.83433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -645.83433px);
        max-width: -moz-calc(50% - -645.83433px);
        max-width: calc(50% - -645.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1270.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1430.001px;
        -ms-flex: 0 0 1430.001px;
        flex: 0 0 1430.001px;
        max-width: 1430.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -650.001px);
        max-width: -moz-calc(50% - -650.001px);
        max-width: calc(50% - -650.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1270.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1439.16767px;
        -ms-flex: 0 0 1439.16767px;
        flex: 0 0 1439.16767px;
        max-width: 1439.16767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -654.16767px);
        max-width: -moz-calc(50% - -654.16767px);
        max-width: calc(50% - -654.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1269.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1448.33433px;
        -ms-flex: 0 0 1448.33433px;
        flex: 0 0 1448.33433px;
        max-width: 1448.33433px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -658.33433px);
        max-width: -moz-calc(50% - -658.33433px);
        max-width: calc(50% - -658.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1268.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1457.501px;
        -ms-flex: 0 0 1457.501px;
        flex: 0 0 1457.501px;
        max-width: 1457.501px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -662.501px);
        max-width: -moz-calc(50% - -662.501px);
        max-width: calc(50% - -662.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1267.501px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1466.66767px;
        -ms-flex: 0 0 1466.66767px;
        flex: 0 0 1466.66767px;
        max-width: 1466.66767px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child {
        max-width: -webkit-calc(50% - -666.66767px);
        max-width: -moz-calc(50% - -666.66767px);
        max-width: calc(50% - -666.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1266.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -583.33433px);
        max-width: -moz-calc(50% - -583.33433px);
        max-width: calc(50% - -583.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1283.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -587.501px);
        max-width: -moz-calc(50% - -587.501px);
        max-width: calc(50% - -587.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1282.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -591.66767px);
        max-width: -moz-calc(50% - -591.66767px);
        max-width: calc(50% - -591.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1281.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -595.83433px);
        max-width: -moz-calc(50% - -595.83433px);
        max-width: calc(50% - -595.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1280.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -600.001px);
        max-width: -moz-calc(50% - -600.001px);
        max-width: calc(50% - -600.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1280.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -604.16767px);
        max-width: -moz-calc(50% - -604.16767px);
        max-width: calc(50% - -604.16767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1279.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -608.33433px);
        max-width: -moz-calc(50% - -608.33433px);
        max-width: calc(50% - -608.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1278.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -612.501px);
        max-width: -moz-calc(50% - -612.501px);
        max-width: calc(50% - -612.501px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1277.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -616.66767px);
        max-width: -moz-calc(50% - -616.66767px);
        max-width: calc(50% - -616.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1276.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -620.83433px);
        max-width: -moz-calc(50% - -620.83433px);
        max-width: calc(50% - -620.83433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1275.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -625.001px);
        max-width: -moz-calc(50% - -625.001px);
        max-width: calc(50% - -625.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1275.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -633.33433px);
        max-width: -moz-calc(50% - -633.33433px);
        max-width: calc(50% - -633.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1273.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -641.66767px);
        max-width: -moz-calc(50% - -641.66767px);
        max-width: calc(50% - -641.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1271.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -650.001px);
        max-width: -moz-calc(50% - -650.001px);
        max-width: calc(50% - -650.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1270.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -658.33433px);
        max-width: -moz-calc(50% - -658.33433px);
        max-width: calc(50% - -658.33433px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1268.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child {
        max-width: -webkit-calc(50% - -666.66767px);
        max-width: -moz-calc(50% - -666.66767px);
        max-width: calc(50% - -666.66767px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1266.66767px;
    }

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

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -720.001px);
        max-width: -moz-calc(50% - -720.001px);
        max-width: calc(50% - -720.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -720.001px);
        max-width: -moz-calc(50% - -720.001px);
        max-width: calc(50% - -720.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1400.001px;
        -ms-flex: 0 0 1400.001px;
        flex: 0 0 1400.001px;
        max-width: 1400.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -700.001px);
        max-width: -moz-calc(50% - -700.001px);
        max-width: calc(50% - -700.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1410.001px;
        -ms-flex: 0 0 1410.001px;
        flex: 0 0 1410.001px;
        max-width: 1410.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -705.001px);
        max-width: -moz-calc(50% - -705.001px);
        max-width: calc(50% - -705.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1420.001px;
        -ms-flex: 0 0 1420.001px;
        flex: 0 0 1420.001px;
        max-width: 1420.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -710.001px);
        max-width: -moz-calc(50% - -710.001px);
        max-width: calc(50% - -710.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1430.001px;
        -ms-flex: 0 0 1430.001px;
        flex: 0 0 1430.001px;
        max-width: 1430.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -715.001px);
        max-width: -moz-calc(50% - -715.001px);
        max-width: calc(50% - -715.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1440.001px;
        -ms-flex: 0 0 1440.001px;
        flex: 0 0 1440.001px;
        max-width: 1440.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -720.001px);
        max-width: -moz-calc(50% - -720.001px);
        max-width: calc(50% - -720.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1450.001px;
        -ms-flex: 0 0 1450.001px;
        flex: 0 0 1450.001px;
        max-width: 1450.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -725.001px);
        max-width: -moz-calc(50% - -725.001px);
        max-width: calc(50% - -725.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1460.001px;
        -ms-flex: 0 0 1460.001px;
        flex: 0 0 1460.001px;
        max-width: 1460.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -730.001px);
        max-width: -moz-calc(50% - -730.001px);
        max-width: calc(50% - -730.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1470.001px;
        -ms-flex: 0 0 1470.001px;
        flex: 0 0 1470.001px;
        max-width: 1470.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -735.001px);
        max-width: -moz-calc(50% - -735.001px);
        max-width: calc(50% - -735.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1480.001px;
        -ms-flex: 0 0 1480.001px;
        flex: 0 0 1480.001px;
        max-width: 1480.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -740.001px);
        max-width: -moz-calc(50% - -740.001px);
        max-width: calc(50% - -740.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1490.001px;
        -ms-flex: 0 0 1490.001px;
        flex: 0 0 1490.001px;
        max-width: 1490.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -745.001px);
        max-width: -moz-calc(50% - -745.001px);
        max-width: calc(50% - -745.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1500.001px;
        -ms-flex: 0 0 1500.001px;
        flex: 0 0 1500.001px;
        max-width: 1500.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -750.001px);
        max-width: -moz-calc(50% - -750.001px);
        max-width: calc(50% - -750.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1510.001px;
        -ms-flex: 0 0 1510.001px;
        flex: 0 0 1510.001px;
        max-width: 1510.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -755.001px);
        max-width: -moz-calc(50% - -755.001px);
        max-width: calc(50% - -755.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_55 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1520.001px;
        -ms-flex: 0 0 1520.001px;
        flex: 0 0 1520.001px;
        max-width: 1520.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -760.001px);
        max-width: -moz-calc(50% - -760.001px);
        max-width: calc(50% - -760.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1530.001px;
        -ms-flex: 0 0 1530.001px;
        flex: 0 0 1530.001px;
        max-width: 1530.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -765.001px);
        max-width: -moz-calc(50% - -765.001px);
        max-width: calc(50% - -765.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_65 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1540.001px;
        -ms-flex: 0 0 1540.001px;
        flex: 0 0 1540.001px;
        max-width: 1540.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -770.001px);
        max-width: -moz-calc(50% - -770.001px);
        max-width: calc(50% - -770.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1550.001px;
        -ms-flex: 0 0 1550.001px;
        flex: 0 0 1550.001px;
        max-width: 1550.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -775.001px);
        max-width: -moz-calc(50% - -775.001px);
        max-width: calc(50% - -775.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_75 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1560.001px;
        -ms-flex: 0 0 1560.001px;
        flex: 0 0 1560.001px;
        max-width: 1560.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -780.001px);
        max-width: -moz-calc(50% - -780.001px);
        max-width: calc(50% - -780.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1570.001px;
        -ms-flex: 0 0 1570.001px;
        flex: 0 0 1570.001px;
        max-width: 1570.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -785.001px);
        max-width: -moz-calc(50% - -785.001px);
        max-width: calc(50% - -785.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_85 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1580.001px;
        -ms-flex: 0 0 1580.001px;
        flex: 0 0 1580.001px;
        max-width: 1580.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -790.001px);
        max-width: -moz-calc(50% - -790.001px);
        max-width: calc(50% - -790.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1590.001px;
        -ms-flex: 0 0 1590.001px;
        flex: 0 0 1590.001px;
        max-width: 1590.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -795.001px);
        max-width: -moz-calc(50% - -795.001px);
        max-width: calc(50% - -795.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_95 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1600.001px;
        -ms-flex: 0 0 1600.001px;
        flex: 0 0 1600.001px;
        max-width: 1600.001px;
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child {
        max-width: -webkit-calc(50% - -800.001px);
        max-width: -moz-calc(50% - -800.001px);
        max-width: calc(50% - -800.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_left:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -700.001px);
        max-width: -moz-calc(50% - -700.001px);
        max-width: calc(50% - -700.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_0 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -705.001px);
        max-width: -moz-calc(50% - -705.001px);
        max-width: calc(50% - -705.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_5 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -710.001px);
        max-width: -moz-calc(50% - -710.001px);
        max-width: calc(50% - -710.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_10 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -715.001px);
        max-width: -moz-calc(50% - -715.001px);
        max-width: calc(50% - -715.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_15 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -720.001px);
        max-width: -moz-calc(50% - -720.001px);
        max-width: calc(50% - -720.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_20 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -725.001px);
        max-width: -moz-calc(50% - -725.001px);
        max-width: calc(50% - -725.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_25 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -730.001px);
        max-width: -moz-calc(50% - -730.001px);
        max-width: calc(50% - -730.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_30 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -735.001px);
        max-width: -moz-calc(50% - -735.001px);
        max-width: calc(50% - -735.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_35 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -740.001px);
        max-width: -moz-calc(50% - -740.001px);
        max-width: calc(50% - -740.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_40 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -745.001px);
        max-width: -moz-calc(50% - -745.001px);
        max-width: calc(50% - -745.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_45 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -750.001px);
        max-width: -moz-calc(50% - -750.001px);
        max-width: calc(50% - -750.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_50 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -760.001px);
        max-width: -moz-calc(50% - -760.001px);
        max-width: calc(50% - -760.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_60 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -770.001px);
        max-width: -moz-calc(50% - -770.001px);
        max-width: calc(50% - -770.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_70 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -780.001px);
        max-width: -moz-calc(50% - -780.001px);
        max-width: calc(50% - -780.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_80 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -790.001px);
        max-width: -moz-calc(50% - -790.001px);
        max-width: calc(50% - -790.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_90 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right.bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child {
        max-width: -webkit-calc(50% - -800.001px);
        max-width: -moz-calc(50% - -800.001px);
        max-width: calc(50% - -800.001px);
    }

    .bt_bb_section .bt_bb_row.bt_bb_row_width_boxed_1400.bt_bb_row_push_right:not(.bt_bb_content_wide).bt_bb_column_gap_100 .bt_bb_row_holder .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1400.001px;
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row_holder .bt_bb_column.bt_bb_order_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

@media (min-width: 1201px) and (max-width: 1400px) {

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_-1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_0,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_lg_5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_lg_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_-1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_0,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_md_5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_md_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (min-width: 481px) and (max-width: 768px) {

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_-1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_0,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_sm_5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_sm_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (max-width: 480px) {

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_-1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_0,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_1,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_2,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_3,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_4,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .bt_bb_row_holder .bt_bb_column_inner.bt_bb_order_xs_5,
    .bt_bb_row_holder .bt_bb_column.bt_bb_order_xs_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

.bt_bb_icon {
    display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0 auto;
    padding: 0 .25em;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
}

.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
}

.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
    font-weight: normal;
}

.bt_bb_icon .bt_bb_icon_holder:before {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder>span {
    font-size: .875em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder>span {
    font-size: .875em;
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder>span {
    font-size: 1em;
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder>span {
    font-size: 1.4em;
}

.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder>span {
    font-size: 1.6em;
}

.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
}

.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: .5em;
}

.rtl .bt_bb_icon .bt_bb_icon_holder span {
    float: right;
    padding-left: 0;
    padding-right: .5em;
}

.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
}

.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
}

.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
}

.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    color: var(--primary-color, black);
    line-height: 0;
}

.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color, black) inset;
    box-shadow: 0 0 0 1em var(--primary-color, black) inset;
    color: var(--secondary-color, white);
}

.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color, black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color, black) inset;
    color: var(--primary-color, white);
}

.bt_bb_icon.bt_bb_style_filled:hover a.bt_bb_icon_holder:before {
    background-color: var(--primary-color, transparent);
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color, black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color, black) inset;
    color: var(--secondary-color, black);
}

.bt_bb_icon.bt_bb_style_borderless .bt_bb_icon_holder:before {
    color: var(--primary-color);
}

.bt_bb_icon.bt_bb_style_borderless:hover a.bt_bb_icon_holder:before {
    color: var(--secondary-color);
}

.bt_bb_icon:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
}

.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
}

.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
}

.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
}

.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
}

.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
}

.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
}

.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
}

.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
}

.bt_bb_button a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rtl .bt_bb_button a {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
}

.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
}

.bt_bb_size_small.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.406em;
}

.bt_bb_size_medium.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
}

.bt_bb_size_normal.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.5em;
}

.bt_bb_size_large.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 1.458em;
}

.bt_bb_button .bt_bb_icon_holder {
    display: block;
}

.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .5em;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .5em;
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bt_bb_font_weight_normal.bt_bb_button .bt_bb_button_text {
    font-weight: normal;
}

.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: bold;
}

.bt_bb_font_weight_bolder.bt_bb_button .bt_bb_button_text {
    font-weight: bolder;
}

.bt_bb_font_weight_lighter.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
}

.bt_bb_font_weight_light.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
}

.bt_bb_font_weight_thin.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
}

.bt_bb_font_weight_100.bt_bb_button .bt_bb_button_text {
    font-weight: 100;
}

.bt_bb_font_weight_200.bt_bb_button .bt_bb_button_text {
    font-weight: 200;
}

.bt_bb_font_weight_300.bt_bb_button .bt_bb_button_text {
    font-weight: 300;
}

.bt_bb_font_weight_400.bt_bb_button .bt_bb_button_text {
    font-weight: 400;
}

.bt_bb_font_weight_500.bt_bb_button .bt_bb_button_text {
    font-weight: 500;
}

.bt_bb_font_weight_600.bt_bb_button .bt_bb_button_text {
    font-weight: 600;
}

.bt_bb_font_weight_700.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
}

.bt_bb_font_weight_800.bt_bb_button .bt_bb_button_text {
    font-weight: 800;
}

.bt_bb_font_weight_900.bt_bb_button .bt_bb_button_text {
    font-weight: 900;
}

.bt_bb_text_transform_.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
}

.bt_bb_text_transform_inherit.bt_bb_button .bt_bb_button_text {
    text-transform: inherit;
}

.bt_bb_text_transform_none.bt_bb_button .bt_bb_button_text {
    text-transform: none;
}

.bt_bb_text_transform_uppercase.bt_bb_button .bt_bb_button_text {
    text-transform: uppercase;
}

.bt_bb_text_transform_capitalize.bt_bb_button .bt_bb_button_text {
    text-transform: capitalize;
}

.bt_bb_text_transform_lowercase.bt_bb_button .bt_bb_button_text {
    text-transform: lowercase;
}

.bt_bb_button.bt_bb_style_outline a {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    color: var(--primary-color, black);
    background-color: transparent;
}

.bt_bb_button.bt_bb_style_outline a:hover {
    -webkit-box-shadow: 0 0 0 3em var(--primary-color, black) inset;
    box-shadow: 0 0 0 3em var(--primary-color, black) inset;
    color: var(--secondary-color, white);
}

.bt_bb_button.bt_bb_style_filled a {
    -webkit-box-shadow: 0 0 0 3em var(--secondary-color, white) inset;
    box-shadow: 0 0 0 3em var(--secondary-color, white) inset;
    color: var(--primary-color, black);
}

.bt_bb_button.bt_bb_style_filled a:hover {
    -webkit-box-shadow: 0 0 0 0 var(--secondary-color, white) inset;
    box-shadow: 0 0 0 0 var(--secondary-color, white) inset;
    background-color: var(--primary-color, black);
    color: var(--secondary-color, white);
}

.bt_bb_button.bt_bb_style_clean a {
    color: var(--primary-color, black);
}

.bt_bb_button.bt_bb_style_clean a:hover {
    color: var(--secondary-color);
}

.bt_bb_button:not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
}

/* Gutemberg separator fix */
html .bt_bb_wrapper .bt_bb_separator:where([style*=border-width]) {
    border-top-style: inherit;
    border-left-style: inherit;
    border-right-style: inherit;
}

html .bt_bb_wrapper .bt_bb_separator_v2:where([style*=border-width]) {
    border-style: inherit;
}

/* Legacy separator */
.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
}

.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.bt_bb_separator:before {
    top: 0;
    bottom: 0;
}

.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
}

.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
}

.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
}

body.logged-in.bt_bb_plugin_active:not(.bt_bb_fe_preview_toggle):not(.bt_bb_fe_preview_toggle) .bt_bb_separator:not(.btWithText):not(.bt_bb_fe_editing) .bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -.5em;
}

.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -1em;
}

.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -2em;
}

.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -4em;
}

.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -8em;
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -16em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -.5em;
}

.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_small.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -1em;
}

.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_normal.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -2em;
}

.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_medium.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -4em;
}

.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -8em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_extra_large.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -16em;
}

.bt_bb_separator.bt_bb_bottom_spacing_0 {
    margin-bottom: 0;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -0px;
}

.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_0.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -0px;
}

.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -5px;
}

.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_5.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -5px;
}

.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -10px;
}

.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_10.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -10px;
}

.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -15px;
}

.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_15.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -15px;
}

.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -20px;
}

.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_20.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -20px;
}

.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -25px;
}

.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_25.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -25px;
}

.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -30px;
}

.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_30.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -30px;
}

.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -35px;
}

.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_35.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -35px;
}

.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -40px;
}

.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_40.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -40px;
}

.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -45px;
}

.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_45.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -45px;
}

.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -50px;
}

.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_50.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -50px;
}

.bt_bb_separator.bt_bb_bottom_spacing_55 {
    margin-bottom: 55px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -55px;
}

.bt_bb_separator.bt_bb_top_spacing_55 {
    margin-top: 55px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_55.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -55px;
}

.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -60px;
}

.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_60.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -60px;
}

.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -65px;
}

.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_65.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -65px;
}

.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -70px;
}

.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_70.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -70px;
}

.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -75px;
}

.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_75.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -75px;
}

.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -80px;
}

.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_80.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -80px;
}

.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -85px;
}

.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_85.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -85px;
}

.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -90px;
}

.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_90.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -90px;
}

.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -95px;
}

.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_95.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -95px;
}

.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_bottom_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-bottom: -100px;
}

.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
}

body:not(.bt_bb_fe_preview_toggle) .bt_bb_separator.bt_bb_top_spacing_100.bt_bb_fe_edit template.bt_bb_fe_before {
    margin-top: -100px;
}

/* New separator */
.bt_bb_separator_v2 {
    line-height: 0;
    clear: both;
    border-bottom-color: currentColor;
    color: var(--primary-color);
}

.bt_bb_separator_v2:before,
.bt_bb_separator_v2:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.bt_bb_separator_v2 .bt_bb_separator_v2_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em;
}

.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: table;
    width: 100%;
    clear: both;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .3;
}

.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    display: none;
}

.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_solid.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: solid;
}

.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dotted.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dotted;
}

.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_border_style_dashed.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-style: dashed;
}

.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25em;
    line-height: 0;
    height: 0;
}

.bt_bb_separator_v2_without_content.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content {
    display: none;
}

.bt_bb_icon_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: .75em;
}

.bt_bb_icon_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1em;
}

.bt_bb_icon_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 1.5em;
}

.bt_bb_icon_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 2em;
}

.bt_bb_icon_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_icon_holder {
    font-size: 3em;
}

.bt_bb_text_size_xsmall.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: .75em;
}

.bt_bb_text_size_small.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1em;
}

.bt_bb_text_size_normal.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.25em;
}

.bt_bb_text_size_large.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.5em;
}

.bt_bb_text_size_xlarge.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_content .bt_bb_separator_v2_inner_text {
    font-size: 1.75em;
}

.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_1 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 1px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 2px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_3 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 3px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_4 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 4px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_5 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 5px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_6 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 6px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_7 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 7px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_8 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 8px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_9 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 9px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_10 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 10px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_11 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 11px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_12 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 12px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_13 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 13px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_14 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 14px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_15 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 15px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_16 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 16px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_17 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 17px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_18 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 18px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_19 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 19px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_20 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 20px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_25 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 25px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_30 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 30px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_35 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 35px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_40 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 40px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_45 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 45px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_50 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 50px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_55 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 55px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_60 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 60px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_65 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 65px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_70 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 70px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_75 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 75px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_80 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 80px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_85 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 85px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_90 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 90px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_95 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 95px;
}

.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2.bt_bb_border_thickness_100 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-width: 100px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_extra_small {
    padding-top: .5em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_small {
    padding-top: 1em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_normal {
    padding-top: 2em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_medium {
    padding-top: 4em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_large {
    padding-top: 8em;
}

.bt_bb_separator_v2.bt_bb_top_spacing_extra_large {
    padding-top: 16em;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_0 {
    padding-bottom: 0;
}

.bt_bb_separator_v2.bt_bb_top_spacing_0 {
    padding-top: 0;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_5 {
    padding-bottom: 5px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_5 {
    padding-top: 5px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_10 {
    padding-bottom: 10px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_10 {
    padding-top: 10px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_15 {
    padding-bottom: 15px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_15 {
    padding-top: 15px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_20 {
    padding-bottom: 20px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_20 {
    padding-top: 20px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_25 {
    padding-bottom: 25px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_25 {
    padding-top: 25px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_30 {
    padding-bottom: 30px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_30 {
    padding-top: 30px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_35 {
    padding-bottom: 35px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_35 {
    padding-top: 35px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_40 {
    padding-bottom: 40px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_40 {
    padding-top: 40px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_45 {
    padding-bottom: 45px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_45 {
    padding-top: 45px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_50 {
    padding-bottom: 50px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_50 {
    padding-top: 50px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_55 {
    padding-bottom: 55px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_55 {
    padding-top: 55px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_60 {
    padding-bottom: 60px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_60 {
    padding-top: 60px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_65 {
    padding-bottom: 65px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_65 {
    padding-top: 65px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_70 {
    padding-bottom: 70px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_70 {
    padding-top: 70px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_75 {
    padding-bottom: 75px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_75 {
    padding-top: 75px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_80 {
    padding-bottom: 80px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_80 {
    padding-top: 80px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_85 {
    padding-bottom: 85px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_85 {
    padding-top: 85px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_90 {
    padding-bottom: 90px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_90 {
    padding-top: 90px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_95 {
    padding-bottom: 95px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_95 {
    padding-top: 95px;
}

.bt_bb_separator_v2.bt_bb_bottom_spacing_100 {
    padding-bottom: 100px;
}

.bt_bb_separator_v2.bt_bb_top_spacing_100 {
    padding-top: 100px;
}

.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_before,
.bt_bb_separator_v2 .bt_bb_separator_v2_inner .bt_bb_separator_v2_inner_after {
    border-bottom-color: var(--secondary-color);
}

.bt_bb_headline {
    color: var(--primary-color);
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
}

.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    overflow-wrap: inherit;
}

.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
}

.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.5rem;
}

.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 2rem;
}

.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.5rem;
}

.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
}

.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
}

.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5rem;
}

.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: normal;
}

.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: bold;
}

.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: bolder;
}

.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 300;
}

.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 200;
}

.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
    font-weight: 100;
}

.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6 {
    font-weight: 100;
}

.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6 {
    font-weight: 200;
}

.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6 {
    font-weight: 300;
}

.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6 {
    font-weight: 400;
}

.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6 {
    font-weight: 500;
}

.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6 {
    font-weight: 600;
}

.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6 {
    font-weight: 700;
}

.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6 {
    font-weight: 800;
}

.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6 {
    font-weight: 900;
}

.bt_bb_text_transform_uppercase.bt_bb_headline h1,
.bt_bb_text_transform_uppercase.bt_bb_headline h2,
.bt_bb_text_transform_uppercase.bt_bb_headline h3,
.bt_bb_text_transform_uppercase.bt_bb_headline h4,
.bt_bb_text_transform_uppercase.bt_bb_headline h5,
.bt_bb_text_transform_uppercase.bt_bb_headline h6 {
    text-transform: uppercase;
}

.bt_bb_text_transform_lowercase.bt_bb_headline h1,
.bt_bb_text_transform_lowercase.bt_bb_headline h2,
.bt_bb_text_transform_lowercase.bt_bb_headline h3,
.bt_bb_text_transform_lowercase.bt_bb_headline h4,
.bt_bb_text_transform_lowercase.bt_bb_headline h5,
.bt_bb_text_transform_lowercase.bt_bb_headline h6 {
    text-transform: lowercase;
}

.bt_bb_text_transform_capitalize.bt_bb_headline h1,
.bt_bb_text_transform_capitalize.bt_bb_headline h2,
.bt_bb_text_transform_capitalize.bt_bb_headline h3,
.bt_bb_text_transform_capitalize.bt_bb_headline h4,
.bt_bb_text_transform_capitalize.bt_bb_headline h5,
.bt_bb_text_transform_capitalize.bt_bb_headline h6 {
    text-transform: capitalize;
}

.bt_bb_text_transform_initial.bt_bb_headline h1,
.bt_bb_text_transform_initial.bt_bb_headline h2,
.bt_bb_text_transform_initial.bt_bb_headline h3,
.bt_bb_text_transform_initial.bt_bb_headline h4,
.bt_bb_text_transform_initial.bt_bb_headline h5,
.bt_bb_text_transform_initial.bt_bb_headline h6 {
    text-transform: initial;
}

.bt_bb_text_transform_inherit.bt_bb_headline h1,
.bt_bb_text_transform_inherit.bt_bb_headline h2,
.bt_bb_text_transform_inherit.bt_bb_headline h3,
.bt_bb_text_transform_inherit.bt_bb_headline h4,
.bt_bb_text_transform_inherit.bt_bb_headline h5,
.bt_bb_text_transform_inherit.bt_bb_headline h6 {
    text-transform: inherit;
}

.bt_bb_text_transform_none.bt_bb_headline h1,
.bt_bb_text_transform_none.bt_bb_headline h2,
.bt_bb_text_transform_none.bt_bb_headline h3,
.bt_bb_text_transform_none.bt_bb_headline h4,
.bt_bb_text_transform_none.bt_bb_headline h5,
.bt_bb_text_transform_none.bt_bb_headline h6 {
    text-transform: none;
}

.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
}

.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-right: auto;
    margin-left: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    margin-left: auto;
    margin-right: 0;
}

.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-right: auto;
    margin-left: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: 0;
}

.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_headline .bt_bb_headline_content span {
    display: block;
}

.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
}

.bt_bb_superheadline_outside.bt_bb_headline .bt_bb_headline_superheadline,
.bt_bb_headline_superheadline_outside .bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
}

.bt_bb_superheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: normal;
}

.bt_bb_superheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bold;
}

.bt_bb_superheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: bolder;
}

.bt_bb_superheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
}

.bt_bb_superheadline_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
}

.bt_bb_superheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
}

.bt_bb_superheadline_font_weight_100.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
}

.bt_bb_superheadline_font_weight_200.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
}

.bt_bb_superheadline_font_weight_300.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
}

.bt_bb_superheadline_font_weight_400.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
}

.bt_bb_superheadline_font_weight_500.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
}

.bt_bb_superheadline_font_weight_600.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
}

.bt_bb_superheadline_font_weight_700.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
}

.bt_bb_superheadline_font_weight_800.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
}

.bt_bb_superheadline_font_weight_900.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
}

.bt_bb_superheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: uppercase;
}

.bt_bb_superheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: lowercase;
}

.bt_bb_superheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: capitalize;
}

.bt_bb_superheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: initial;
}

.bt_bb_superheadline_text_transform_inherit.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: inherit;
}

.bt_bb_superheadline_text_transform_none.bt_bb_headline .bt_bb_headline_superheadline {
    text-transform: none;
}

.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
}

.bt_bb_subheadline_font_weight_normal.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: normal;
}

.bt_bb_subheadline_font_weight_bold.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bold;
}

.bt_bb_subheadline_font_weight_bolder.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: bolder;
}

.bt_bb_subheadline_font_weight_lighter.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
}

.bt_bb_subheadline_font_weight_light.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
}

.bt_bb_subheadline_font_weight_thin.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
}

.bt_bb_subheadline_font_weight_100.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 100;
}

.bt_bb_subheadline_font_weight_200.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 200;
}

.bt_bb_subheadline_font_weight_300.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 300;
}

.bt_bb_subheadline_font_weight_400.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 400;
}

.bt_bb_subheadline_font_weight_500.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 500;
}

.bt_bb_subheadline_font_weight_600.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 600;
}

.bt_bb_subheadline_font_weight_700.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 700;
}

.bt_bb_subheadline_font_weight_800.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 800;
}

.bt_bb_subheadline_font_weight_900.bt_bb_headline .bt_bb_headline_subheadline {
    font-weight: 900;
}

.bt_bb_subheadline_text_transform_uppercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: uppercase;
}

.bt_bb_subheadline_text_transform_lowercase.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: lowercase;
}

.bt_bb_subheadline_text_transform_capitalize.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: capitalize;
}

.bt_bb_subheadline_text_transform_initial.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: initial;
}

.bt_bb_subheadline_text_transform_inheri.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: inherit;
}

.bt_bb_subheadline_text_transform_none.bt_bb_headline .bt_bb_headline_subheadline {
    text-transform: none;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    color: var(--secondary-color);
}

.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bt_bb_image {
    display: block;
    overflow: hidden;
}

.bt_bb_image>a,
.bt_bb_image>span {
    display: block;
    line-height: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}

.bt_bb_image img[src$="svg"] {
    width: 100%;
}

.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_image+.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image+.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image+.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image+.bt_bb_image,
.bt_bb_align_left.bt_bb_image+.bt_bb_image,
.bt_bb_align_left .bt_bb_image+.bt_bb_image {
    margin-left: 1em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_left.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_image+.bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_image+.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image+.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image+.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image+.bt_bb_image,
.bt_bb_align_right.bt_bb_image+.bt_bb_image,
.bt_bb_align_right .bt_bb_image+.bt_bb_image {
    margin-right: 1em;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_right.bt_bb_image+.bt_bb_image.bt_bb_align_center,
.bt_bb_align_right .bt_bb_image+.bt_bb_image.bt_bb_align_center {
    margin: 0 auto;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    clear: both;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image {
    display: inline-block;
    clear: none;
}

.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_image:only-child,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_image:only-child {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.bt_bb_image.bt_bb_hover_style_zoom-in>a,
.bt_bb_image.bt_bb_hover_style_to-grayscale>a,
.bt_bb_image.bt_bb_hover_style_from-grayscale>a,
.bt_bb_image.bt_bb_hover_style_zoom-in>span,
.bt_bb_image.bt_bb_hover_style_to-grayscale>span,
.bt_bb_image.bt_bb_hover_style_from-grayscale>span {
    display: block;
}

.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bt_bb_image.bt_bb_hover_style_flip {
    -webkit-perspective: 350px;
    -moz-perspective: 350px;
    perspective: 350px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
}

.bt_bb_image.bt_bb_hover_style_flip>a,
.bt_bb_image.bt_bb_hover_style_flip>span {
    -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip:hover>a,
.bt_bb_image.bt_bb_hover_style_flip:hover>span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
}

.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 150ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 300px));
    -webkit-transform: translateY(calc(-100% + 300px));
    -moz-transform: translateY(-moz-calc(-100% + 300px));
    -moz-transform: translateY(calc(-100% + 300px));
    -ms-transform: translateY(calc(-100% + 300px));
    transform: translateY(-webkit-calc(-100% + 300px));
    transform: translateY(-moz-calc(-100% + 300px));
    transform: translateY(calc(-100% + 300px));
}

.bt_bb_image.bt_bb_content_exists {
    position: relative;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 1em;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
}

.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_image:not(.bt_bb_content_exists)>span>img {
    pointer-events: none;
}

.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1, 1, .99);
    -moz-transform: scale3d(1, 1, .99);
    -ms-transform: scale3d(1, 1, .99);
    transform: scale3d(1, 1, .99);
}

.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, .99);
    -moz-transform: scale3d(1, 1, .99);
    -ms-transform: scale3d(1, 1, .99);
    transform: scale3d(1, 1, .99);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
}

:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover>a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover>span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover>a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover>span {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover>a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover>span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover>a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover>span {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image:not(.bt_bb_fe_editing)>.bt_bb_fe_before:not(:hover) {
    display: block;
    border: 0;
    z-index: 15;
}

.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before:not(:hover) {
    border: 0;
}

.bt_bb_image .bt_bb_image_content_inner .bt_bb_fe_before {
    display: block;
    z-index: 16 !important;
}

.bt_bb_image .bt_bb_image_content_inner .bt_bb_button .bt_bb_fe_before {
    z-index: 17 !important;
}

.bt_bb_image .bt_bb_image_content_inner .bt_bb_icon .bt_bb_fe_before {
    z-index: 17 !important;
}

/* Tmp 
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: initial;
}

.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.rtl .bt_bb_align_right.bt_bb_service,
.rtl .bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

.bt_bb_service .bt_bb_icon_holder {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-decoration: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: .25em;
}

.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
}

.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
}

.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
}

.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
}

.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
}

.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
}

.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
}

.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
}

.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
}

.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
}

.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
}

.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
}

.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
}

.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
}

.bt_bb_service .bt_bb_service_content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding: 0 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding: 0 1em 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
}

.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    box-shadow: 0 0 0 1px var(--primary-color, black) inset;
    color: var(--primary-color, black);
    background-color: transparent;
}

.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--primary-color, black) inset;
    box-shadow: 0 0 0 1em var(--primary-color, black) inset;
    background-color: var(--primary-color, black);
    color: var(--secondary-color, white);
}

.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em var(--secondary-color, black) inset;
    box-shadow: 0 0 0 1em var(--secondary-color, black) inset;
    color: var(--primary-color, white);
}

.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1px var(--secondary-color, black) inset;
    box-shadow: 0 0 0 1px var(--secondary-color, black) inset;
    background-color: var(--primary-color, transparent);
    color: var(--secondary-color, black);
}

.bt_bb_service.bt_bb_style_borderless .bt_bb_icon_holder {
    color: var(--primary-color);
}

.bt_bb_service.bt_bb_style_borderless:hover .bt_bb_icon_holder {
    color: var(--secondary-color);
}

.bt_bb_tabs {
    position: relative;
}

ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.bt_bb_tabs_header li.on {
    cursor: auto;
}

.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
}

ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
}

ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
}

.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
}

.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
}

.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
}

.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
}

.bt_bb_tab_item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
}

.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
}

.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
}

.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header {
    border-color: var(--tabs-primary-color, black);
}

.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li.on {
    border-color: var(--tabs-primary-color, black);
    color: var(--tabs-primary-color, black);
    background-color: transparent;
}

.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li:hover,
.bt_bb_tabs.bt_bb_style_outline .bt_bb_tabs_header li.on,
.bt_bb_tabs.bt_bb_style_filled .bt_bb_tabs_header li {
    background-color: var(--tabs-primary-color, black);
    color: var(--tabs-secondary-color, white);
    border-color: var(--tabs-primary-color, black);
}

.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li {
    color: var(--tabs-secondary-color);
}

.bt_bb_tabs.bt_bb_style_simple .bt_bb_tabs_header li.on {
    color: var(--tabs-primary-color, black);
    border-color: var(--tabs-primary-color, black);
}

@media (max-width: 580px) {
    ul.bt_bb_tabs_header {
        display: block;
    }

    ul.bt_bb_tabs_header li {
        float: none;
    }

    .bt_bb_style_outline ul.bt_bb_tabs_header li,
    .bt_bb_style_filled ul.bt_bb_tabs_header li {
        border-width: 1px 0 0;
    }

    .bt_bb_shape_round ul.bt_bb_tabs_header {
        border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
}

.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
}

.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
}

.bt_bb_accordion .bt_bb_accordion_item {
    border-color: var(--accordion-primary-color, black);
}

.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item_title {
    border-color: var(--accordion-primary-color, black);
    color: var(--accordion-primary-color, black);
    background-color: transparent;
}

.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-secondary-color, white);
    background-color: var(--accordion-primary-color, black);
}

.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-secondary-color, white);
    background-color: var(--accordion-primary-color, black);
}

.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item.on .bt_bb_accordion_item_title,
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item .bt_bb_accordion_item_title:hover {
    color: var(--accordion-primary-color, black);
    background-color: transparent;
}

.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title {
    color: var(--accordion-primary-color, black);
    border-color: var(--accordion-primary-color, black);
}

.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item .bt_bb_accordion_item_title:hover,
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    color: black;
    border-color: var(--accordion-secondary-color, white);
}

.bt_bb_video {
    display: block;
    position: relative;
    --bt-bb-video-aspect-ratio: 16/9;
    padding-bottom: -webkit-calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    padding-bottom: -moz-calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    padding-bottom: calc(100% * 1 / (var(--bt-bb-video-aspect-ratio)));
    overflow: hidden;
}

.bt_bb_video>.wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.bt_bb_video>.wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
}

.bt_bb_video iframe,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
}

.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
}

.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
}

.slick-slider .slick-autoplay-toggle-button {
    display: none;
}

.slick-slider .slick-list {
    width: auto;
}

.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
}

.bt_bb_height_auto .slick-slider .slick-slide {
    width: 100%;
}

.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.bt_bb_height_full_screen .slick-slider .slick-slide {
    height: 100vh;
}

.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide>div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
}

.bt_bb_height_half_screen .slick-slider .slick-list {
    height: 50vh !important;
}

.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
}

.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
}

.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
}

.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
}

.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
}

.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
}

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
    outline: none;
    border: none;
}

button.slick-arrow:hover {
    background-color: rgba(0, 0, 0, .95);
}

button.slick-arrow:focus {
    outline: none;
}

button.slick-arrow.slick-next {
    right: 0;
}

button.slick-arrow.slick-next:before {
    content: '\e684';
}

.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
}

.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
}

button.slick-arrow.slick-prev {
    left: 0;
}

button.slick-arrow.slick-prev:before {
    content: '\e686';
}

.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
}

.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
}

button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
}

button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
}

button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
}

.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
}

.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
}

.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
}

.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
}

.slick-list {
    width: 100%;
    position: relative;
}

.slick-list .slick-slide {
    background-size: cover;
}

.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}

.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
}

.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
}

.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
}

.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
}

.bt_bb_grid_hide {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}

.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
}

.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
}

.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
}

.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
}

.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
}

.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
}

.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
}

.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
}

.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
}

.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
}

.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
}

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

    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="12"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
    .bt_bb_column[data-width="9"] .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
        width: 100%;
    }
}

/* Post text content */
.bt_bb_grid_item_post_content {
    background: rgba(0, 0, 0, .05);
    padding: 1.5em 1em .5em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0, 0, 0, .2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0, 0, 0, .1);
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta>span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_post_title+.bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
}

.bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner>.bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
}

.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
}

.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0, 0, 0, .05);
}

.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    -moz-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
}

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

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

@-moz-keyframes bt_bb_grid_animation {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes bt_bb_grid_animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
}

.mfp-container {
    background: rgba(0, 0, 0, .7);
}

/* Image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
}

.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: var(--secondary-color, black);
}

.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
}

.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
}

.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.bt_bb_currency_position_right.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
}

.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
}

.bt_bb_price_list .bt_bb_price_list_title {
    color: var(--primary-color, white);
    background-color: var(--secondary-color, black);
}

.bt_bb_price_list ul li {
    border-color: var(--secondary-color, black);
}

.bt_bb_latest_posts_item {
    position: relative;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
    display: flex;
    justify-content: center;
}

.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 150ms ease;
    -moz-transition: transform 150ms ease;
    transition: transform 150ms 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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_progress_bar_text:empty:before {
    content: '\00a0';
}

/*@import url("google_map.css");*/
.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 150ms cubic-bezier(.190, 1, .220, 1), opacity 150ms cubic-bezier(.190, 1, .220, 1);
    -moz-transition: transform 150ms cubic-bezier(.190, 1, .220, 1), opacity 150ms cubic-bezier(.190, 1, .220, 1);
    transition: transform 150ms cubic-bezier(.190, 1, .220, 1), opacity 150ms cubic-bezier(.190, 1, .220, 1);
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(17) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(18) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(19) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(1) .animate:nth-child(20) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(17) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(18) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(2) .animate:nth-child(19) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(17) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(3) .animate:nth-child(20) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(18) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(19) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(4) .animate:nth-child(20) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(17) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(18) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(19) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(5) .animate:nth-child(20) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(17) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(18) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(19) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(6) .animate:nth-child(20) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(16) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(17) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(7) .animate:nth-child(18) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(15) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(16) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(8) .animate:nth-child(20) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(12) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(13) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(14) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(18) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(19) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(9) .animate:nth-child(20) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(10) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(11) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(12) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(16) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(17) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(18) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(10) .animate:nth-child(19) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(7) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(8) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(9) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(10) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(14) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(15) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(16) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(17) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(11) .animate:nth-child(20) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(6) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(7) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(8) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(12) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(13) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(14) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(15) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(12) .animate:nth-child(18) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(13) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(5) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(6) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(10) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(11) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(12) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(13) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(16) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(13) .animate:nth-child(20) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(14) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(1) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(3) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(4) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(8) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(9) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(10) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(11) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(14) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(18) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(19) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(14) .animate:nth-child(20) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(15) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(1) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(2) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(6) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(7) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(8) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(9) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(12) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(16) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(17) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(18) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(15) .animate:nth-child(19) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(16) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(4) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(5) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(6) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(7) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(10) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(14) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(15) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(16) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(17) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(16) .animate:nth-child(20) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(2) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(3) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(4) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(5) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(8) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(12) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(13) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(14) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(15) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(17) .animate:nth-child(18) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(18) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(1) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(2) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(3) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(6) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(10) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(11) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(12) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(13) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(16) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(18) .animate:nth-child(20) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.bt_bb_content_slider_item .animate:not(.bt_bb_section):not(.btArticleListItem):nth-child(19) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(1) {
    -webkit-transition-delay: 3150ms;
    -moz-transition-delay: 3150ms;
    transition-delay: 3150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(4) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(8) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(9) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(10) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(11) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(14) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(18) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(19) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(19) .animate:nth-child(20) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(2) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(6) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(7) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(8) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(9) {
    -webkit-transition-delay: 4150ms;
    -moz-transition-delay: 4150ms;
    transition-delay: 4150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(12) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(16) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(17) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(18) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.animate:not(.bt_bb_section):nth-child(20) .animate:nth-child(19) {
    -webkit-transition-delay: 5150ms;
    -moz-transition-delay: 5150ms;
    transition-delay: 5150ms;
}

.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: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.animate.bt_bb_section {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
}

.bt_bb_animation_fade_in.animated {
    opacity: 1;
}

/* Move, Move & Fade */
.animate[class*="move_down"] {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
}

.animate[class*="move_down"].bt_bb_separator,
.animate[class*="move_down"].bt_bb_progress_bar,
.animate[class*="move_down"].bt_bb_countdown {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.animate[class*="move_up"] {
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.animate[class*="move_up"].bt_bb_separator,
.animate[class*="move_up"].bt_bb_progress_bar,
.animate[class*="move_up"].bt_bb_countdown {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.animate[class*="move_left"] {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

.animate[class*="move_left"].bt_bb_separator,
.animate[class*="move_left"].bt_bb_progress_bar,
.animate[class*="move_left"].bt_bb_countdown {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}

.animate[class*="move_right"] {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.animate[class*="move_right"].bt_bb_separator,
.animate[class*="move_right"].bt_bb_progress_bar,
.animate[class*="move_right"].bt_bb_countdown {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.animate[class*="move_right"].animated,
.animate[class*="move_left"].animated,
.animate[class*="move_up"].animated,
.animate[class*="move_down"].animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Zoom in */
.animate[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.animate[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.animate[class*="zoom_in"].animated,
.animate[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
}

.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
}

.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
}

.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
}

.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
}

.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
}

/* IE 10 hack*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}*/
/* Edge hack*/
/*
@supports (-ms-ime-align:auto) {
	.bt_bb_counter_holder {
		.bt_bb_counter {
			span.onedigit:not(.d:any(1,2,3,4,5,6,7,8,9,0)) {
				span.t {
					transform: translateY(-10em);
				}
			}
		}
	}
}
*/
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
}

.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
}

.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
}

.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
}

.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
}

.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
}

.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
}

.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
}

.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
}

.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
}

.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
}

.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
}

.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
}

.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
}

@media (max-width: 1024px) {

    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
        width: 50%;
    }

    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
        clear: initial;
    }

    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 768px) {
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
        width: 50%;
    }

    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
        clear: initial;
    }

    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 640px) {

    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
        width: 100%;
    }

    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
        clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span,
.widget_bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
}

.bt_bb_instagram .btInstaGrid span img,
.widget_bt_bb_instagram .btInstaGrid span img {
    width: 100%;
}

.bt_bb_instagram .btInstaGrid span:nth-child(3n + 1),
.widget_bt_bb_instagram .btInstaGrid span:nth-child(3n + 1) {
    clear: none;
}

.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
}

.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
}

.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
}

.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
}

.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
}

.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
}

.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
}

.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
}

.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
}

.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
}

.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
}

.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
}

.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
}

.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
}

@media (max-width: 768px) {
    .bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
        width: 33.33333%;
    }

    .bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
        width: 50%;
    }
}

@media (max-width: 640px) {

    .bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
    .bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
        width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
}

.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
}

.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
}

.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
}

.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
}

.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
}

.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 1em;
}

.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    -webkit-flex: 0 1% 0;
    -ms-flex: 0 1% 0;
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
}

.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
}

.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
}

.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
}

.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
}

.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
}

.btCounterHolder .btCountdownHolder {
    overflow: auto;
    padding: 0 15%;
}

.btCounterHolder .btCountdownHolder>span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
}

.btCounterHolder .btCountdownHolder>span>span {
    display: inline-block;
}

.btCounterHolder .btCountdownHolder>span>span>span {
    display: block;
    width: .67em;
    text-align: inherit;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    transition: transform 0ms ease-out;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
}

.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
}

.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
}

.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span:not(.days_text) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
}

.btCounterHolder .btCountdownHolder span[class$="_text"]>span {
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 1em;
    line-height: 1.2 !important;
}

.btCounterHolder .btCountdownHolder span.separator {
    display: none;
}

.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
    width: auto !important;
    -webkit-transform: translate(-50%, -.1em) !important;
    -moz-transform: translate(-50%, -.1em) !important;
    -ms-transform: translate(-50%, -.1em) !important;
    transform: translate(-50%, -.1em) !important;
}

.btCounterHolder .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    transition: transform 150ms 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 150ms ease-out;
    -moz-transition: transform 150ms ease-out;
    transition: transform 150ms 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: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms 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: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms 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: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
}

.bt_bb_css_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
    border-radius: var(--post-pf-border-radius);
    overflow: hidden;
}

.bt_bb_css_post_grid .bt_bb_css_post_grid_button_holder {
    text-align: center;
    padding-top: 1em;
    display: none;
}

.bt_bb_css_post_grid.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: block;
}

.bt_bb_css_post_grid.bt_bb_grid_loading.bt_bb_auto_loading_load_more_loading.bt_bb_grid_first_load_passed .bt_bb_css_post_grid_button_holder {
    display: none;
}

.bt_bb_css_post_grid.bt_bb_columns_1 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(2))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(3))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(4))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(5))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(7))):has(.bt_bb_tile_format_12) .bt_bb_tile_format_12 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content:not(:has(.bt_bb_grid_item:nth-child(6))):has(.bt_bb_tile_format_22) .bt_bb_tile_format_22 {
    grid-row: auto/auto;
}

.bt_bb_css_post_grid.bt_bb_shape_square .bt_bb_grid_item {
    border-radius: 0;
}

.bt_bb_css_post_grid.bt_bb_shape_rounded .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-soft-radius);
}

.bt_bb_css_post_grid.bt_bb_shape_round .bt_bb_grid_item {
    overflow: hidden;
    border-radius: var(--post-pf-hard-radius);
}

.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-small) * 2);
}

.bt_bb_css_post_grid.bt_bb_gap_small .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-small) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-small) * 2);
    padding-top: calc(var(--post-pf-grid-gap-small) * 2);
}

.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-normal) * 2);
}

.bt_bb_css_post_grid.bt_bb_gap_normal .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-normal) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-normal) * 2);
    padding-top: calc(var(--post-pf-grid-gap-normal) * 2);
}

.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_content {
    grid-gap: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    grid-gap: calc(var(--post-pf-grid-gap-large) * 2);
}

.bt_bb_css_post_grid.bt_bb_gap_large .bt_bb_css_post_grid_button_holder {
    padding-top: -webkit-calc(var(--post-pf-grid-gap-large) * 2);
    padding-top: -moz-calc(var(--post-pf-grid-gap-large) * 2);
    padding-top: calc(var(--post-pf-grid-gap-large) * 2);
}

/* Hover style */
.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
}

.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    -webkit-transition: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
}

.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
    height: 100%;
    object-fit: cover;
}

.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
}

.bt_bb_css_post_grid.bt_bb_hover_style_zoom .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail {
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:after {
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2;
    opacity: 0;
    background: #000;
    -webkit-transition: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2.5em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    inset: 0;
    position: absolute;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a img {
    z-index: 1;
    display: block;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 150ms ease all;
    -moz-transition: 150ms ease all;
    transition: 150ms ease all;
    height: 100%;
    object-fit: cover;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:after {
    opacity: .5;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
    opacity: 1;
}

.bt_bb_css_post_grid.bt_bb_hover_style_arrow .bt_bb_css_post_grid_content .bt_bb_grid_item_post_thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Excerpt lines */
.bt_bb_css_post_grid.bt_bb_excerpt_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_1 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_excerpt_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_2 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_excerpt_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_3 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_excerpt_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_4 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_excerpt_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_5 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_excerpt_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.bt_bb_css_post_grid.bt_bb_title_lines_6 .bt_bb_css_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

/* Responsive */
.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
}

.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_12 {
    container-name: bt_bb_container_21;
    container-type: inline-size;
}

.bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_22 {
    container-name: bt_bb_container_22;
    container-type: inline-size;
}

@media (max-width: 992px) {

    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
        grid-column: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
        grid-row: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
        grid-column: auto/span 2;
        grid-row: auto/auto;
    }
}

@media (max-width: 768px) {

    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
        grid-template-columns: 1fr 1fr;
    }

    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
        grid-column: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
        grid-row: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
        grid-column: auto/span 2;
        grid-row: auto/auto;
    }
}

@media (max-width: 580px) {

    .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content {
        grid-template-columns: 1fr;
    }

    .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_21 {
        grid-column: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_12 {
        grid-row: auto/auto;
    }

    .bt_bb_css_post_grid.bt_bb_columns_2 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_3 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_4 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_5 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22,
    .bt_bb_css_post_grid.bt_bb_columns_6 .bt_bb_css_post_grid_content .bt_bb_grid_item.bt_bb_tile_format_22 {
        grid-column: auto/auto;
        grid-row: auto/auto;
    }
}

@media (min-width: 768px) {
    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_thumbnail a:before {
        display: none;
    }

    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
        z-index: 2;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 1.5em;
    }

    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
        color: inherit;
    }
}

@container (min-width: 36em) {
    .bt_bb_css_post_grid .bt_bb_grid_item.bt_bb_tile_format_21 .bt_bb_grid_item_inner .bt_bb_grid_item_post_content {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* Column height fix */
    .bt_bb_row .bt_bb_column {
        height: auto;
        display: block;
    }

    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    /* Column inner height fix */
    .bt_bb_row_inner .bt_bb_column_inner {
        height: auto;
        display: block;
    }

    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    /* Images fix */
    .bt_bb_align_right .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_right .bt_bb_align_left .bt_bb_image,
    .bt_bb_align_center .bt_bb_align_left .bt_bb_image,
    .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_left .bt_bb_image {
        float: none;
    }

    .bt_bb_align_left .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_left .bt_bb_align_right .bt_bb_image,
    .bt_bb_align_center .bt_bb_align_right .bt_bb_image,
    .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_right .bt_bb_image {
        float: none;
    }

    .bt_bb_align_left .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_right .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_left .bt_bb_align_center .bt_bb_image,
    .bt_bb_align_right .bt_bb_align_center .bt_bb_image,
    .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_center .bt_bb_image {
        float: none;
        display: inline-block;
        margin-bottom: -.5em;
        max-width: 100%;
    }

    /* Latest post fix */
    .bt_bb_latest_posts {
        display: block;
    }

    .bt_bb_latest_posts.bt_bb_columns_1 {
        display: block;
    }

    .bt_bb_latest_posts .bt_bb_latest_posts_item {
        float: left;
    }

    .bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 100%;
    }

    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 50%;
    }

    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 33.333333%;
    }

    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 25%;
    }

    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 20%;
    }

    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 16.666666%;
    }

    /* Price list fix */
    .bt_bb_price_list .bt_bb_price_list_price {
        display: inline-block;
    }

    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
        font-size: .65em;
    }

    .btMenuInitFinished .mainHeader {
        visibility: inherit;
    }

    /* IE 10 fix start */
    .bt_bb_row .bt_bb_column {
        max-width: 100%;
    }

    .bt_bb_row_inner .bt_bb_column {
        max-width: 100%;
    }

    .bt_bb_column[data-width="12"],
    .bt_bb_column_inner[data-width="12"] {
        max-width: 100%;
    }

    .bt_bb_column[data-width="11"],
    .bt_bb_column_inner[data-width="11"] {
        max-width: 91.666666%;
    }

    .bt_bb_column[data-width="10"],
    .bt_bb_column_inner[data-width="10"] {
        max-width: 83.333333%;
    }

    .bt_bb_column[data-width="9.6"],
    .bt_bb_column_inner[data-width="9.6"] {
        max-width: 80%;
    }

    .bt_bb_column[data-width="9"],
    .bt_bb_column_inner[data-width="9"] {
        max-width: 75%;
    }

    .bt_bb_column[data-width="8"],
    .bt_bb_column_inner[data-width="8"] {
        max-width: 66.666666%;
    }

    .bt_bb_column[data-width="7.2"],
    .bt_bb_column_inner[data-width="7.2"] {
        max-width: 60%;
    }

    .bt_bb_column[data-width="7"],
    .bt_bb_column_inner[data-width="7"] {
        max-width: 58.333333%;
    }

    .bt_bb_column[data-width="6"],
    .bt_bb_column_inner[data-width="6"] {
        max-width: 50%;
    }

    .bt_bb_column[data-width="5"],
    .bt_bb_column_inner[data-width="5"] {
        max-width: 41.666666%;
    }

    .bt_bb_column[data-width="4.8"],
    .bt_bb_column_inner[data-width="4.8"] {
        max-width: 40%;
    }

    .bt_bb_column[data-width="4"],
    .bt_bb_column_inner[data-width="4"] {
        max-width: 33.333333%;
    }

    .bt_bb_column[data-width="2.4"],
    .bt_bb_column_inner[data-width="2.4"] {
        max-width: 20%;
    }

    .bt_bb_column[data-width="3"],
    .bt_bb_column_inner[data-width="3"] {
        max-width: 25%;
    }

    .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="2"] {
        max-width: 16.666666%;
    }

    .bt_bb_column[data-width="1"],
    .bt_bb_column_inner[data-width="1"] {
        max-width: 8.333333%;
    }

    @media (max-width: 992px) {

        .bt_bb_column[data-width="12"],
        .bt_bb_column[data-width="11"],
        .bt_bb_column[data-width="10"],
        .bt_bb_column[data-width="9"],
        .bt_bb_column[data-width="8"],
        .bt_bb_column[data-width="7"],
        .bt_bb_column[data-width="6"],
        .bt_bb_column[data-width="5"],
        .bt_bb_column[data-width="4"],
        .bt_bb_column_inner[data-width="12"],
        .bt_bb_column_inner[data-width="11"],
        .bt_bb_column_inner[data-width="10"],
        .bt_bb_column_inner[data-width="9"],
        .bt_bb_column_inner[data-width="8"],
        .bt_bb_column_inner[data-width="7"],
        .bt_bb_column_inner[data-width="6"],
        .bt_bb_column_inner[data-width="5"],
        .bt_bb_column_inner[data-width="4"] {
            max-width: 100%;
        }

        .bt_bb_column[data-width="3"],
        .bt_bb_column_inner[data-width="3"] {
            max-width: 50%;
        }

        .bt_bb_column[data-width="2"],
        .bt_bb_column_inner[data-width="2"] {
            max-width: 33.333333%;
        }
    }

    @media (max-width: 768px) {

        .bt_bb_column[data-width="2.4"],
        .bt_bb_column[data-width="9.6"],
        .bt_bb_column_inner[data-width="2.4"],
        .bt_bb_column_inner[data-width="9.6"] {
            max-width: 100%;
        }

        .bt_bb_column[data-width="4.8"],
        .bt_bb_column[data-width="7.2"],
        .bt_bb_column_inner[data-width="4.8"],
        .bt_bb_column_inner[data-width="7.2"] {
            max-width: 50%;
        }
    }

    @media (max-width: 480px) {

        .bt_bb_column[data-width="3"],
        .bt_bb_column[data-width="2"],
        .bt_bb_column_inner[data-width="3"],
        .bt_bb_column_inner[data-width="2"] {
            max-width: 50%;
        }

        .bt_bb_column[data-width="4.8"],
        .bt_bb_column[data-width="7.2"],
        .bt_bb_column_inner[data-width="4.8"],
        .bt_bb_column_inner[data-width="7.2"] {
            max-width: 100%;
        }
    }

    @media (max-width: 370px) {

        .bt_bb_column[data-width="3"],
        .bt_bb_column[data-width="2"],
        .bt_bb_column_inner[data-width="3"],
        .bt_bb_column_inner[data-width="2"] {
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        }
    }

    @media (max-width: 992px) and (min-width: 621px) {

        .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"]:not(.col-md-12),
        .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"]:not(.col-md-12) {
            -webkit-flex-basis: 66.666666%;
            flex-basis: 66.666666%;
        }

        .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"]:not(.col-md-12),
        .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"]:not(.col-md-12) {
            -webkit-flex-basis: 33.333333%;
            flex-basis: 33.333333%;
        }

        .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12),
        .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"]:not(.col-md-12) {
            -webkit-flex-basis: 66.666666%;
            flex-basis: 66.666666%;
        }

        .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12),
        .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"]:not(.col-md-12) {
            -webkit-flex-basis: 33.333333%;
            flex-basis: 33.333333%;
        }
    }

    @media (max-width: 620px) {

        .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
        .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
            max-width: 100%;
        }

        .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
        .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
            max-width: 100%;
        }

        .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
        .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
            max-width: 100%;
        }

        .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
        .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
            max-width: 100%;
        }
    }

    @media (min-width: 1201px) {

        .bt_bb_column.col-xl-12,
        .bt_bb_column_inner.col-xl-12 {
            max-width: 100%;
        }

        .bt_bb_column.col-xl-11,
        .bt_bb_column_inner.col-xl-11 {
            max-width: 91.666666%;
        }

        .bt_bb_column.col-xl-10,
        .bt_bb_column_inner.col-xl-10 {
            max-width: 83.333333%;
        }

        .bt_bb_column.col-xl-9_6,
        .bt_bb_column_inner.col-xl-9_6 {
            max-width: 80%;
        }

        .bt_bb_column.col-xl-9,
        .bt_bb_column_inner.col-xl-9 {
            max-width: 75%;
        }

        .bt_bb_column.col-xl-8,
        .bt_bb_column_inner.col-xl-8 {
            max-width: 66.666666%;
        }

        .bt_bb_column.col-xl-7_2,
        .bt_bb_column_inner.col-xl-7_2 {
            max-width: 60%;
        }

        .bt_bb_column.col-xl-7,
        .bt_bb_column_inner.col-xl-7 {
            max-width: 58.333333%;
        }

        .bt_bb_column.col-xl-6,
        .bt_bb_column_inner.col-xl-6 {
            max-width: 50%;
        }

        .bt_bb_column.col-xl-5,
        .bt_bb_column_inner.col-xl-5 {
            max-width: 41.666666%;
        }

        .bt_bb_column.col-xl-4_8,
        .bt_bb_column_inner.col-xl-4_8 {
            max-width: 40%;
        }

        .bt_bb_column.col-xl-4,
        .bt_bb_column_inner.col-xl-4 {
            max-width: 33.333333%;
        }

        .bt_bb_column.col-xl-2_4,
        .bt_bb_column_inner.col-xl-2_4 {
            max-width: 20%;
        }

        .bt_bb_column.col-xl-3,
        .bt_bb_column_inner.col-xl-3 {
            max-width: 25%;
        }

        .bt_bb_column.col-xl-2,
        .bt_bb_column_inner.col-xl-2 {
            max-width: 16.666666%;
        }

        .bt_bb_column.col-xl-1,
        .bt_bb_column_inner.col-xl-1 {
            max-width: 8.333333%;
        }
    }

    @media (min-width: 993px) and (max-width: 1200px) {

        .bt_bb_column.col-lg-12,
        .bt_bb_column_inner.col-lg-12 {
            max-width: 100%;
        }

        .bt_bb_column.col-lg-11,
        .bt_bb_column_inner.col-lg-11 {
            max-width: 91.666666%;
        }

        .bt_bb_column.col-lg-10,
        .bt_bb_column_inner.col-lg-10 {
            max-width: 83.333333%;
        }

        .bt_bb_column.col-lg-9_6,
        .bt_bb_column_inner.col-lg-9_6 {
            max-width: 80%;
        }

        .bt_bb_column.col-lg-9,
        .bt_bb_column_inner.col-lg-9 {
            max-width: 75%;
        }

        .bt_bb_column.col-lg-8,
        .bt_bb_column_inner.col-lg-8 {
            max-width: 66.666666%;
        }

        .bt_bb_column.col-lg-7_2,
        .bt_bb_column_inner.col-lg-7_2 {
            max-width: 60%;
        }

        .bt_bb_column.col-lg-7,
        .bt_bb_column_inner.col-lg-7 {
            max-width: 58.333333%;
        }

        .bt_bb_column.col-lg-6,
        .bt_bb_column_inner.col-lg-6 {
            max-width: 50%;
        }

        .bt_bb_column.col-lg-5,
        .bt_bb_column_inner.col-lg-5 {
            max-width: 41.666666%;
        }

        .bt_bb_column.col-lg-4_8,
        .bt_bb_column_inner.col-lg-4_8 {
            max-width: 40%;
        }

        .bt_bb_column.col-lg-4,
        .bt_bb_column_inner.col-lg-4 {
            max-width: 33.333333%;
        }

        .bt_bb_column.col-lg-2_4,
        .bt_bb_column_inner.col-lg-2_4 {
            max-width: 20%;
        }

        .bt_bb_column.col-lg-3,
        .bt_bb_column_inner.col-lg-3 {
            max-width: 25%;
        }

        .bt_bb_column.col-lg-2,
        .bt_bb_column_inner.col-lg-2 {
            max-width: 16.666666%;
        }

        .bt_bb_column.col-lg-1,
        .bt_bb_column_inner.col-lg-1 {
            max-width: 8.333333%;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {

        .bt_bb_column.col-md-12,
        .bt_bb_column_inner.col-md-12 {
            max-width: 100%;
        }

        .bt_bb_column.col-md-11,
        .bt_bb_column_inner.col-md-11 {
            max-width: 91.666666%;
        }

        .bt_bb_column.col-md-10,
        .bt_bb_column_inner.col-md-10 {
            max-width: 83.333333%;
        }

        .bt_bb_column.col-md-9_6,
        .bt_bb_column_inner.col-md-9_6 {
            max-width: 80%;
        }

        .bt_bb_column.col-md-9,
        .bt_bb_column_inner.col-md-9 {
            max-width: 75%;
        }

        .bt_bb_column.col-md-8,
        .bt_bb_column_inner.col-md-8 {
            max-width: 66.666666%;
        }

        .bt_bb_column.col-md-7_2,
        .bt_bb_column_inner.col-md-7_2 {
            max-width: 60%;
        }

        .bt_bb_column.col-md-7,
        .bt_bb_column_inner.col-md-7 {
            max-width: 58.333333%;
        }

        .bt_bb_column.col-md-6,
        .bt_bb_column_inner.col-md-6 {
            max-width: 50%;
        }

        .bt_bb_column.col-md-5,
        .bt_bb_column_inner.col-md-5 {
            max-width: 41.666666%;
        }

        .bt_bb_column.col-md-4_8,
        .bt_bb_column_inner.col-md-4_8 {
            max-width: 40%;
        }

        .bt_bb_column.col-md-4,
        .bt_bb_column_inner.col-md-4 {
            max-width: 33.333333%;
        }

        .bt_bb_column.col-md-2_4,
        .bt_bb_column_inner.col-md-2_4 {
            max-width: 20%;
        }

        .bt_bb_column.col-md-3,
        .bt_bb_column_inner.col-md-3 {
            max-width: 25%;
        }

        .bt_bb_column.col-md-2,
        .bt_bb_column_inner.col-md-2 {
            max-width: 16.666666%;
        }

        .bt_bb_column.col-md-1,
        .bt_bb_column_inner.col-md-1 {
            max-width: 8.333333%;
        }
    }

    @media (min-width: 481px) and (max-width: 768px) {

        .bt_bb_column.col-sm-12,
        .bt_bb_column.col-ms-12,
        .bt_bb_column_inner.col-sm-12,
        .bt_bb_column_inner.col-ms-12 {
            max-width: 100%;
        }

        .bt_bb_column.col-sm-11,
        .bt_bb_column.col-ms-11,
        .bt_bb_column_inner.col-sm-11,
        .bt_bb_column_inner.col-ms-11 {
            max-width: 91.666666%;
        }

        .bt_bb_column.col-sm-10,
        .bt_bb_column.col-ms-10,
        .bt_bb_column_inner.col-sm-10,
        .bt_bb_column_inner.col-ms-10 {
            max-width: 83.333333%;
        }

        .bt_bb_column.col-sm-9_6,
        .bt_bb_column.col-ms-9_6,
        .bt_bb_column_inner.col-sm-9_6,
        .bt_bb_column_inner.col-ms-9_6 {
            max-width: 80%;
        }

        .bt_bb_column.col-sm-9,
        .bt_bb_column.col-ms-9,
        .bt_bb_column_inner.col-sm-9,
        .bt_bb_column_inner.col-ms-9 {
            max-width: 75%;
        }

        .bt_bb_column.col-sm-8,
        .bt_bb_column.col-ms-8,
        .bt_bb_column_inner.col-sm-8,
        .bt_bb_column_inner.col-ms-8 {
            max-width: 66.666666%;
        }

        .bt_bb_column.col-sm-7_2,
        .bt_bb_column.col-ms-7_2,
        .bt_bb_column_inner.col-sm-7_2,
        .bt_bb_column_inner.col-ms-7_2 {
            max-width: 60%;
        }

        .bt_bb_column.col-sm-7,
        .bt_bb_column.col-ms-7,
        .bt_bb_column_inner.col-sm-7,
        .bt_bb_column_inner.col-ms-7 {
            max-width: 58.333333%;
        }

        .bt_bb_column.col-sm-6,
        .bt_bb_column.col-ms-6,
        .bt_bb_column_inner.col-sm-6,
        .bt_bb_column_inner.col-ms-6 {
            max-width: 50%;
        }

        .bt_bb_column.col-sm-5,
        .bt_bb_column.col-ms-5,
        .bt_bb_column_inner.col-sm-5,
        .bt_bb_column_inner.col-ms-5 {
            max-width: 41.666666%;
        }

        .bt_bb_column.col-sm-4_8,
        .bt_bb_column.col-ms-4_8,
        .bt_bb_column_inner.col-sm-4_8,
        .bt_bb_column_inner.col-ms-4_8 {
            max-width: 40%;
        }

        .bt_bb_column.col-sm-4,
        .bt_bb_column.col-ms-4,
        .bt_bb_column_inner.col-sm-4,
        .bt_bb_column_inner.col-ms-4 {
            max-width: 33.333333%;
        }

        .bt_bb_column.col-sm-2_4,
        .bt_bb_column.col-ms-2_4,
        .bt_bb_column_inner.col-sm-2_4,
        .bt_bb_column_inner.col-ms-2_4 {
            max-width: 20%;
        }

        .bt_bb_column.col-sm-3,
        .bt_bb_column.col-ms-3,
        .bt_bb_column_inner.col-sm-3,
        .bt_bb_column_inner.col-ms-3 {
            max-width: 25%;
        }

        .bt_bb_column.col-sm-2,
        .bt_bb_column.col-ms-2,
        .bt_bb_column_inner.col-sm-2,
        .bt_bb_column_inner.col-ms-2 {
            max-width: 16.666666%;
        }

        .bt_bb_column.col-sm-1,
        .bt_bb_column.col-ms-1,
        .bt_bb_column_inner.col-sm-1,
        .bt_bb_column_inner.col-ms-1 {
            max-width: 8.333333%;
        }
    }

    @media (max-width: 480px) {

        .bt_bb_column.col-xs-12,
        .bt_bb_column_inner.col-xs-12 {
            max-width: 100%;
        }

        .bt_bb_column.col-xs-11,
        .bt_bb_column_inner.col-xs-11 {
            max-width: 91.666666%;
        }

        .bt_bb_column.col-xs-10,
        .bt_bb_column_inner.col-xs-10 {
            max-width: 83.333333%;
        }

        .bt_bb_column.col-xs-9_6,
        .bt_bb_column_inner.col-xs-9_6 {
            max-width: 80%;
        }

        .bt_bb_column.col-xs-9,
        .bt_bb_column_inner.col-xs-9 {
            max-width: 75%;
        }

        .bt_bb_column.col-xs-8,
        .bt_bb_column_inner.col-xs-8 {
            max-width: 66.666666%;
        }

        .bt_bb_column.col-xs-7_2,
        .bt_bb_column_inner.col-xs-7_2 {
            max-width: 60%;
        }

        .bt_bb_column.col-xs-7,
        .bt_bb_column_inner.col-xs-7 {
            max-width: 58.333333%;
        }

        .bt_bb_column.col-xs-6,
        .bt_bb_column_inner.col-xs-6 {
            max-width: 50%;
        }

        .bt_bb_column.col-xs-5,
        .bt_bb_column_inner.col-xs-5 {
            max-width: 41.666666%;
        }

        .bt_bb_column.col-xs-4_8,
        .bt_bb_column_inner.col-xs-4_8 {
            max-width: 40%;
        }

        .bt_bb_column.col-xs-4,
        .bt_bb_column_inner.col-xs-4 {
            max-width: 33.333333%;
        }

        .bt_bb_column.col-xs-2_4,
        .bt_bb_column_inner.col-xs-2_4 {
            max-width: 20%;
        }

        .bt_bb_column.col-xs-3,
        .bt_bb_column_inner.col-xs-3 {
            max-width: 25%;
        }

        .bt_bb_column.col-xs-2,
        .bt_bb_column_inner.col-xs-2 {
            max-width: 16.666666%;
        }

        .bt_bb_column.col-xs-1,
        .bt_bb_column_inner.col-xs-1 {
            max-width: 8.333333%;
        }
    }

    /* IE 10 fix end */
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*# sourceMappingURL=content_elements.crush.css.map */